Caching the output of ImageFromDockerfileBuilder #1036
Answered
by
HofmeisterAn
PappBenedek
asked this question in
Q&A
-
Hey folks, |
Beta Was this translation helpful? Give feedback.
Answered by
HofmeisterAn
Oct 30, 2023
Replies: 1 comment 4 replies
-
Docker's BuildKit is not available through the API (AFAIK, not much we can do here - sorry). I recommend using the Docker CLI instead to build the image. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Locally or on CI? You can use runsettings or environment variables to pass the actual image to the test. Or an Implementation of
IImage
that resolves the previously built image.