Browse Source

build: update build container base image versions, update apt sources to current

master
Sander van Grieken 3 years ago
parent
commit
65abb90049
  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-linux/sdist/Dockerfile
  6. 2
      contrib/build-wine/Dockerfile
  7. 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:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 FROM debian:bullseye@sha256:43ef0c6c3585d5b406caa7a0f232ff5a19c1402aeb415f68bcd1cf9d10180af8
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/20221106T031548Z/ bullseye main non-free contrib deb https://snapshot.debian.org/archive/debian/20230226T090712Z/ bullseye main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20230226T090712Z/ 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:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9 FROM debian:buster@sha256:233c3bbc892229c82da7231980d50adceba4db56a08c0b7053a4852782703459
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/20221106T031548Z/ buster main non-free contrib deb https://snapshot.debian.org/archive/debian/20230226T090712Z/ buster main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ buster main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20230226T090712Z/ buster main non-free contrib

2
contrib/build-linux/sdist/Dockerfile vendored

@ -1,4 +1,4 @@
FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 FROM debian:bullseye@sha256:43ef0c6c3585d5b406caa7a0f232ff5a19c1402aeb415f68bcd1cf9d10180af8
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

2
contrib/build-wine/Dockerfile

@ -1,4 +1,4 @@
FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 FROM debian:bullseye@sha256:43ef0c6c3585d5b406caa7a0f232ff5a19c1402aeb415f68bcd1cf9d10180af8
# 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/20221106T031548Z/ bullseye main non-free contrib deb https://snapshot.debian.org/archive/debian/20230226T090712Z/ bullseye main non-free contrib
deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib deb-src https://snapshot.debian.org/archive/debian/20230226T090712Z/ bullseye main non-free contrib

Loading…
Cancel
Save