Skip to content

Commit d779957

Browse files
committed
ref(Makefile): remove obsolete "docker tag -f" flag
This is an error with Docker 1.12.
1 parent 7a0fb97 commit d779957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build: check-docker
4141
# We also alter the RC file to set the image name.
4242
docker-build: check-docker build
4343
docker build --rm -t ${IMAGE} rootfs
44-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
44+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
4545

4646
# Push to a registry that Kubernetes can access.
4747
docker-push: check-docker

0 commit comments

Comments
 (0)