mirror of
				https://github.com/dockersrc/almalinux
				synced 2025-11-04 07:02:09 -05:00 
			
		
		
		
	🗃️ 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
				
			
		
		
	
	
				
					
				
			
		
			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:
		@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  00-init.sh
 | 
				
			||||||
# @@Description      :  script to run init
 | 
					# @@Description      :  script to run init
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  01-system.sh
 | 
				
			||||||
# @@Description      :  script to run system
 | 
					# @@Description      :  script to run system
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  02-packages.sh
 | 
				
			||||||
# @@Description      :  script to run packages
 | 
					# @@Description      :  script to run packages
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  03-files.sh
 | 
				
			||||||
# @@Description      :  script to run files
 | 
					# @@Description      :  script to run files
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  04-users.sh
 | 
				
			||||||
# @@Description      :  script to run users
 | 
					# @@Description      :  script to run users
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  05-custom.sh
 | 
				
			||||||
# @@Description      :  script to run custom
 | 
					# @@Description      :  script to run custom
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  06-post.sh
 | 
				
			||||||
# @@Description      :  script to run post
 | 
					# @@Description      :  script to run post
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  CasjaysDev
 | 
					# @@Author           :  CasjaysDev
 | 
				
			||||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
					# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
				
			||||||
# @@License          :  MIT
 | 
					# @@License          :  MIT
 | 
				
			||||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
					# @@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
 | 
					# @@File             :  07-cleanup.sh
 | 
				
			||||||
# @@Description      :  script to run cleanup
 | 
					# @@Description      :  script to run cleanup
 | 
				
			||||||
# @@Changelog        :  newScript
 | 
					# @@Changelog        :  newScript
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,13 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
# shellcheck shell=bash
 | 
					# shellcheck shell=bash
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
##@Version           :  202510221727-git
 | 
					##@Version           :  202510221731-git
 | 
				
			||||||
# @@Author           :  Jason Hempstead
 | 
					# @@Author           :  Jason Hempstead
 | 
				
			||||||
# @@Contact          :  jason@casjaysdev.pro
 | 
					# @@Contact          :  jason@casjaysdev.pro
 | 
				
			||||||
# @@License          :  WTFPL
 | 
					# @@License          :  WTFPL
 | 
				
			||||||
# @@ReadME           :  entrypoint.sh --help
 | 
					# @@ReadME           :  entrypoint.sh --help
 | 
				
			||||||
# @@Copyright        :  Copyright: (c) 2025 Jason Hempstead, Casjays Developments
 | 
					# @@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
 | 
					# @@File             :  entrypoint.sh
 | 
				
			||||||
# @@Description      :  Entrypoint file for almalinux
 | 
					# @@Description      :  Entrypoint file for almalinux
 | 
				
			||||||
# @@Changelog        :  New script
 | 
					# @@Changelog        :  New script
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user