jason 5d37986bdf
Build and Push 10 / build (push) Waiting to run
Build and Push 11 / build (push) Waiting to run
Build and Push 12 / build (push) Waiting to run
Build and Push 13 / build (push) Waiting to run
Build and Push / build (push) Waiting to run
🐛 Fix OCI labels and git repo env URLs 🐛
image.url must be the browsable hub.docker.com/r page — docker.io
is only a registry pull host. source/doc and ENV_GIT_REPO_URL now
point at the real dockersrc GitHub repo, not casjaysdevdocker.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/debian; source/doc → https://github.com/dockersrc/debian
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
- .env.scripts.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
- .env.scripts.11: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
- .env.scripts.12: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
- .env.scripts.13: ENV_GIT_REPO_URL → https://github.com/dockersrc/debian
2026-08-14 14:43:25 -04:00
2026-06-04 16:26:32 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:40 -05:00
2026-08-14 14:43:25 -04:00
2026-08-14 14:43:25 -04:00
2026-08-14 14:43:25 -04:00
2026-08-14 14:43:25 -04:00
2026-08-14 14:43:25 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:40 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:40 -05:00
2026-08-14 14:43:25 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:40 -05:00

👋 Welcome to debian 🚀

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

Install and run container

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

via docker-compose

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

Get source files

dockermgr download src os debian

Build container

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

Authors

🤖 casjay: Github 🤖
casjaysdev: Github Docker

S
Description
Repo for docker-debian
Readme
223 KiB
Languages
Shell 92.3%
Dockerfile 7.7%