jason b1ff5c5e37
Build and Push 18.04 / build (push) Waiting to run
Build and Push 20.04 / build (push) Waiting to run
Build and Push 22.04 / build (push) Waiting to run
Build and Push 24.04 / build (push) Waiting to run
Build and Push 24.10 / build (push) Waiting to run
Build and Push 26.04 / 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 labels and
ENV_GIT_REPO_URL now point at the real dockersrc GitHub repo.

- Dockerfile: image.url → https://hub.docker.com/r/casjaysdev/ubuntu; source/doc → https://github.com/dockersrc/ubuntu
- Dockerfile.18.04: image.url fixed; registry-host source label dropped
- Dockerfile.20.04: image.url fixed; registry-host source label dropped
- Dockerfile.22.04: image.url fixed; registry-host source label dropped
- Dockerfile.24.04: image.url fixed; registry-host source label dropped
- Dockerfile.24.10: image.url fixed; registry-host source label dropped
- Dockerfile.26.04: image.url fixed; source → https://github.com/dockersrc/ubuntu
- .env.scripts: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.18.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.20.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.22.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.24.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.24.10: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
- .env.scripts.26.04: ENV_GIT_REPO_URL → https://github.com/dockersrc/ubuntu
2026-08-14 14:43:33 -04:00
2026-06-04 16:26:47 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
2026-08-14 14:43:33 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00

👋 Welcome to ubuntu 🚀

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

Install and run container

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

via docker-compose

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

Get source files

dockermgr download src os ubuntu

Build container

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

Authors

🤖 casjay: Github 🤖
casjaysdev: Github Docker

S
Description
Repo for docker-ubuntu
Readme
249 KiB
Languages
Shell 91.7%
Dockerfile 8.3%