🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 2h16m53s

Dockerfile
.env.scripts
.gitattributes
.gitignore
rootfs/.gitea/
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
rootfs/usr/local/etc/docker/functions/entrypoint.sh
rootfs/usr/local/share/template-files/config/env/default.sample
This commit is contained in:
casjay
2025-09-16 19:36:48 -04:00
parent b85d6bb510
commit bb7f624f98
9 changed files with 636 additions and 412 deletions

View File

@@ -1,10 +1,10 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202409061237-git
##@Version : 202509161146-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2024 CasjaysDev
# @@Created : Fri Sep 6 12:37:54 PM EDT 2024
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Tue Sep 16 11:46:30 AM EDT 2025
# @@File : .env.scripts
# @@Description : Variables for gen-dockerfile and buildx scripts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -34,6 +34,8 @@ ENV_IMAGE_PUSH="casjaysdevdocker/blueonyx"
ENV_IMAGE_TAG="latest"
ENV_ADD_TAGS=""
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ENV_ADD_IMAGE_PUSH=""
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Pull image info
ENV_PULL_URL="almalinux/8-init"
ENV_DISTRO_TAG="${IMAGE_VERSION}"