deb822 .sources format

This commit is contained in:
STAM 2025-05-12 13:51:16 +03:00
parent cc62b231ab
commit 385fd02275
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
31 changed files with 166 additions and 147 deletions

View File

@ -1,28 +1,28 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
#security
deb [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
##multimedia
#deb [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye main non-free
#deb-src [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye main non-free
#deb-src [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye main non-free
#deb [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye-backports main
#deb-src [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye-backports main
#deb-src [trusted=yes] http://httpredir.debian.org/debian-multimedia/ bullseye-backports main

View File

@ -27,12 +27,7 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/locale.gen
COPY etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg /etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -25,14 +25,10 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg /etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -0,0 +1,7 @@
## multimedia
#deb [trusted=yes] https://archive.deb-multimedia.org wheezy main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org wheezy main non-free
#deb [trusted=yes] https://archive.deb-multimedia.org wheezy-backports main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org wheezy-backports main non-free

View File

@ -25,14 +25,10 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg /etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,17 +1,17 @@
#main
deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free
#deb [trusted=yes] http://archive.debian.org/debian/ jessie-kfreebsd main contrib non-free
#deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-kfreebsd main contrib non-free
#deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-kfreebsd main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ jessie-backports main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-backports main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-backports main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ jessie-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ jessie-backports-sloppy main contrib non-free
#security
deb [trusted=yes] http://archive.debian.org/debian-security/ jessie/updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian-security/ jessie/updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian-security/ jessie/updates main contrib non-free

View File

@ -0,0 +1,7 @@
## multimedia
#deb [trusted=yes] https://archive.deb-multimedia.org jessie main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org jessie main non-free
#deb [trusted=yes] https://archive.deb-multimedia.org jessie-backports main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org jessie-backports main non-free

View File

@ -25,14 +25,10 @@ RUN for i in $(seq 1 8); do mkdir -p "/usr/share/man/man${i}"; done
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg /etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,16 +1,16 @@
#main
deb [trusted=yes] http://archive.debian.org/debian/ stretch main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ stretch-backports main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-backports main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-backports main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ stretch-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-backports-sloppy main contrib non-free
deb [trusted=yes] http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free
#security
deb [trusted=yes] http://archive.debian.org/debian-security/ stretch/updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian-security/ stretch/updates main contrib non-free
deb-src [trusted=yes] http://archive.debian.org/debian-security/ stretch/updates main contrib non-free

View File

@ -0,0 +1,7 @@
## multimedia
#deb [trusted=yes] https://archive.deb-multimedia.org stretch main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org stretch main non-free
#deb [trusted=yes] https://archive.deb-multimedia.org stretch-backports main non-free
#deb-src [trusted=yes] https://archive.deb-multimedia.org stretch-backports main non-free

View File

@ -26,14 +26,10 @@ RUN mkdir -p /etc/apt/keyrings
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/keyrings/deb-multimedia-keyring.gpg /etc/apt/keyrings/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,5 +1,7 @@
##multimedia
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ buster main non-free
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ buster main non-free
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ buster-backports main
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ buster-backports main
## multimedia
#deb [trusted=yes signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] https://archive.deb-multimedia.org buster main non-free
#deb-src [trusted=yes signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] https://archive.deb-multimedia.org buster main non-free
#deb [trusted=yes signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] https://archive.deb-multimedia.org buster-backports main non-free
#deb-src [trusted=yes signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] https://archive.deb-multimedia.org buster-backports main non-free

View File

@ -26,14 +26,10 @@ RUN mkdir -p /etc/apt/keyrings
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/keyrings/deb-multimedia-keyring.gpg /etc/apt/keyrings/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,22 +1,22 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
#security
deb [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free

View File

@ -1,5 +1,7 @@
##multimedia
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bullsyeye main non-free
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bullsyeye main non-free
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bullsyeye-backports main
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bullsyeye-backports main
## multimedia
#deb [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bullseye main non-free
#deb-src [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bullseye main non-free
#deb [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bullseye-backports main non-free
#deb-src [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bullseye-backports main non-free

View File

@ -26,15 +26,10 @@ RUN mkdir -p /etc/apt/keyrings
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/debian.sources
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/keyrings/deb-multimedia-keyring.gpg /etc/apt/keyrings/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,22 +1,22 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
#deb [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports-sloppy main contrib non-free non-free-firmware
#deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports-sloppy main contrib non-free non-free-firmware
#deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-backports-sloppy main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ bookworm-proposed-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-proposed-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bookworm-proposed-updates main contrib non-free non-free-firmware
#security
deb [trusted=yes] http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://security.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware

View File

@ -1,5 +1,7 @@
##multimedia
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bookworm main non-free non-free-firmware
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bookworm main non-free non-free-firmware
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bookworm-backports main
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ bookworm-backports main
## multimedia
#deb [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bookworm main non-free
#deb-src [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bookworm main non-free
#deb [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bookworm-backports main non-free
#deb-src [trusted=yes signed-by=/etc/apt/keyrings/deb-multimedia-keyring.gpg] https://deb-multimedia.org bookworm-backports main non-free

View File

@ -26,15 +26,10 @@ RUN mkdir -p /etc/apt/keyrings
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/debian.sources
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/keyrings/deb-multimedia-keyring.gpg /etc/apt/keyrings/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,22 +0,0 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ trixie main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ trixie main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ trixie-updates main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ trixie-backports main contrib non-free non-free-firmware
#deb [trusted=yes] http://httpredir.debian.org/debian/ trixie-backports-sloppy main contrib non-free non-free-firmware
#deb-src [trusted=yes] http://httpredir.debian.org/debian/ trixie-backports-sloppy main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian/ trixie-proposed-updates main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ trixie-proposed-updates main contrib non-free non-free-firmware
#security
deb [trusted=yes] http://security.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://security.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware
deb [trusted=yes] http://httpredir.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware

View File

@ -0,0 +1,7 @@
Types: deb deb-src
URIs: http://httpredir.debian.org/debian/
Suites: trixie-backports
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes

View File

@ -0,0 +1,39 @@
Types: deb deb-src
URIs: http://httpredir.debian.org/debian/
Suites: trixie
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes
Types: deb deb-src
URIs: http://httpredir.debian.org/debian/
Suites: trixie-updates
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes
Types: deb deb-src
URIs: http://httpredir.debian.org/debian/
Suites: trixie-proposed-updates
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes
Types: deb deb-src
URIs: http://security.debian.org/debian-security/
Suites: trixie-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes
Types: deb deb-src
URIs: http://httpredir.debian.org/debian-security/
Suites: trixie-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes

View File

@ -0,0 +1,7 @@
Types: deb deb-src
URIs: https://www.deb-multimedia.org
Suites: trixie
Components: main non-free
Signed-By: /etc/apt/keyrings/deb-multimedia-keyring.gpg
Trusted: yes
Enabled: no

View File

@ -1,5 +0,0 @@
##multimedia
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ trixie main non-free non-free-firmware
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ trixie main non-free non-free-firmware
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ trixie-backports main
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ trixie-backports main

View File

@ -26,15 +26,10 @@ RUN mkdir -p /etc/apt/keyrings
# sources list
##################################################################
RUN rm -rfv /etc/apt/sources.list
RUN rm -rfv /etc/apt/sources.list.d/debian.sources
RUN rm -rfv /etc/apt/sources.list.d/*
RUN rm -rfv /etc/locale.gen
COPY etc/apt/keyrings/deb-multimedia-keyring.gpg /etc/apt/keyrings/deb-multimedia-keyring.gpg
COPY etc/apt/apt.conf.d/99-no-check-valid-until /etc/apt/apt.conf.d/99-no-check-valid-until
COPY etc/apt/apt.conf.d/98-allow-unauthenticated /etc/apt/apt.conf.d/98-allow-unauthenticated
COPY etc/apt/apt.conf.d/97-allow-cert-exp /etc/apt/apt.conf.d/97-allow-cert-exp
COPY etc/apt/apt.conf.d/96-apt-retries /etc/apt/apt.conf.d/96-apt-retries
COPY etc/apt/sources.list /etc/apt/sources.list
COPY etc/apt /etc/apt
COPY etc/locale.gen /etc/locale.gen
COPY usr/local/share/ca-certificates /usr/local/share/ca-certificates

View File

@ -1,3 +0,0 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ sid main contrib non-free non-free-firmware
deb-src [trusted=yes] http://httpredir.debian.org/debian/ sid main contrib non-free non-free-firmware

View File

@ -0,0 +1,7 @@
Types: deb deb-src
URIs: http://httpredir.debian.org/debian/
Suites: sid
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Trusted: yes
Enabled: yes

View File

@ -0,0 +1,7 @@
Types: deb deb-src
URIs: https://www.deb-multimedia.org
Suites: sid
Components: main non-free
Signed-By: /etc/apt/keyrings/deb-multimedia-keyring.gpg
Trusted: yes
Enabled: no

View File

@ -1,5 +0,0 @@
##multimedia
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ sid main non-free non-free-firmware
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ sid main non-free non-free-firmware
#deb [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ sid-backports main
#deb-src [signed-by=/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg] http://httpredir.debian.org/debian-multimedia/ sid-backports main

View File

@ -1,22 +1,22 @@
#main
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-updates main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-backports-sloppy main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian/ bullseye-proposed-updates main contrib non-free
#security
deb [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://security.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free
deb-src [trusted=yes] http://httpredir.debian.org/debian-security/ bullseye-security/updates main contrib non-free