Commit Graph

2 Commits

Author SHA1 Message Date
jason 6a19d9843b 🐛 Fix wrong PULL_URL and regenerate all Dockerfiles from updated template 🐛
Build and Push 3.14 / build (push) Has been cancelled
Build and Push 3.15 / build (push) Has been cancelled
Build and Push 3.16 / build (push) Has been cancelled
Build and Push 3.17 / build (push) Has been cancelled
Build and Push 3.18 / build (push) Has been cancelled
Build and Push 3.19 / build (push) Has been cancelled
Build and Push 3.20 / build (push) Has been cancelled
Build and Push 3.21 / build (push) Has been cancelled
Build and Push 3.22 / build (push) Has been cancelled
Build and Push 3.23 / build (push) Has been cancelled
Build and Push edge / build (push) Has been cancelled
Build and Push / build (push) Has been cancelled
- .env.scripts, .env.scripts.3.14 through .env.scripts.3.22, .env.scripts.3.23, .env.scripts.edge: fixed ENV_PULL_URL from the corrupted "casjaysdev/alpine" back to the correct upstream "alpine" (ENV_PULL_URL is authoritative and is baked directly into ARG PULL_URL in the generated Dockerfile, overriding --distro-name and GEN_DOCKERFILE_APP_DIR auto-detection)
- Dockerfile, Dockerfile.3.14 through Dockerfile.3.22, Dockerfile.3.23, Dockerfile.edge, Dockerfile.testing: regenerated all 12 Dockerfile variants from the updated Dockerfile template — picks up ssmtp in PACK_LIST (SMTP server for out-of-the-box mail support), the new HOSTNAME format (casjaysdevdocker-$name), and the current template structure; PULL_URL now correctly resolves to "alpine" in every variant
- AI.md: pre-existing working-tree edit updating install/compose path examples from /srv to /var/lib/srv (unrelated to the Dockerfile regeneration, included as part of this working tree's already-staged state)

AI.md
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.3.22
Dockerfile.3.23
Dockerfile.edge
Dockerfile.testing
.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.3.22
.env.scripts.3.23
.env.scripts.edge
2026-07-12 01:01:21 -04:00
jason 2ac0e27dfa 🔧 Update configuration files 🔧
AI.md
alpine/.dockerignore
alpine/.gitattributes
alpine/.gitea/workflows/build.yml
alpine/.gitignore
alpine/LICENSE.md
alpine/rootfs/root/docker/setup/00-init.sh
alpine/rootfs/root/docker/setup/01-system.sh
alpine/rootfs/root/docker/setup/02-packages.sh
alpine/rootfs/root/docker/setup/03-files.sh
alpine/rootfs/root/docker/setup/04-users.sh
alpine/rootfs/root/docker/setup/05-custom.sh
alpine/rootfs/root/docker/setup/06-post.sh
alpine/rootfs/root/docker/setup/07-cleanup.sh
alpine/rootfs/usr/local/bin/copy
alpine/rootfs/usr/local/bin/entrypoint.sh
alpine/rootfs/usr/local/bin/healthcheck
alpine/rootfs/usr/local/bin/pkmgr
alpine/rootfs/usr/local/bin/symlink
alpine/rootfs/usr/local/etc/docker/functions/entrypoint.sh
Dockerfile
Dockerfile.3.14
Dockerfile.3.15
Dockerfile.testing
.env.scripts.testing
2026-07-08 18:07:07 -04:00