An open API service indexing awesome lists of open source software.

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]

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
> - [![๐Ÿง๐Ÿงน HealthChecks ๐Ÿ–ณ๐Ÿ—‘๏ธ](https://github.com/pkgforge/flatimage-base/actions/workflows/healthchecks_housekeeping.yaml/badge.svg)](https://github.com/pkgforge/flatimage-base/actions/workflows/healthchecks_housekeeping.yaml)
> - [![๐Ÿ›๏ธ Build ๐Ÿ“€ (aarch64-Linux) FlatImages ๐Ÿ“ฆ๐Ÿ“€](https://github.com/pkgforge/flatimage-base/actions/workflows/build_aarch64_Linux.yaml/badge.svg)](https://github.com/pkgforge/flatimage-base/actions/workflows/build_aarch64_Linux.yaml)
> - [![๐Ÿ›๏ธ Build ๐Ÿ“€ (x86_64-Linux) FlatImages ๐Ÿ“ฆ๐Ÿ“€](https://github.com/pkgforge/flatimage-base/actions/workflows/build_x86_64_Linux.yaml/badge.svg)](https://github.com/pkgforge/flatimage-base/actions/workflows/build_x86_64_Linux.yaml)