We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fad0ca commit 617e5b4Copy full SHA for 617e5b4
Makefile
@@ -1,7 +1,7 @@
1
ARCH ?=amd64
2
ALL_ARCH = amd64 arm64
3
4
-IMAGE ?= docker.io/oats87/hyperkube-base
+IMAGE ?= harbor.cumulus.openstack.hpc.cam.ac.uk/magnum/hyperkube-base
5
TAG ?= v0.0.1
6
7
BASEIMAGE ?= ubuntu:20.04
@@ -48,8 +48,8 @@ build: clean cni-bin/bin scripts/iptables-wrapper-installer.sh
48
docker build --pull --build-arg ARCH=${ARCH} -t $(IMAGE):$(TAG)-linux-$(ARCH) .
49
50
push: build
51
- docker push $(IMAGE):$(TAG)-$(ARCH)
+ docker push $(IMAGE):$(TAG)-linux-$(ARCH)
52
53
.PHONY: all build push clean all-build all-push-images all-push
54
55
-.DEFAULT_GOAL := build
+.DEFAULT_GOAL := build
0 commit comments