Skip to content

Commit

Permalink
gzip with --best the operator.tar docker file (istio#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Dake authored and istio-testing committed Oct 22, 2019
1 parent 282e568 commit 28b8682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ docker.push:
docker.save: docker
mkdir -p $(TARGET_OUT)/release/docker
docker save $(HUB)/operator:$(TAG) -o $(TARGET_OUT)/release/docker/operator.tar
gzip --best $(TARGET_OUT)/release/docker/operator.tar

docker.all: docker docker.push

Expand Down

0 comments on commit 28b8682

Please sign in to comment.