Manual make update-common

This commit is contained in:
Eric Van Norman 2022-10-20 16:32:30 -05:00
parent e209987644
commit ba2ba99beb
5 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
b4c0f8fee8f5366d371b068cff43b3c5ef4de193
7f261f522e3240e3aac48291a881da31ffcb847f

View File

@ -91,7 +91,7 @@ mirror-licenses: mod-download-go
@license-lint --mirror
TMP := $(shell mktemp -d -u)
UPDATE_BRANCH ?= "master"
UPDATE_BRANCH ?= "release-1.16"
update-common:
@mkdir -p $(TMP)

View File

@ -44,5 +44,3 @@ echo "istio.io/pkg/version.buildGitRevision=${BUILD_GIT_REVISION}"
echo "istio.io/pkg/version.buildStatus=${tree_status}"
echo "istio.io/pkg/version.buildTag=${GIT_DESCRIBE_TAG}"
echo "istio.io/pkg/version.buildHub=${HUB}"
echo "istio.io/pkg/version.buildOS=${BUILD_GOOS}"
echo "istio.io/pkg/version.buildArch=${BUILD_GOARCH}"

View File

@ -56,6 +56,5 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
--mount "type=volume,source=go,destination=/go" \
--mount "type=volume,source=gocache,destination=/gocache" \
--mount "type=volume,source=cache,destination=/home/.cache" \
--mount "type=volume,source=crates,destination=/home/.cargo/registry" \
${CONDITIONAL_HOST_MOUNTS} \
-w "${MOUNT_DEST}" "${IMG}" "$@"

View File

@ -73,7 +73,7 @@ fi
# Build image to use
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-6363b97c6bc60b7a3a8d52c5e08322d8394149e2
IMAGE_VERSION=release-1.16-dea5a1a3719b9ef5963569304e2210e0c92a5ce4
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools