We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae90b0 commit b32fe54Copy full SHA for b32fe54
1 file changed
Makefile
@@ -15,7 +15,7 @@ uninstall: kube-delete
15
upgrade: kube-update
16
17
docker-build:
18
- docker build -t ${IMAGE} rootfs
+ docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} rootfs
19
docker tag ${IMAGE} ${MUTABLE_IMAGE}
20
21
clean: check-docker
0 commit comments