Merge pull request #96238 from claudiubelu/test-images/set-root-home

test images: sets HOME=/root in cloudbuild.yaml
This commit is contained in:
Kubernetes Prow Robot 2020-11-04 16:41:07 -08:00 committed by GitHub
commit f75316e294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ steps:
- BASE_REF=$_PULL_BASE_REF
- WHAT=$_WHAT
- REGISTRY=gcr.io/k8s-staging-e2e-test-images
# The default cloudbuild has HOME=/builder/home and docker buildx is in /root/.docker/cli-plugins/docker-buildx
# We need to set the HOME to /root explicitly since we're using docker buildx
- HOME=/root
args:
- '-c'
- |