Skip to main content

Private container registries

A private container registry is a storage and distribution system for container images i.e. files that include all the code, libraries and other resources required to run an application inside a containerized environment.

Private registries allow for access control to their images without having them in the open domain. Public registries also often have bandwidth limits because they are mostly based on a cloud service, which charges per gigabyte of bandwidth.

Pull an Image from a Private Registry

Unifie can help you create image pull secret on tab Pull secrets

pull secrets

You can create secrets for

  • AWS ECR
  • Quay.io
  • Docker hub
  • Other

pull secrets

After secret was created - you can see it in application resulting YAML. And can use it in pod definitions.

pull secrets

If you use a Docker type service - you can create secret here:

pull secrets in wizard

Other Container storage providers

You can create image Pull secret manually with this instructions