🔧 Update configuration files 🔧
Some checks failed
release-tag / release-image (push) Failing after 24m19s

Dockerfile
.env.scripts
README.md
rootfs/root/docker/setup/05-custom.sh
rootfs/usr/local/bin/blueonyx-env-config
This commit is contained in:
casjay
2026-02-02 17:12:26 -05:00
parent a5316c77da
commit 614f2305c5
5 changed files with 1057 additions and 148 deletions

View File

@@ -37,9 +37,12 @@ ENV_ADD_TAGS=""
ENV_ADD_IMAGE_PUSH=""
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Pull image info
ENV_PULL_URL="almalinux/8-init"
ENV_PULL_URL="almalinux/10-init"
ENV_DISTRO_TAG="${IMAGE_VERSION}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Platform support (BlueOnyx only supports amd64)
ENV_PLATFORMS="linux/amd64"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Env
SERVICE_PORT=""
EXPOSE_PORTS=""