gardenlinux / python-gardenlinux-lib

Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames
0 stars 0 forks source link

Implement OCI-registry authentication, so that oci images can be pushed to a non-local oci registry #27

Closed Vincinator closed 1 month ago

Vincinator commented 2 months ago

What?

Why?

Vincinator commented 1 month ago

4fcb115 provides first implementation. Testing with ghcr.io and authentication seems to work.

However, encountered a new issue (#18) that needs to be fixed before we can run the full demo against ghcr.io

Vincinator commented 1 month ago

Blocked by gardenlinux/python-gardenlinux-lib#21