🗃️ Update codebase 🗃️
Some checks failed
almalinux / release-almalinux (push) Failing after 14m0s
almalinux-9 / almalinux-9 (push) Failing after 14m11s
almalinux-9-dev / almalinux-9-dev (push) Failing after 14m16s
almalinux-8 / almalinux-8 (push) Failing after 14m19s
almalinux-8-dev / almalinux-8-dev (push) Failing after 3h14m18s
almalinux-10 / almalinux-10 (push) Failing after 3h14m22s
almalinux-10-dev / almalinux-10-dev (push) Failing after 3h14m28s

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/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
This commit is contained in:
casjay
2025-10-22 17:32:52 -04:00
parent f9594c9bd6
commit 5c9fccb791
9 changed files with 18 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:47 PM EDT 2025
# @@File : 00-init.sh
# @@Description : script to run init
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:47 PM EDT 2025
# @@File : 01-system.sh
# @@Description : script to run system
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:47 PM EDT 2025
# @@File : 02-packages.sh
# @@Description : script to run packages
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:47 PM EDT 2025
# @@File : 03-files.sh
# @@Description : script to run files
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:48 PM EDT 2025
# @@File : 04-users.sh
# @@Description : script to run users
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:44 PM EDT 2025
# @@Created : Wed Oct 22 05:31:48 PM EDT 2025
# @@File : 05-custom.sh
# @@Description : script to run custom
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:45 PM EDT 2025
# @@Created : Wed Oct 22 05:31:48 PM EDT 2025
# @@File : 06-post.sh
# @@Description : script to run post
# @@Changelog : newScript

View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2025 CasjaysDev
# @@Created : Wed Oct 22 05:27:45 PM EDT 2025
# @@Created : Wed Oct 22 05:31:48 PM EDT 2025
# @@File : 07-cleanup.sh
# @@Description : script to run cleanup
# @@Changelog : newScript

View File

@@ -1,13 +1,13 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202510221727-git
##@Version : 202510221731-git
# @@Author : Jason Hempstead
# @@Contact : jason@casjaysdev.pro
# @@License : WTFPL
# @@ReadME : entrypoint.sh --help
# @@Copyright : Copyright: (c) 2025 Jason Hempstead, Casjays Developments
# @@Created : Wednesday, Oct 22, 2025 17:27 EDT
# @@Created : Wednesday, Oct 22, 2025 17:31 EDT
# @@File : entrypoint.sh
# @@Description : Entrypoint file for almalinux
# @@Changelog : New script