mirror of
https://github.com/ceph/go-ceph
synced 2025-01-09 07:19:58 +00:00
make: add micro-osd.sh to container dependencies
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
7a387654c5
commit
2a75461371
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ endif
|
||||
|
||||
.PHONY: ci-image
|
||||
ci-image: $(BUILDFILE)
|
||||
$(BUILDFILE): $(CONTAINER_CONFIG_DIR)/Dockerfile entrypoint.sh
|
||||
$(BUILDFILE): $(CONTAINER_CONFIG_DIR)/Dockerfile entrypoint.sh micro-osd.sh
|
||||
$(CONTAINER_CMD) build --build-arg CEPH_VERSION=$(CEPH_VERSION) -t $(CI_IMAGE_TAG) -f $(CONTAINER_CONFIG_DIR)/Dockerfile .
|
||||
@$(CONTAINER_CMD) inspect -f '{{.Id}}' $(CI_IMAGE_TAG) > $(BUILDFILE)
|
||||
echo $(CEPH_VERSION) >> $(BUILDFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user