Commit Graph

4 Commits

Author SHA1 Message Date
jason 063edf374a 📝 Migrate /var/lib/srv docker paths to /srv in docs 📝
Build and Push 10-dev / build (push) Has been cancelled
Build and Push 10 / build (push) Has been cancelled
Build and Push 8-dev / build (push) Has been cancelled
Build and Push 8 / build (push) Has been cancelled
Build and Push 9-dev / build (push) Has been cancelled
Build and Push 9 / build (push) Has been cancelled
Build and Push / build (push) Has been cancelled
Update volume mount examples from /var/lib/srv/$USER/docker
to /srv/$USER/docker.
- README.md almalinux/.dockerignore almalinux/.gitattributes almalinux/.gitea/workflows/build.yml almalinux/.gitignore almalinux/LICENSE.md almalinux/rootfs/root/docker/setup/00-init.sh almalinux/rootfs/root/docker/setup/01-system.sh almalinux/rootfs/root/docker/setup/02-packages.sh almalinux/rootfs/root/docker/setup/03-files.sh almalinux/rootfs/root/docker/setup/04-users.sh almalinux/rootfs/root/docker/setup/05-custom.sh almalinux/rootfs/root/docker/setup/06-post.sh almalinux/rootfs/root/docker/setup/07-cleanup.sh almalinux/rootfs/usr/local/bin/copy almalinux/rootfs/usr/local/bin/entrypoint.sh almalinux/rootfs/usr/local/bin/healthcheck almalinux/rootfs/usr/local/bin/pkmgr almalinux/rootfs/usr/local/bin/symlink almalinux/rootfs/usr/local/etc/docker/functions/entrypoint.sh : update path references to /srv/$USER/docker

almalinux/.dockerignore
almalinux/.gitattributes
almalinux/.gitea/workflows/build.yml
almalinux/.gitignore
almalinux/LICENSE.md
almalinux/rootfs/root/docker/setup/00-init.sh
almalinux/rootfs/root/docker/setup/01-system.sh
almalinux/rootfs/root/docker/setup/02-packages.sh
almalinux/rootfs/root/docker/setup/03-files.sh
almalinux/rootfs/root/docker/setup/04-users.sh
almalinux/rootfs/root/docker/setup/05-custom.sh
almalinux/rootfs/root/docker/setup/06-post.sh
almalinux/rootfs/root/docker/setup/07-cleanup.sh
almalinux/rootfs/usr/local/bin/copy
almalinux/rootfs/usr/local/bin/entrypoint.sh
almalinux/rootfs/usr/local/bin/healthcheck
almalinux/rootfs/usr/local/bin/pkmgr
almalinux/rootfs/usr/local/bin/symlink
almalinux/rootfs/usr/local/etc/docker/functions/entrypoint.sh
README.md
2026-07-10 13:15:52 -04:00
jason dcf0db1167 🔧 Rename dockerfs to rootfs and update build files 🔧
- Renamed dockerfs directory to rootfs across setup scripts, entrypoint, and template files
- Updated all Dockerfiles (8, 9, 10 and dev variants) to reflect new rootfs path
- Added new helper utilities copy and symlink under rootfs/usr/local/bin
- Refreshed README.md to align with the renamed directory structure

Dockerfile
Dockerfile.10
Dockerfile.10-dev
Dockerfile.8
Dockerfile.8-dev
Dockerfile.9
Dockerfile.9-dev
dockerfs/root/docker/setup/00-init.sh
dockerfs/root/docker/setup/01-system.sh
dockerfs/root/docker/setup/02-packages.sh
dockerfs/root/docker/setup/03-files.sh
dockerfs/root/docker/setup/04-users.sh
dockerfs/root/docker/setup/05-custom.sh
dockerfs/root/docker/setup/06-post.sh
dockerfs/root/docker/setup/07-cleanup.sh
dockerfs/usr/local/bin/entrypoint.sh
dockerfs/usr/local/bin/pkmgr
dockerfs/usr/local/etc/docker/functions/entrypoint.sh
dockerfs/usr/local/share/template-files/config/env/default.sample
dockerfs/usr/local/share/template-files/config/env/examples/00-directory.sh
dockerfs/usr/local/share/template-files/config/env/examples/addresses.sh
dockerfs/usr/local/share/template-files/config/env/examples/certbot.sh
dockerfs/usr/local/share/template-files/config/env/examples/couchdb.sh
dockerfs/usr/local/share/template-files/config/env/examples/dockerd.sh
dockerfs/usr/local/share/template-files/config/env/examples/global.sh
dockerfs/usr/local/share/template-files/config/env/examples/healthcheck.sh
dockerfs/usr/local/share/template-files/config/env/examples/mariadb.sh
dockerfs/usr/local/share/template-files/config/env/examples/mongodb.sh
dockerfs/usr/local/share/template-files/config/env/examples/networking.sh
dockerfs/usr/local/share/template-files/config/env/examples/other.sh
dockerfs/usr/local/share/template-files/config/env/examples/php.sh
dockerfs/usr/local/share/template-files/config/env/examples/postgres.sh
dockerfs/usr/local/share/template-files/config/env/examples/redis.sh
dockerfs/usr/local/share/template-files/config/env/examples/services.sh
dockerfs/usr/local/share/template-files/config/env/examples/ssl.sh
dockerfs/usr/local/share/template-files/config/env/examples/supabase.sh
dockerfs/usr/local/share/template-files/config/env/examples/webservers.sh
dockerfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
dockerfs/usr/local/share/template-files/config/.gitkeep
dockerfs/usr/local/share/template-files/data/.gitkeep
dockerfs/usr/local/share/template-files/defaults/.gitkeep
README.md
rootfs/usr/local/bin/copy
rootfs/usr/local/bin/symlink
2026-05-05 14:34:55 -04:00
jason 40d0d41781 🗃️ Updated workflows and moved rootfs 🗃️
Dockerfile
Dockerfile.10
Dockerfile.10-dev
Dockerfile.8
Dockerfile.8-dev
Dockerfile.9
Dockerfile.9-dev
dockerfs/
.gitea/workflows/docker.10-dev.yaml
.gitea/workflows/docker.10.yaml
.gitea/workflows/docker.8-dev.yaml
.gitea/workflows/docker.8.yaml
.gitea/workflows/docker.9-dev.yaml
.gitea/workflows/docker.9.yaml
.gitea/workflows/docker.yaml
.github/
README.md
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
rootfs/usr/local/share/template-files/config/env/default.sample
rootfs/usr/local/share/template-files/config/env/examples/00-directory.sh
rootfs/usr/local/share/template-files/config/env/examples/addresses.sh
rootfs/usr/local/share/template-files/config/env/examples/certbot.sh
rootfs/usr/local/share/template-files/config/env/examples/couchdb.sh
rootfs/usr/local/share/template-files/config/env/examples/dockerd.sh
rootfs/usr/local/share/template-files/config/env/examples/global.sh
rootfs/usr/local/share/template-files/config/env/examples/healthcheck.sh
rootfs/usr/local/share/template-files/config/env/examples/mariadb.sh
rootfs/usr/local/share/template-files/config/env/examples/mongodb.sh
rootfs/usr/local/share/template-files/config/env/examples/networking.sh
rootfs/usr/local/share/template-files/config/env/examples/other.sh
rootfs/usr/local/share/template-files/config/env/examples/php.sh
rootfs/usr/local/share/template-files/config/env/examples/postgres.sh
rootfs/usr/local/share/template-files/config/env/examples/redis.sh
rootfs/usr/local/share/template-files/config/env/examples/services.sh
rootfs/usr/local/share/template-files/config/env/examples/ssl.sh
rootfs/usr/local/share/template-files/config/env/examples/supabase.sh
rootfs/usr/local/share/template-files/config/env/examples/webservers.sh
rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh
rootfs/usr/local/share/template-files/config/.gitkeep
rootfs/usr/local/share/template-files/data/.gitkeep
rootfs/usr/local/share/template-files/defaults/.gitkeep
2026-01-15 23:48:02 -05:00
jason d440c11c81 🦈🏠🐜 Initial Commit 🐜🦈🏠 2025-11-29 11:11:32 -05:00