mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 01:02:41 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
Dockerfile 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
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# syntax=docker/dockerfile:experimental
 | 
			
		||||
# syntax=docker/dockerfile:1
 | 
			
		||||
# Docker image for ubuntu using the ubuntu template
 | 
			
		||||
ARG IMAGE_NAME="ubuntu"
 | 
			
		||||
ARG PHP_SERVER="ubuntu"
 | 
			
		||||
@@ -140,7 +140,7 @@ RUN echo "Updating system files "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Settings"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Setting up users and scripts "; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
@@ -157,7 +157,7 @@ RUN echo "Setting OS Settings "; \
 | 
			
		||||
 | 
			
		||||
RUN echo "Custom Applications"; \
 | 
			
		||||
  $SHELL_OPTS; \
 | 
			
		||||
echo ""
 | 
			
		||||
  echo ""
 | 
			
		||||
 | 
			
		||||
RUN echo "Running custom commands"; \
 | 
			
		||||
  if [ -f "/root/docker/setup/05-custom.sh" ];then echo "Running the custom script";/root/docker/setup/05-custom.sh||{ echo "Failed to execute /root/docker/setup/05-custom.sh" && exit 10; };echo "Done running the custom script";fi; \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user