https://github.com/pkgforge/devscripts
🖳 Scripts & Misc used globally at PkgForge ORG [Maintainer=@Azathothas]
https://github.com/pkgforge/devscripts
Last synced: 1 day ago
JSON representation
🖳 Scripts & Misc used globally at PkgForge ORG [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge/devscripts
- Owner: pkgforge
- License: mit
- Created: 2024-12-17T18:10:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-26T07:51:25.000Z (12 days ago)
- Last Synced: 2026-01-26T17:35:27.617Z (11 days ago)
- Language: Shell
- Homepage:
- Size: 595 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Container Images
> ==> https://hub.docker.com/r/pkgforge/alpine-base-mimalloc ([`Alpine Base Image with Mimalloc`](https://github.com/tweag/rust-alpine-mimalloc))
> ==> https://hub.docker.com/r/pkgforge/alpine-builder ([`Alpine Build Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/alpine-builder.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/alpine-builder-mimalloc ([`Alpine Builder Image using Mimalloc`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/alpine-builder.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/archlinux ([`ArchLinux Base Image`](https://github.com/pkgforge-dev/docker-archlinux))
> ==> https://hub.docker.com/r/pkgforge/archlinux-builder ([`ArchLinux Builder Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/archlinux-builder.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/debian-builder-unstable ([`Debian Builder Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/debian-builder-unstable.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/gh-runner-aarch64-ubuntu ([`GHA Runner Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/aarch64-ubuntu.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/gh-runner-x86_64-ubuntu ([`GHA Runner Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/x86_64-ubuntu.dockerfile))
> ==> https://hub.docker.com/r/pkgforge/ubuntu-builder ([`Ubuntu Builder Image`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/ubuntu-builder.dockerfile))
> ==> 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))
#### ROOTFS
> ==> https://github.com/pkgforge/devscripts/releases/download/alpine-base_aarch64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/alpine.sh))
> ==> https://github.com/pkgforge/devscripts/releases/download/alpine-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/alpine.sh))
> ==> 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))
> ==> 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))
> ==> 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))
> ==> 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))
> ==> https://github.com/pkgforge/devscripts/releases/download/debian-base_aarch64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/debian.sh))
> ==> https://github.com/pkgforge/devscripts/releases/download/debian-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/debian.sh))
> ==> 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))
> ==> 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))
> ==> https://github.com/pkgforge/devscripts/releases/download/ubuntu-base_aarch64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/ubuntu.sh))
> ==> https://github.com/pkgforge/devscripts/releases/download/ubuntu-base_x86_64/rootfs.tar ([`boostrap.sh`](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/bootstrap/ubuntu.sh))
#### Scripts
> [!WARNING]
> 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**
- [Bootstrapping using Static Binaries](https://github.com/pkgforge/devscripts/blob/main/Linux/install_bins_curl.sh)
- [Debloating Github Runners to Maximize Storage](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/debloat_ubuntu.sh)
- [Managing Self Hosted Github Runners](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/manage_linux.sh)
- [Provisioning Self Hosted Github Runners](https://github.com/pkgforge/devscripts/blob/main/Github/Runners/run_linux.sh)
- [.profile used by all containers](https://github.com/pkgforge/devscripts/blob/main/Linux/.bashrc)
#### Workflows
- [](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_aarch64.yaml)
- [](https://github.com/pkgforge/devscripts/actions/workflows/build_bootstrap_images_x86_64.yaml)
- [](https://github.com/pkgforge/devscripts/actions/workflows/build_alpine_base_mimalloc.yaml)
- [](https://github.com/pkgforge-dev/docker-archlinux/actions/workflows/build-deploy.yml)
- [](https://github.com/pkgforge/devscripts/actions/workflows/build_gh_runner_images.yaml)