casjay 36451f89aa
Some checks failed
ubuntu-19-04 / ubuntu-19-04 (push) Failing after 3m56s
ubuntu-20-04 / ubuntu-20-04 (push) Failing after 7m40s
ubuntu-21-04 / ubuntu-21-04 (push) Failing after 2m51s
ubuntu-23-04 / ubuntu-23-04 (push) Failing after 4m42s
ubuntu-23-10 / ubuntu-23-10 (push) Failing after 5m35s
ubuntu-24-10 / ubuntu-24-10 (push) Failing after 1m37s
ubuntu-22-04 / ubuntu-22-04 (push) Successful in 1h26m17s
ubuntu-24-04 / ubuntu-24-04 (push) Successful in 1h52m3s
ubuntu-latest / ubuntu-latest (push) Successful in 1h51m31s
🗃️ Committing everything that changed 🗃️
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
2024-12-25 10:37:20 -05:00
2024-12-16 08:34:12 -05:00
2024-09-24 11:04:26 -04: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-10-13 08:36:16 -04:00
2024-12-25 10:37:20 -05:00
2024-12-25 10:37:20 -05:00
2024-12-25 10:37:20 -05:00
2024-12-25 10:37:20 -05:00
2024-12-25 10:37:20 -05:00
2024-12-25 10:37:20 -05:00
2024-10-13 08:36:16 -04:00
2024-10-13 08:36:16 -04: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%