# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202408111946-git # @@Author : CasjaysDev # @@Contact : CasjaysDev # @@License : MIT # @@Copyright : Copyright 2024 CasjaysDev # @@Created : Sun Aug 11 07:46:28 PM EDT 2024 # @@File : .env.scripts # @@Description : Variables for gen-dockerfile and buildx scripts # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Dockerfile info ENV_DOCKERFILE="Dockerfile" ENV_IMAGE_NAME="mysql" ENV_USE_TEMPLATE="alpine" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Maintainer info ENV_ORG_NAME="casjaysdevdocker" ENV_VENDOR="CasjaysDev" ENV_AUTHOR="CasjaysDev" ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # REPO info ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/mysql" ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/mysql" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Push image info ENV_IMAGE_PUSH="casjaysdevdocker/mysql" ENV_IMAGE_TAG="latest" ENV_ADD_TAGS="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Pull image info ENV_PULL_URL="casjaysdev/php" ENV_DISTRO_TAG="${IMAGE_VERSION}" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Env SERVICE_PORT="80" EXPOSE_PORTS="3306" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # 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="mariadb-server-utils mariadb-client mariadb pwgen" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -