Commit Graph

3 Commits

Author SHA1 Message Date
jason 22b01f7f43 🔧 Replace symlink helper with ln -sf across all Alpine Dockerfiles 🔧
- Replace `/usr/local/bin/symlink` calls with native `ln -sf` for bash shell symlinks in all Alpine version Dockerfiles (3.14–3.22 and edge)
- Remove `coreutils` from ENV_PACKAGES in `.env.scripts.edge` and `PACK_LIST` in `Dockerfile.edge` as it is no longer needed

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.edge
.env.scripts.edge
2026-05-04 13:26:33 -04:00
jason 92104879ba 🔧 Update env scripts and Dockerfiles across Alpine versions 🔧
- Rename ENV_IMAGE_NAME to ENV_REGISTRY_REPO and ENV_ORG_NAME to ENV_REGISTRY_ORG for consistency
- Update ENV_REGISTRY_URL to use base registry URL and ENV_IMAGE_PUSH to ENV_REGISTRY_PUSH
- Trim default package list to core essentials, removing redundant and heavy packages
- Update version timestamps and copyright year to 2026
- Sync .env.scripts changes across all Alpine version variants (3.14–3.23, edge)

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.edge
.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-05-04 11:25:43 -04:00
jason ce38a9be0e 🦈🏠🐜 Initial Commit 🐜🦈🏠 2025-11-29 11:11:34 -05:00