Does Kurtosis pull a container image down each time I run a package? #1274
Answered
by
leeederek
guisellaDes
asked this question in
Q&A
-
Does Kurtosis pull a container image down each time I run a package? |
Beta Was this translation helpful? Give feedback.
Answered by
leeederek
Sep 11, 2023
Replies: 1 comment
-
Hey @guisellaDes : Kurtosis will always attempt to pull the latest image from an external registry (e.g. Dockerhub) for each kurtosis run. If the image pull fails and the image exists locally, Kurtosis will use the local image. Note that if you want to use a private container image in an enclave, the only way you can use that image in Kurtosis is if you build it locally. Kurtosis currently does not support private container registries at this time. Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leeederek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @guisellaDes :
Kurtosis will always attempt to pull the latest image from an external registry (e.g. Dockerhub) for each kurtosis run. If the image pull fails and the image exists locally, Kurtosis will use the local image.
Note that if you want to use a private container image in an enclave, the only way you can use that image in Kurtosis is if you build it locally. Kurtosis currently does not support private container registries at this time. Cheers!