diff --git a/Dockerfile.22.04 b/Dockerfile.22.04 index 3919975..3736e06 100644 --- a/Dockerfile.22.04 +++ b/Dockerfile.22.04 @@ -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"; \ @@ -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"; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ 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" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.23.04 b/Dockerfile.23.04 index 1db33d6..50815ab 100644 --- a/Dockerfile.23.04 +++ b/Dockerfile.23.04 @@ -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"; \ @@ -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"; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ 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" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.23.10 b/Dockerfile.23.10 index 2a34604..d33723a 100644 --- a/Dockerfile.23.10 +++ b/Dockerfile.23.10 @@ -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"; \ @@ -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"; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ 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" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.24.04 b/Dockerfile.24.04 index fe3c880..bcace3e 100644 --- a/Dockerfile.24.04 +++ b/Dockerfile.24.04 @@ -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"; \ @@ -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"; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ 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" SHELL [ "/bin/bash", "-c" ] diff --git a/Dockerfile.24.10 b/Dockerfile.24.10 index 305e73f..7f147a8 100644 --- a/Dockerfile.24.10 +++ b/Dockerfile.24.10 @@ -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"; \ @@ -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"; \ apt-get update;apt-get upgrade -yy;apt-get install -yy bash locales; \ 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" SHELL [ "/bin/bash", "-c" ] diff --git a/rootfs/tmp/apt/jammy.list b/rootfs/tmp/apt/jammy.list index 374a4cb..30d281c 100644 --- a/rootfs/tmp/apt/jammy.list +++ b/rootfs/tmp/apt/jammy.list @@ -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 diff --git a/rootfs/tmp/apt/lunar.list b/rootfs/tmp/apt/lunar.list index f55e343..51eb03d 100644 --- a/rootfs/tmp/apt/lunar.list +++ b/rootfs/tmp/apt/lunar.list @@ -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 diff --git a/rootfs/tmp/apt/mantic.list b/rootfs/tmp/apt/mantic.list index bb59d3b..ad2c183 100644 --- a/rootfs/tmp/apt/mantic.list +++ b/rootfs/tmp/apt/mantic.list @@ -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 diff --git a/rootfs/tmp/apt/noble.list b/rootfs/tmp/apt/noble.list index 9c51ab7..b1bf934 100644 --- a/rootfs/tmp/apt/noble.list +++ b/rootfs/tmp/apt/noble.list @@ -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 diff --git a/rootfs/tmp/apt/oracular.list b/rootfs/tmp/apt/oracular.list index 29078bb..ff1f211 100644 --- a/rootfs/tmp/apt/oracular.list +++ b/rootfs/tmp/apt/oracular.list @@ -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