File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ KICBASE_ARCH = linux/arm64,linux/amd64
651
651
KICBASE_IMAGE_REGISTRIES ?= $(REGISTRY ) /kicbase:$(KIC_VERSION ) $(REGISTRY_GH ) /kicbase:$(KIC_VERSION ) kicbase/stable:$(KIC_VERSION )
652
652
653
653
.PHONY : push-kic-base-image
654
- push-kic-base-image : docker-multi-arch-builder # # Push multi-arch local/kicbase:latest to all remote registries
654
+ push-kic-base-image : out/auto-pause docker-multi-arch-builder # # Push multi-arch local/kicbase:latest to all remote registries
655
655
ifdef AUTOPUSH
656
656
docker login gcr.io/k8s-minikube
657
657
docker login docker.pkg.github.com
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ COPY 10-network-security.conf /etc/sysctl.d/10-network-security.conf
28
28
COPY 11-tcp-mtu-probing.conf /etc/sysctl.d/11-tcp-mtu-probing.conf
29
29
COPY clean-install /usr/local/bin/clean-install
30
30
COPY entrypoint /usr/local/bin/entrypoint
31
+ # must first run make out/auto-pause
32
+ COPY ../../out/auto-pause /usr/local/bin/auto-pause
31
33
32
34
# Install dependencies, first from apt, then from release tarballs.
33
35
# NOTE: we use one RUN to minimize layers.
You can’t perform that action at this time.
0 commit comments