mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 01:02:41 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				ubuntu-20-04 / ubuntu-20-04 (push) Failing after 2m0s
				
			
		
			
				
	
				ubuntu-22-04 / ubuntu-22-04 (push) Successful in 2h48m45s
				
			
		
			
				
	
				ubuntu-24-10 / ubuntu-24-10 (push) Failing after 3h12m49s
				
			
		
			
				
	
				ubuntu-24-04 / ubuntu-24-04 (push) Failing after 3h14m49s
				
			
		
			
				
	
				ubuntu-18-04 / ubuntu-18-04 (push) Failing after 3h14m56s
				
			
		
			
				
	
				ubuntu-latest / ubuntu-latest (push) Successful in 2h47m30s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	ubuntu-20-04 / ubuntu-20-04 (push) Failing after 2m0s
				
			ubuntu-22-04 / ubuntu-22-04 (push) Successful in 2h48m45s
				
			ubuntu-24-10 / ubuntu-24-10 (push) Failing after 3h12m49s
				
			ubuntu-24-04 / ubuntu-24-04 (push) Failing after 3h14m49s
				
			ubuntu-18-04 / ubuntu-18-04 (push) Failing after 3h14m56s
				
			ubuntu-latest / ubuntu-latest (push) Successful in 2h47m30s
				
			Dockerfile.18.04 .env.scripts.18.04
This commit is contained in:
		@@ -26,7 +26,7 @@ ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdev/ubuntu"
 | 
			
		||||
# Push image info
 | 
			
		||||
ENV_IMAGE_PUSH="casjaysdev/ubuntu"
 | 
			
		||||
ENV_IMAGE_TAG="18.04"
 | 
			
		||||
ENV_ADD_TAGS="disco"
 | 
			
		||||
ENV_ADD_TAGS="bionic"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Pull image info
 | 
			
		||||
ENV_PULL_URL="ubuntu"
 | 
			
		||||
 
 | 
			
		||||
@@ -22,8 +22,8 @@ ARG NODE_VERSION="system"
 | 
			
		||||
ARG NODE_MANAGER="system"
 | 
			
		||||
 | 
			
		||||
ARG IMAGE_REPO="casjaysdev/ubuntu"
 | 
			
		||||
ARG IMAGE_VERSION="19.04"
 | 
			
		||||
ARG CONTAINER_VERSION="disco"
 | 
			
		||||
ARG IMAGE_VERSION="18.04"
 | 
			
		||||
ARG CONTAINER_VERSION="bionic"
 | 
			
		||||
 | 
			
		||||
ARG PULL_URL="ubuntu"
 | 
			
		||||
ARG DISTRO_VERSION="${IMAGE_VERSION}"
 | 
			
		||||
@@ -78,7 +78,7 @@ RUN set -e; \
 | 
			
		||||
  echo "Setting up prerequisites"; \
 | 
			
		||||
  echo "$LANG UTF-8" >"/etc/locale.gen"; \
 | 
			
		||||
  echo 'export DEBIAN_FRONTEND="'${DEBIAN_FRONTEND}'"' >"/etc/profile.d/apt.sh" && chmod 755 "/etc/profile.d/apt.sh"; \
 | 
			
		||||
sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list; \
 | 
			
		||||
  sed -i 's|http://\([a-z0-9.-]*\)\.archive.ubuntu.com/ubuntu|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list; \
 | 
			
		||||
  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
 | 
			
		||||
@@ -116,7 +116,7 @@ RUN echo "Initializing packages before copying files to image"; \
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
COPY ./rootfs/. /
 | 
			
		||||
COPY ./Dockerfile.19.04 /root/docker/Dockerfile
 | 
			
		||||
COPY ./Dockerfile.18.04 /root/docker/Dockerfile
 | 
			
		||||
 | 
			
		||||
RUN echo "Updating system files "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user