mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 13:26:26 +00:00
* Fix Image Handling Signed-off-by: Duffie Cooley <cooleyd@vmware.com> Co-authored-by: Carlisia <carlisia@vmware.com>
7 lines
408 B
Plaintext
7 lines
408 B
Plaintext
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)
|
|
|