casjay 87b6beef17
Some checks failed
alpine-3-15 / alpine-3-15 (push) Failing after 1m36s
alpine-3-16 / alpine-3-16 (push) Failing after 2m14s
alpine-3-14 / alpine-3-14 (push) Successful in 21m24s
alpine-3-17 / alpine-3-17 (push) Successful in 18m24s
alpine-3-18 / alpine-3-18 (push) Successful in 18m51s
alpine-3-19 / alpine-3-19 (push) Successful in 18m47s
alpine-3-20 / alpine-3-20 (push) Successful in 23m37s
alpine-3-21 / alpine-3-20 (push) Successful in 24m27s
alpine-edge / alpine-edge (push) Successful in 26m53s
alpine-latest / alpine-latest (push) Successful in 27m17s
🗃️ Committing everything that changed 🗃️
Dockerfile
Dockerfile.3.14
Dockerfile.3.15
Dockerfile.3.16
Dockerfile.3.17
Dockerfile.3.18
Dockerfile.3.19
Dockerfile.3.20
Dockerfile.3.21
Dockerfile.edge
2024-12-30 11:35:13 -05:00
2024-12-16 08:31:55 -05:00
2024-12-28 19:42:07 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:36:46 -04:00
2024-10-12 16:20:57 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-10-12 16:22:22 -04:00
2024-12-16 07:53:30 -05:00
2024-10-12 16:22:22 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:36:46 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:36:46 -04:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
2024-12-30 11:35:13 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:36:46 -04:00
2024-10-12 16:22:22 -04: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/rootfs/." "/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 82.2%
Dockerfile 8.9%
Edge 8.9%