Let's continue our series of blog posts dedicated to Space Packages. The previous post was about working with Maven repositories. In this one, let's play with container registries! What are they for? The most obvious example is a Docker registry, but in addition to Docker images, container registries support OCI images and Helm charts.
The structure of the post will be quite the same: we'll show you how to create a container registry in Space, get authenticated in it, and push Docker images.
(more…)