Skip to content

Commit ca8244f

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

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
@@ -50,7 +50,7 @@ update-changelog:
5050

5151
docker-build: build
5252
docker build --rm -t ${IMAGE} rootfs
53-
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
53+
docker tag ${IMAGE} ${MUTABLE_IMAGE}
5454

5555
# Push to a registry that Kubernetes can access.
5656
docker-push:

0 commit comments

Comments
 (0)