Commit Graph
4 Commits
Author SHA1 Message Date
jason 8dc4aba999 🐛 Fix OCI labels and git repo env URLs 🐛
Build and Push 10-dev / build (push) Waiting to run
Build and Push 10 / build (push) Waiting to run
Build and Push 8-dev / build (push) Waiting to run
Build and Push 8 / build (push) Waiting to run
Build and Push 9-dev / build (push) Waiting to run
Build and Push 9 / build (push) Waiting to run
Build and Push / build (push) Waiting to run
image.url must be the browsable hub.docker.com/r page — docker.io
is only a registry pull host. source/doc labels and
ENV_GIT_REPO_URL must point at the real dockersrc GitHub repo,
not the retired casjaysdevdocker org.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/almalinux; source/doc → https://github.com/dockersrc/almalinux; dropped duplicate registry-host source label
- Dockerfile.8: image.url fixed; registry-host source label dropped
- Dockerfile.9: image.url fixed; registry-host source label dropped
- Dockerfile.10: image.url fixed; registry-host source label dropped
- Dockerfile.10-dev: image.url fixed; registry-host source label dropped
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.8: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.8-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.9: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.9-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
- .env.scripts.10-dev: ENV_GIT_REPO_URL → https://github.com/dockersrc/almalinux
2026-08-14 14:43:15 -04:00
jason 94461d1fe2 🔧 Update scripts, remove certbot, add CA cert update 🔧
Update all container scripts to 202605241245-git, remove certbot from
all package lists, and add CA certificate update step after install.
- .env.scripts*: remove certbot from ENV_PACKAGES (all 7 version files)
- Dockerfile*: remove certbot from PACK_LIST (all 7 version Dockerfiles)
- rootfs/root/docker/setup/00-init.sh: updated to latest template
- rootfs/root/docker/setup/01-system.sh: updated to latest template
- rootfs/root/docker/setup/02-packages.sh: add update-ca-trust extract step
- rootfs/root/docker/setup/03-files.sh: updated to latest template
- rootfs/root/docker/setup/04-users.sh: updated to latest template
- rootfs/root/docker/setup/05-custom.sh: updated to latest template
- rootfs/root/docker/setup/06-post.sh: updated to latest template
- rootfs/root/docker/setup/07-cleanup.sh: updated to latest template
- rootfs/usr/local/bin/entrypoint.sh: updated to 202605241245-git
- rootfs/usr/local/bin/pkmgr: updated to 202605241245-git
- rootfs/usr/local/etc/docker/functions/entrypoint.sh: updated to 202605241245-git

Dockerfile
Dockerfile.10
Dockerfile.10-dev
Dockerfile.8
Dockerfile.8-dev
Dockerfile.9
Dockerfile.9-dev
.env.scripts
.env.scripts.10
.env.scripts.10-dev
.env.scripts.8
.env.scripts.8-dev
.env.scripts.9
.env.scripts.9-dev
rootfs/root/docker/setup/00-init.sh
rootfs/root/docker/setup/01-system.sh
rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/04-users.sh
rootfs/root/docker/setup/05-custom.sh
rootfs/root/docker/setup/06-post.sh
rootfs/root/docker/setup/07-cleanup.sh
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2026-05-24 21:44:59 -04:00
jason 12c96925ef 🔧 Fix Dockerfile names, PHP version, and CRB repo handling 🔧
- Correct ENV_DOCKERFILE references from double-versioned names (8.8-dev, 9.9-dev) to canonical names (8-dev, 9-dev)
- Set PHP_VERSION to 7.4 instead of system default in both 8-dev and 9-dev env scripts
- Rename CRB repo paths and labels to PowerTools equivalents after fetching repo files in Dockerfile.8-dev

Dockerfile.8-dev
.env.scripts.8-dev
.env.scripts.9-dev
2026-05-04 12:51:15 -04:00
jason d440c11c81 🦈🏠🐜 Initial Commit 🐜🦈🏠 2025-11-29 11:11:32 -05:00