Skip to content

Commit

Permalink
Canonicalize init container image build
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Mar 10, 2019
1 parent 64b7616 commit c934736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ image/build:
.PHONY: image/build-init
image/build-init:
$(DOCKER) build \
$(IMAGE_BUILD_FLAGS) \
-t $(IMAGE_INITCONTAINER_BRANCH) \
-f ./init/Dockerfile.initcontainer ./init
$(DOCKER) tag $(IMAGE_INITCONTAINER_BRANCH) $(IMAGE_INITCONTAINER_COMMIT)

.PHONY: image/push
image/push:
Expand Down

0 comments on commit c934736

Please sign in to comment.