Browse Source

rerun freeze_container_distro.sh and update docker base images for debian buster and bullseye

patch-4
Sander van Grieken 2 years ago
parent
commit
c0772019f1
  1. 2
      contrib/android/Dockerfile
  2. 4
      contrib/android/apt.sources.list
  3. 2
      contrib/build-linux/appimage/Dockerfile
  4. 4
      contrib/build-linux/appimage/apt.sources.list
  5. 2
      contrib/build-wine/Dockerfile
  6. 4
      contrib/build-wine/apt.sources.list

2
contrib/android/Dockerfile

@ -1,6 +1,6 @@
# based on https://github.com/kivy/python-for-android/blob/master/Dockerfile # based on https://github.com/kivy/python-for-android/blob/master/Dockerfile
FROM debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive

4
contrib/android/apt.sources.list

@ -1,2 +1,2 @@
deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib

2
contrib/build-linux/appimage/Dockerfile

@ -2,7 +2,7 @@
# from https://docs.appimage.org/introduction/concepts.html : # from https://docs.appimage.org/introduction/concepts.html :
# "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]" # "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]"
FROM debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f FROM debian:buster@sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive

4
contrib/build-linux/appimage/apt.sources.list

@ -1,2 +1,2 @@
deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ buster main non-free contrib deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ buster main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ buster main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ buster main non-free contrib

2
contrib/build-wine/Dockerfile

@ -1,4 +1,4 @@
FROM debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5
# need ca-certificates before using snapshot packages # need ca-certificates before using snapshot packages
RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends \ RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends \

4
contrib/build-wine/apt.sources.list

@ -1,2 +1,2 @@
deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib

Loading…
Cancel
Save