jason 74dfe00eb0
Build and Push / build (push) Failing after 13m32s
Build and Push 9 / build (push) Failing after 13m44s
Build and Push 9-dev / build (push) Failing after 13m54s
Build and Push 8 / build (push) Failing after 13m55s
Build and Push 8-dev / build (push) Failing after 14m14s
Build and Push 10 / build (push) Failing after 14m25s
Build and Push 10-dev / build (push) Failing after 14m33s
🐛 Fix duplicate 2>/dev/null in entrypoint.sh /etc/hosts line 🐛
The grep -vF line that appends /usr/local/etc/hosts entries had a
duplicate 2>/dev/null redirect after the append operator, which is
a no-op but clutters the script. Synced from template.
- rootfs/usr/local/bin/entrypoint.sh: remove duplicate 2>/dev/null
from grep -vF /etc/hosts append line; bump version to 202606261500-git

rootfs/usr/local/bin/entrypoint.sh
2026-06-26 18:37:41 -04:00
2026-06-04 16:26:17 -04:00
🗃️ Update codebase 🗃️
2026-06-10 14:17:18 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:32 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:32 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:32 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:32 -05:00

👋 Welcome to almalinux 🚀

almalinux README

Install my system scripts

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 sudo systemmgr --config && sudo systemmgr install scripts  

Automatic install/update

dockermgr update os almalinux

Install and run container

mkdir -p "/var/lib/srv/root/docker/casjaysdev/almalinux/latest"
git clone "https://github.com/dockermgr/almalinux" "$HOME/.local/share/CasjaysDev/dockermgr/almalinux"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/almalinux/rootfs/." "/var/lib/srv/root/docker/casjaysdev/almalinux/latest/"
docker run -d \
--restart always \
--privileged \
--name casjaysdev-almalinux-latest \
--hostname almalinux \
-e TZ=${TIMEZONE:-America/New_York} \
-v "/var/lib/srv/root/docker/casjaysdev/almalinux/latest/data:/data:z" \
-v "/var/lib/srv/root/docker/casjaysdev/almalinux/latest/config:/config:z" \
casjaysdev/almalinux:latest

via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdev/almalinux
    container_name: casjaysdev-almalinux-latest
    environment:
      - TZ=America/New_York
      - HOSTNAME=almalinux
    volumes:
      - "/var/lib/srv/root/docker/casjaysdev/almalinux/latest/data:/data:z"
      - "/var/lib/srv/root/docker/casjaysdev/almalinux/latest/config:/config:z"
    restart: always

Get source files

dockermgr download src os almalinux

Build container

git clone "https://github.com/dockersrc/almalinux" "$HOME/Projects/github/dockersrc/almalinux"
cd "$HOME/Projects/github/dockersrc/almalinux" && buildx all 

Authors

🤖 casjay: Github 🤖
casjaysdev: Github Docker

S
Description
Repo for docker-rhel
Readme 183 KiB
Languages
Shell 95.8%
Dockerfile 4.2%