mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 01:02:41 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile.18.04 Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10 rootfs/tmp/
This commit is contained in:
		@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/bionic.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/disco.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/focal.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/hirsute.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/jammy.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/lunar.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/mantic.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/noble.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ USER ${USER}
 | 
			
		||||
WORKDIR /root
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
 | 
			
		||||
COPY ./rootfs/tmp/apt/oracular.list /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/bionic.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/bionic.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt bionic main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt bionic-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt bionic-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt bionic-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt bionic-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt bionic-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/focal.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/focal.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb https://old-releases.ubuntu.com/ubuntu focal main restricted universe multiverse
 | 
			
		||||
deb-src https://old-releases.ubuntu.com/ubuntu focal main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb https://old-releases.ubuntu.com/ubuntu focal-security main restricted universe multiverse
 | 
			
		||||
deb-src https://old-releases.ubuntu.com/ubuntu focal-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb https://old-releases.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
 | 
			
		||||
deb-src https://old-releases.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb https://old-releases.ubuntu.com/ubuntu focal-proposed main restricted universe multiverse
 | 
			
		||||
deb-src https://old-releases.ubuntu.com/ubuntu focal-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb https://old-releases.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
 | 
			
		||||
deb-src https://old-releases.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/hirsute.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/hirsute.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb http://old-releases.ubuntu.com/ubuntu hirsute main restricted universe multiverse
 | 
			
		||||
deb-src http://old-releases.ubuntu.com/ubuntu hirsute main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb http://old-releases.ubuntu.com/ubuntu hirsute-security main restricted universe multiverse
 | 
			
		||||
deb-src http://old-releases.ubuntu.com/ubuntu hirsute-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb http://old-releases.ubuntu.com/ubuntu hirsute-updates main restricted universe multiverse
 | 
			
		||||
deb-src http://old-releases.ubuntu.com/ubuntu hirsute-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb http://old-releases.ubuntu.com/ubuntu hirsute-proposed main restricted universe multiverse
 | 
			
		||||
deb-src http://old-releases.ubuntu.com/ubuntu hirsute-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb http://old-releases.ubuntu.com/ubuntu hirsute-backports main restricted universe multiverse
 | 
			
		||||
deb-src http://old-releases.ubuntu.com/ubuntu hirsute-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/jammy.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/jammy.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/lunar.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/lunar.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/mantic.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/mantic.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt lunar-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt lunar-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/noble.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/noble.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt noble main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-backports main restricted universe multiverse
 | 
			
		||||
							
								
								
									
										14
									
								
								rootfs/tmp/apt/oracular.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								rootfs/tmp/apt/oracular.list
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt oracular main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt oracular main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt oracular-security main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt oracular-security main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt oracular-updates main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt oracular-updates main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt oracular-proposed main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt oracular-proposed main restricted universe multiverse
 | 
			
		||||
 | 
			
		||||
deb mirror://mirrors.ubuntu.com/mirrors.txt oracular-backports main restricted universe multiverse
 | 
			
		||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt oracular-backports main restricted universe multiverse
 | 
			
		||||
		Reference in New Issue
	
	Block a user