mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-21 05:23:04 -05:00
8534cb320a
Dockerfile Dockerfile.19.04 Dockerfile.20.04 Dockerfile.21.04 Dockerfile.22.04 Dockerfile.23.04 Dockerfile.23.10 Dockerfile.24.04 Dockerfile.24.10 .env.scripts .env.scripts.19.04 .env.scripts.20.04 .env.scripts.21.04 .env.scripts.22.04 .env.scripts.23.04 .env.scripts.23.10 .env.scripts.24.04 .env.scripts.24.10 README.md
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:11 AM EDT 2024
|
|
# @@File : .env.scripts.22.04
|
|
# @@Description : Variables for gen-dockerfile and buildx scripts
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Dockerfile info
|
|
ENV_DOCKERFILE="Dockerfile.22.04"
|
|
ENV_IMAGE_NAME="ubuntu"
|
|
ENV_USE_TEMPLATE="ubuntu"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Maintainer info
|
|
ENV_ORG_NAME="casjaysdevdocker"
|
|
ENV_VENDOR="CasjaysDev"
|
|
ENV_AUTHOR="CasjaysDev"
|
|
ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# REPO info
|
|
ENV_GIT_REPO_URL="https://github.com/dockersrc/ubuntu"
|
|
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdev/ubuntu"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Push image info
|
|
ENV_IMAGE_PUSH="casjaysdev/ubuntu"
|
|
ENV_IMAGE_TAG="22.04"
|
|
ENV_ADD_TAGS="jammy"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# 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/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 jq "
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|