Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix docker images name" #654

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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/$(USER):$(VERSION) -f $< .
$(DOCKER_BUILD_CMD) $(BUILD_ARGS) -t $(IMAGE)/localci:$(VERSION) -f $< .

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

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

#####################################################################
# Nitro-related targets
Expand Down Expand Up @@ -168,4 +168,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/$(USER):$(VERSION) -f $< .
--build-arg NE_GID=$(NE_GID) -t $(IMAGE)/nitro:$(VERSION) -f $< .