Vanilla-OS / ABRoot

ABRoot is a utility that provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state.
http://abroot.vanillaos.org/
GNU General Public License v3.0
309 stars 24 forks source link

feat[close #339]: add support for other registries #347

Closed axtloss closed 2 months ago

axtloss commented 2 months ago

Adds support for other registries such as quay.io by retrieving the authentication realm from the registry directly instead of hardcoding a format and adjusting the manifest parsing to accommodate for the fsLayers format

Closes #339