-
Notifications
You must be signed in to change notification settings - Fork 28
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
coder/kaniko: support multi-stage builds with DoCacheProbe #230
Comments
This was referenced Jun 11, 2024
To support multi-stage cache probes, we'll need a way to deduce the hash of dependencies between stages when operating in cache probe-mode. Some ideas off the top of my head:
I'm open to better ideas here. |
This was referenced Aug 20, 2024
mafredri
added a commit
that referenced
this issue
Aug 26, 2024
This was referenced Aug 26, 2024
mafredri
added a commit
that referenced
this issue
Aug 29, 2024
mafredri
added a commit
that referenced
this issue
Aug 29, 2024
mafredri
added a commit
that referenced
this issue
Aug 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
coder/kaniko#12 added support for performing a 'fake' build (e.g. ProbeCache)
However, this does not appear to work with multi-stage builds (coder/kaniko#12 (comment))
Add support for multi-stage builds. This will require changes to our Kaniko fork.
The text was updated successfully, but these errors were encountered: