Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
bump 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Jul 10, 2020
1 parent 9893048 commit ff2e430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
docker buildx build \
--push \
--build-arg VERSION=${VERSION} \
--tag ${HUB}/istio-enovy-arm64:${TAG} \
--tag ${HUB}/istio-enovy-arm64:${VERSION} \
--platform linux/arm64 \
--file istio-envoy/Dockerfile .

Expand All @@ -19,7 +19,7 @@ build-build-env:
--file build-env/Dockerfile .

drop-bin:
docker cp $(shell docker run -dit --rm ${HUB}/istio-enovy-arm64:${TAG}):/envoy ${PWD}/envoy
docker cp $(shell docker run -dit --rm ${HUB}/istio-enovy-arm64:${VERSION}):/envoy ${PWD}/envoy

version:
docker run -it --entrypoint=/usr/local/bin/envoy istio/proxyv2:${VERSION} --version | grep version | sed -e 's/.*version\: //g' > istio-envoy/.envoy-version
Expand Down
2 changes: 1 addition & 1 deletion istio-envoy/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.6.5

0 comments on commit ff2e430

Please sign in to comment.