mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-03 19:02:23 -05:00 
			
		
		
		
	
		
			Some checks failed
		
		
	
	ubuntu-20-04 / ubuntu-20-04 (push) Failing after 1m56s
				
			ubuntu-22-04 / ubuntu-22-04 (push) Successful in 2h28m26s
				
			ubuntu-24-04 / ubuntu-24-04 (push) Failing after 3h0m56s
				
			ubuntu-18-04 / ubuntu-18-04 (push) Failing after 3h3m8s
				
			ubuntu-24-10 / ubuntu-24-10 (push) Failing after 3h11m0s
				
			ubuntu-latest / ubuntu-latest (push) Failing after 3h3m17s
				
			Dockerfile Dockerfile.18.04 Dockerfile.20.04 Dockerfile.22.04 Dockerfile.24.04 Dockerfile.24.10 .env.scripts .env.scripts.18.04 .env.scripts.20.04 .env.scripts.22.04 .env.scripts.24.04 .env.scripts.24.10 rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample
		
			
				
	
	
		
			53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
##@Version           :  202408111051-git
 | 
						|
# @@Author           :  CasjaysDev
 | 
						|
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
						|
# @@License          :  MIT
 | 
						|
# @@Copyright        :  Copyright 2024 CasjaysDev
 | 
						|
# @@Created          :  Sat Oct 12 10:51:09 AM EDT 2024
 | 
						|
# @@File             :  .env.scripts
 | 
						|
# @@Description      :  Variables for gen-dockerfile and buildx scripts
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Dockerfile info
 | 
						|
ENV_DOCKERFILE="Dockerfile"
 | 
						|
ENV_IMAGE_NAME="ubuntu"
 | 
						|
ENV_USE_TEMPLATE="ubuntu"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Maintainer info
 | 
						|
ENV_ORG_NAME="casjaysdev"
 | 
						|
ENV_VENDOR="CasjaysDev"
 | 
						|
ENV_AUTHOR="CasjaysDev"
 | 
						|
ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# REPO info
 | 
						|
ENV_GIT_REPO_URL="https://github.com/casjaysdev/ubuntu"
 | 
						|
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdev/ubuntu"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Push image info
 | 
						|
ENV_IMAGE_PUSH="casjaysdev/ubuntu"
 | 
						|
ENV_IMAGE_TAG="latest"
 | 
						|
ENV_ADD_TAGS="USE_DATE"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Pull image info
 | 
						|
ENV_PULL_URL="ubuntu"
 | 
						|
ENV_DISTRO_TAG="${IMAGE_VERSION}"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Env
 | 
						|
SERVICE_PORT=""
 | 
						|
EXPOSE_PORTS=""
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Versions
 | 
						|
PHP_VERSION="system"
 | 
						|
NODE_VERSION="system"
 | 
						|
NODE_MANAGER="system"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
# Default directories
 | 
						|
WWW_ROOT_DIR="/usr/local/share/httpd/default"
 | 
						|
DEFAULT_FILE_DIR="/usr/local/share/template-files"
 | 
						|
DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
 | 
						|
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"
 | 
						|
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
						|
ENV_PACKAGES="bash-completion git curl wget sudo unzip tini xz-utils iproute2 pinentry-curses bsd-mailx procps net-tools bsd-mailx postfix python3-pip certbot ca-certificates "
 | 
						|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 |