Skip to content

Change the container images to use the KOTS registry format #9180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #9041
mrsimonemms opened this issue Apr 7, 2022 · 0 comments · Fixed by #9155
Closed
Tracked by #9041

Change the container images to use the KOTS registry format #9180

mrsimonemms opened this issue Apr 7, 2022 · 0 comments · Fixed by #9155
Assignees

Comments

@mrsimonemms
Copy link
Contributor

mrsimonemms commented Apr 7, 2022

In order to allow for airgapped installation, KOTS allows for .airgap files to be uploaded to a "local" container registry. These images are published to the image level only - for example, the image quay.io/jetstack/cert-manager/cert-manager-image would be published to myregistry.com/cert-manager-image.

The Installer has an ImageName function which all container images are passed through. Currently, if the configuration for the repository is set to the default Gitpod registry, it returns the image name given. However, if the repository is different, it prepends it so it would return myregistry.com/jetstack/cert-manager/cert-manager-image

In order to use the KOTS registry, this needs to switch it to the new format if a non-Gitpod registry is detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant