rerun freeze_container_distro.sh and update docker base images for debian buster and bullseye
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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,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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user