https://github.com/pkgforge-dev/flatimage-base
Multi ARCH & Multi ROOTFS base images for FlatImage [Maintainer=@Azathothas]
https://github.com/pkgforge-dev/flatimage-base
Last synced: 6 months ago
JSON representation
Multi ARCH & Multi ROOTFS base images for FlatImage [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-dev/flatimage-base
- Owner: pkgforge
- License: mit
- Created: 2024-10-19T06:36:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T08:36:35.000Z (about 1 year ago)
- Last Synced: 2024-12-11T09:31:52.266Z (about 1 year ago)
- Language: Shell
- Homepage: https://github.com/pkgforge/pkgcache
- Size: 105 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> - [FlatImage](https://github.com/ruanformigoni/flatimage): https://github.com/ruanformigoni/flatimage
> - For: [Soarpkgs](https://github.com/pkgforge/soarpkgs)
> > - Contact: 
PkgForge (
) Discord `โผ` [`https://discord.gg/djJUs48Zbu`](https://discord.gg/djJUs48Zbu)
- #### Download
> - Continuous Releases are available for [`aarch64`](https://github.com/pkgforge/flatimage-base/releases/tag/aarch64) & [`x86_64`](https://github.com/pkgforge/flatimage-base/releases/tag/x86_64)
> > ```bash
> > !#To get os-release & ldd version
> > curl -qfsSL "https://github.com/pkgforge/flatimage-base/releases/download/$(uname -m)/${IMG_NAME}.txt"
> > #Example: curl -qfsSL "https://github.com/pkgforge/flatimage-base/releases/download/$(uname -m)/alpine.txt"
> >
> > !#To Download the image
> > wget -q "https://github.com/pkgforge/flatimage-base/releases/download/$(uname -m)/${IMG_NAME}.flatimage"
> > #Example: wget -q "https://github.com/pkgforge/flatimage-base/releases/download/$(uname -m)/alpine.flatimage"
> > ```
>
> - [Stable/Tagged](https://github.com/pkgforge/flatimage-base/tags) Releases are also available at: https://github.com/pkgforge/flatimage-base/releases
>
> - `NOTE:` Flatimages based on `aarch64` may exhibit unexpected behavior, and not all distributions are supported.
> - `NOTE:` These Base Images are as minimal as possible and have [all permissions enabled by default](https://flatimage.github.io/docs/cmd/perms/). Details: https://flatimage.github.io/docs/cmd/perms/
> - `NOTE:` **Sometimes Files are NOT uploaded to Releases due to GitHub API Error, make sure to check [ARTIFACTS](https://github.com/pkgforge/flatimage-base/actions)**
- #### Status
> - [](https://github.com/pkgforge/flatimage-base/actions/workflows/healthchecks_housekeeping.yaml)
> - [](https://github.com/pkgforge/flatimage-base/actions/workflows/build_aarch64_Linux.yaml)
> - [](https://github.com/pkgforge/flatimage-base/actions/workflows/build_x86_64_Linux.yaml)