🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/07-cleanup.sh
This commit is contained in:
casjay
2024-09-17 14:41:36 -04:00
parent 6071ff6921
commit 04f83a21c0
4 changed files with 24 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202409171130-git
##@Version : 202409171432-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2024 CasjaysDev
# @@Created : Tue Sep 17 11:30:22 AM EDT 2024
# @@Created : Tue Sep 17 02:32:16 PM EDT 2024
# @@File : .env.scripts
# @@Description : Variables for gen-dockerfile and buildx scripts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -17,7 +17,7 @@ DOCKER_ENTYPOINT_HEALTH_ENDPOINTS="$DOCKER_ENTYPOINT_HEALTH_ENDPOINTS"
# Dockerfile info
ENV_DOCKERFILE="Dockerfile"
ENV_IMAGE_NAME="coolify"
ENV_USE_TEMPLATE="alpine"
ENV_USE_TEMPLATE="debian"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Maintainer info
ENV_ORG_NAME="casjaysdevdocker"
@@ -56,5 +56,5 @@ 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="openrc curl wget git jq docker docker-cli-compose openssh-server openssh "
ENV_PACKAGES="systemd systemd-sysv cron curl wget git jq openssh-server "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -