We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6473b + fbdd882 commit 00f75ebCopy full SHA for 00f75eb
1 file changed
Makefile
@@ -28,7 +28,7 @@ build: docker-build
28
29
docker-build: check-docker
30
docker build --rm -t ${IMAGE} rootfs
31
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
32
33
deploy: docker-build docker-push
34
sed 's#\(image:\) .*#\1 $(IMAGE)#' /tmp/deis-$(COMPONENT) | kubectl apply --validate=true -f -
0 commit comments