Automator: update common-files@master in istio/istio.io@master (#6464)

This commit is contained in:
Istio Automation 2020-02-16 12:40:58 -08:00 committed by GitHub
parent d9f7bab217
commit 2307747f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
export BUILD_WITH_CONTAINER ?= 0
# Version of image used within build container
IMAGE_VERSION ?= master-2020-01-30T23-36-53
IMAGE_VERSION ?= master-2020-02-14T13-09-14
LOCAL_ARCH := $(shell uname -m)
ifeq ($(LOCAL_ARCH),x86_64)
@ -65,7 +65,7 @@ CONTAINER_CLI ?= docker
DOCKER_SOCKET_MOUNT ?= -v /var/run/docker.sock:/var/run/docker.sock
IMG ?= gcr.io/istio-testing/build-tools:$(IMAGE_VERSION)
UID = $(shell id -u)
GID = `grep docker /etc/group | cut -f3 -d:`
GID = `grep '^docker:' /etc/group | cut -f3 -d:`
PWD = $(shell pwd)
$(info Building with the build container: $(IMG).)

View File

@ -1 +1 @@
ca7a07019b263b1e496c093a06227734913ce737
676a09f4d60d4efad991526b1fb99564e52fcd66