Skip to content

Commit

Permalink
Fix docker images name
Browse files Browse the repository at this point in the history
Signed-off-by: basmaelgaabouri <basmaelgaabouri@gmail.com>
  • Loading branch information
basmaelgaabouri committed Aug 3, 2023
1 parent 609b50e commit f5af805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ localci-exec:
docker exec -i -t $(CONTAINER)-localci-$(USER)-$(VERSION) /bin/bash || true

localci-base: ci/Dockerfile.local ci-base
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/localci:$(VERSION) -f $< .
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/localci/$(USER):$(VERSION) -f $< .

.PHONY: all-ci
all-ci: ci-image localci-base
Expand All @@ -126,7 +126,7 @@ icecap-exec:

.PHONY: icecap-base
icecap-base: icecap/Dockerfile base
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/icecap:$(VERSION) -f $< .
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/icecap/$(USER):$(VERSION) -f $< .

#####################################################################
# Linux-related targets
Expand All @@ -143,7 +143,7 @@ linux-exec:

.PHONY:
linux-base: linux/Dockerfile base
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/linux:$(VERSION) -f $< .
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/linux/$(USER):$(VERSION) -f $< .

#####################################################################
# Nitro-related targets
Expand Down Expand Up @@ -185,4 +185,4 @@ endif
(git fetch ; git checkout $(AWS_NITRO_CLI_REVISION))
make -C aws-nitro-enclaves-cli HOST_MACHINE=$(ARCH) nitro-cli
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) \
--build-arg NE_GID=$(NE_GID) -t $(IMAGE)/nitro:$(VERSION) -f $< .
--build-arg NE_GID=$(NE_GID) -t $(IMAGE)/nitro/$(USER):$(VERSION) -f $< .

0 comments on commit f5af805

Please sign in to comment.