mirror of
https://github.com/dockersrc/alpine
synced 2025-02-07 18:36:45 -05:00
51007bc2ea
Some checks failed
alpine-3-14 / alpine-3-14 (push) Successful in 16m28s
alpine-3-15 / alpine-3-15 (push) Failing after 2m14s
alpine-3-16 / alpine-3-16 (push) Successful in 21m36s
alpine-3-17 / alpine-3-17 (push) Successful in 20m12s
alpine-3-18 / alpine-3-18 (push) Successful in 18m11s
alpine-3-19 / alpine-3-19 (push) Successful in 19m22s
alpine-3-20 / alpine-3-20 (push) Successful in 20m20s
alpine-3-21 / alpine-3-20 (push) Successful in 25m51s
alpine-edge / alpine-edge (push) Successful in 25m42s
alpine-latest / alpine-latest (push) Successful in 23m24s
Dockerfile Dockerfile.3.14 Dockerfile.3.15 Dockerfile.3.16 Dockerfile.3.17 Dockerfile.3.18 Dockerfile.3.19 Dockerfile.3.20 Dockerfile.3.21 Dockerfile.edge .env.scripts .env.scripts.3.14 .env.scripts.3.15 .env.scripts.3.16 .env.scripts.3.17 .env.scripts.3.18 .env.scripts.3.19 .env.scripts.3.20 .env.scripts.3.21 .env.scripts.edge rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample
53 lines
2.4 KiB
Plaintext
53 lines
2.4 KiB
Plaintext
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
##@Version : 202408111050-git
|
|
# @@Author : CasjaysDev
|
|
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
|
|
# @@License : MIT
|
|
# @@Copyright : Copyright 2024 CasjaysDev
|
|
# @@Created : Sat Oct 12 10:50:49 AM EDT 2024
|
|
# @@File : .env.scripts.3.15
|
|
# @@Description : Variables for gen-dockerfile and buildx scripts
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Dockerfile info
|
|
ENV_DOCKERFILE="Dockerfile.3.15"
|
|
ENV_IMAGE_NAME="alpine"
|
|
ENV_USE_TEMPLATE="alpine"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# 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/dockersrc/alpine"
|
|
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdev/alpine"
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Push image info
|
|
ENV_IMAGE_PUSH="casjaysdev/alpine"
|
|
ENV_IMAGE_TAG="3.15"
|
|
ENV_ADD_TAGS=""
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
# Pull image info
|
|
ENV_PULL_URL="alpine"
|
|
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 iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow certbot ca-certificates "
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|