From b4b9bcb53e0908b17f47c934b5b4311d4f91b516 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 2 Mar 2017 11:50:17 -0500 Subject: [PATCH] makefile: replace protokube.tar.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05e1728d66..f74a024644 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ protokube-image: protokube-build-in-docker protokube-export: protokube-image mkdir -p .build/dist/images docker save protokube:${PROTOKUBE_TAG} > .build/dist/images/protokube.tar - gzip .build/dist/images/protokube.tar + gzip --force --best .build/dist/images/protokube.tar (sha1sum .build/dist/images/protokube.tar.gz | cut -d' ' -f1) > .build/dist/images/protokube.tar.gz.sha1 # protokube-push is no longer used (we upload a docker image tar file to S3 instead),