casjay ac4d4f9eb9
Some checks failed
alpine-3-16 / build-and-push (push) Failing after 25s
alpine-3-14 / build-and-push (push) Failing after 1m42s
alpine-3-15 / build-and-push (push) Failing after 1m44s
alpine-3-17 / build-and-push (push) Failing after 1m32s
alpine-3-18 / build-and-push (push) Failing after 1m11s
alpine-3-19 / build-and-push (push) Failing after 1m1s
alpine-3-21 / build-and-push (push) Failing after 51s
alpine-3-22 / build-and-push (push) Failing after 54s
alpine-3-20 / build-and-push (push) Failing after 1m38s
alpine-edge / build-and-push (push) Failing after 1m18s
alpine / build-and-push (push) Failing after 1m1s
🔧 Updated workflows 🔧
.gitea/workflows/docker.3.14.yaml
.gitea/workflows/docker.3.15.yaml
.gitea/workflows/docker.3.16.yaml
.gitea/workflows/docker.3.17.yaml
.gitea/workflows/docker.3.18.yaml
.gitea/workflows/docker.3.19.yaml
.gitea/workflows/docker.3.20.yaml
.gitea/workflows/docker.3.21.yaml
.gitea/workflows/docker.3.22.yaml
.gitea/workflows/docker.edge.yaml
.gitea/workflows/docker.yaml
.github/workflows/docker.3.14.yaml
.github/workflows/docker.3.15.yaml
.github/workflows/docker.3.16.yaml
.github/workflows/docker.3.17.yaml
.github/workflows/docker.3.18.yaml
.github/workflows/docker.3.19.yaml
.github/workflows/docker.3.20.yaml
.github/workflows/docker.3.21.yaml
.github/workflows/docker.3.22.yaml
.github/workflows/docker.edge.yaml
.github/workflows/docker.yaml
2026-01-16 00:15:55 -05:00
2026-01-16 00:15:55 -05:00
2026-01-16 00:15:55 -05:00
2026-01-15 23:48:05 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
2025-11-29 11:55:18 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
2026-01-15 23:48:05 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:34 -05:00
2026-01-15 23:48:05 -05:00

👋 Welcome to alpine 🚀

alpine 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 alpine

Install and run container

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

via docker-compose

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

Get source files

dockermgr download src os alpine

Build container

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

Authors

🤖 casjay: Github 🤖
casjaysdev: Github Docker

Description
Languages
Shell 89%
Edge 8.6%
Dockerfile 2.4%