casjay 59146fa518
Some checks failed
ubuntu-19-04 / ubuntu-19-04 (push) Failing after 3m30s
ubuntu-20-04 / ubuntu-20-04 (push) Failing after 3m34s
ubuntu-21-04 / ubuntu-21-04 (push) Failing after 3m40s
ubuntu-23-04 / ubuntu-23-04 (push) Failing after 2m6s
ubuntu-23-10 / ubuntu-23-10 (push) Failing after 4m5s
ubuntu-22-04 / ubuntu-22-04 (push) Successful in 2h16m51s
ubuntu-24-04 / ubuntu-24-04 (push) Failing after 3h3m3s
ubuntu-24-10 / ubuntu-24-10 (push) Failing after 3h0m30s
ubuntu-latest / ubuntu-latest (push) Failing after 3h13m4s
🗃️ Committing everything that changed 🗃️
Dockerfile
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
2024-12-30 11:35:18 -05:00
2024-12-16 08:34:12 -05:00
2024-12-28 19:42:11 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:37:39 -04:00
2024-10-12 16:21:04 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
2024-10-12 16:22:29 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:37:39 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:37:39 -04:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
2024-12-30 11:35:18 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2024-08-10 17:37:39 -04:00
2024-10-12 16:22:29 -04: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 "/var/lib/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/." "/var/lib/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 "/var/lib/srv/root/docker/casjaysdev/ubuntu/latest/data:/data:z" \
-v "/var/lib/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:
      - "/var/lib/srv/root/docker/casjaysdev/ubuntu/latest/data:/data:z"
      - "/var/lib/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

Description
Languages
Shell 90.6%
Dockerfile 9.4%