Skip to content

Commit 8081cb4

Browse files
authored
rootfs
1 parent b4583b5 commit 8081cb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
> ==> https://hub.docker.com/r/pkgforge/ubuntu-builder ([`Ubuntu Builder Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/ubuntu-builder.dockerfile))<br>
1111
> ==> https://hub.docker.com/r/pkgforge/ubuntu-systemd-base ([`Ubuntu Dev Machine Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/ubuntu-systemd-base.dockerfile))<br>
1212
13+
#### ROOTFS
14+
> ==> https://github.com/pkgforge/devscripts/releases/download/archlinux-base_aarch64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/archlinux.sh))<br>
15+
> ==> https://github.com/pkgforge/devscripts/releases/download/archlinux-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/archlinux.sh))<br>
16+
> ==> https://github.com/pkgforge/devscripts/releases/download/artix-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/artix.sh))<br>
17+
> ==> https://github.com/pkgforge/devscripts/releases/download/cachyos-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/cachyos.sh))<br>
18+
> ==> https://github.com/pkgforge/devscripts/releases/download/eweos-base_aarch64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/eweos.sh))<br>
19+
> ==> https://github.com/pkgforge/devscripts/releases/download/eweos-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/eweos.sh))<br>
20+
1321
#### Scripts
1422
> [!WARNING]
1523
> These scripts are meant for [@pkgforge](https://github.com/pkgforge)'s internal use only. **They might not work outside of [@pkgforge](https://github.com/pkgforge)'s context**
@@ -20,6 +28,8 @@
2028
- [.profile used by all containers](https://github.com/pkgforge/devscripts/blob/main/Linux/.bashrc)
2129

2230
#### Workflows
31+
- [![🐬 Push Bootstrap Images (aarch64) 🐬](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_aarch64.yaml/badge.svg)](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_aarch64.yaml)
32+
- [![🐬 Push Bootstrap Images (x86_64) 🐬](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_x86_64.yaml/badge.svg)](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_x86_64.yaml)
2333
- [![🐬 Build Alpine Mimalloc Images for DockerHub 🐬](https://github.com/pkgforge/devscripts/actions/workflows/build_alpine_base_mimalloc.yaml/badge.svg)](https://github.com/pkgforge/devscripts/actions/workflows/build_alpine_base_mimalloc.yaml)
2434
- [![🐬 Builds ArchLinux Images for DockerHub 🐬](https://github.com/pkgforge-dev/docker-archlinux/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/pkgforge-dev/docker-archlinux/actions/workflows/build-deploy.yml)
2535
- [![🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬](https://github.com/pkgforge/devscripts/actions/workflows/build_gh_runner_images.yaml/badge.svg)](https://github.com/pkgforge/devscripts/actions/workflows/build_gh_runner_images.yaml)

0 commit comments

Comments
 (0)