🗃️ Committing everything that changed 🗃️

Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
rootfs/tmp/apt/jammy.list
rootfs/tmp/apt/lunar.list
rootfs/tmp/apt/mantic.list
rootfs/tmp/apt/noble.list
rootfs/tmp/apt/oracular.list
This commit is contained in:
casjay 2024-08-25 15:08:54 -04:00
parent 6a8975e15b
commit b5a5057f61
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
10 changed files with 15 additions and 15 deletions

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
#COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
RUN set -e; \
echo "Setting up prerequisites"; \

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
#COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
RUN set -e; \
echo "Setting up prerequisites"; \

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
#COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
RUN set -e; \
echo "Setting up prerequisites"; \

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
#COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
RUN set -e; \
echo "Setting up prerequisites"; \

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/
COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
#COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
RUN set -e; \
echo "Setting up prerequisites"; \

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 22.04 - jammy
deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu jammy-proposed main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 23.04 - lunar
deb http://archive.ubuntu.com/ubuntu lunar main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu lunar-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu lunar-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu lunar-proposed main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu lunar-backports main restricted universe multiverse

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 23.10 - mantic
deb http://archive.ubuntu.com/ubuntu mantic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu mantic-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu mantic-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 24.04 - noble
deb http://archive.ubuntu.com/ubuntu noble main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
######deb http://archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu noble-proposed main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 24.10 - oracular
deb http://archive.ubuntu.com/ubuntu oracular main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu oracular-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu oracular-updates main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu oracular-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu oracular-proposed main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu oracular-backports main restricted universe multiverse