-
How to use skupper with private registry? My env cant access internet so i need to push those skupper images to private registry. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
grs
Jun 14, 2024
Replies: 1 comment 1 reply
-
You can specify environment variables that will define the urls for the images in your private registry. The Env varvariable names for the different images are defined here: https://github.com/skupperproject/skupper/blob/main/pkg/images/image_utils.go The env vars are used both by the CLI and by the site controller, depending on how you are configuring things. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qatrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can specify environment variables that will define the urls for the images in your private registry. The Env varvariable names for the different images are defined here: https://github.com/skupperproject/skupper/blob/main/pkg/images/image_utils.go
The env vars are used both by the CLI and by the site controller, depending on how you are configuring things.