mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 05:25:40 +00:00
Image handling (#2620)
* Fix Image Handling Signed-off-by: Duffie Cooley <cooleyd@vmware.com> Co-authored-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
6
changelogs/unreleased/2620-mauilion
Normal file
6
changelogs/unreleased/2620-mauilion
Normal file
@@ -0,0 +1,6 @@
|
||||
improve builder image handling so that we don't rebuild each `make shell`
|
||||
first check if there are pending changed on the build-image dockerfile if so build it.
|
||||
then check if there is an image in the registry if so pull it.
|
||||
then build an image cause we don't have a cached image. (this handles the backward compat case.)
|
||||
fix make clean to clear go mod cache before removing dirs (for containerized builds)
|
||||
|
||||
Reference in New Issue
Block a user