🗃️ 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/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/ 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; \ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
@ -80,7 +80,7 @@ RUN set -e; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \ echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1 update-alternatives --install /bin/sh sh /bin/bash 1
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/ 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; \ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
@ -80,7 +80,7 @@ RUN set -e; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \ echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1 update-alternatives --install /bin/sh sh /bin/bash 1
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/ 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; \ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
@ -80,7 +80,7 @@ RUN set -e; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \ echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1 update-alternatives --install /bin/sh sh /bin/bash 1
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/ 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; \ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
@ -80,7 +80,7 @@ RUN set -e; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \ echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1 update-alternatives --install /bin/sh sh /bin/bash 1
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -72,7 +72,7 @@ WORKDIR /root
COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY ./rootfs/usr/local/bin/. /usr/local/bin/
COPY ./rootfs/etc/apt/. /etc/apt/ 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; \ RUN set -e; \
echo "Setting up prerequisites"; \ echo "Setting up prerequisites"; \
@ -80,7 +80,7 @@ RUN set -e; \
echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \ echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \
dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \ dpkg-reconfigure --frontend=noninteractive locales;update-locale LANG=$LANG; \
update-alternatives --install /bin/sh sh /bin/bash 1 update-alternatives --install /bin/sh sh /bin/bash 1
ENV SHELL="/bin/bash" ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ] SHELL [ "/bin/bash", "-c" ]

View File

@ -1,6 +1,6 @@
# Source list for ubuntu 22.04 - jammy # 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 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-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu jammy-proposed 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 #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 # 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 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-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu lunar-proposed 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 #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 # 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 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-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu mantic-proposed 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 #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 # 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 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-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu noble-proposed 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 #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 # 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 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-security main restricted universe multiverse
#deb http://archive.ubuntu.com/ubuntu oracular-proposed 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 #deb http://archive.ubuntu.com/ubuntu oracular-backports main restricted universe multiverse