We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189c1e1 commit a8c0fa7Copy full SHA for a8c0fa7
1 file changed
Makefile
@@ -17,7 +17,7 @@ clean: check-docker
17
docker rmi $(IMAGE)
18
19
docker-build: check-docker
20
- docker build --rm -t ${IMAGE} rootfs
+ docker build ${DOCKER_BUILD_TAGS} -t ${IMAGE} rootfs
21
docker tag ${IMAGE} ${MUTABLE_IMAGE}
22
23
test:
0 commit comments