mirror of https://github.com/ceph/go-ceph
makefile: rebuild test container as needed
If the Dockerfile or entrypoint.sh changes the "ci image" should be rebuilt automatically. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
43a863d1cb
commit
971027692f
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ test:
|
|||
test-docker: .build-docker
|
||||
$(CONTAINER_CMD) run --device /dev/fuse --cap-add SYS_ADMIN $(CONTAINER_OPTS) --rm -it -v $(CURDIR):/go/src/github.com/ceph/go-ceph $(DOCKER_CI_IMAGE)
|
||||
|
||||
.build-docker:
|
||||
.build-docker: Dockerfile entrypoint.sh
|
||||
$(CONTAINER_CMD) build -t $(DOCKER_CI_IMAGE) .
|
||||
@$(CONTAINER_CMD) inspect -f '{{.Id}}' $(DOCKER_CI_IMAGE) > .build-docker
|
||||
|
||||
|
|
Loading…
Reference in New Issue