* [Testing] Use gke 1.15.8 to mitigate workload identity flakiness
* Upgrade gcloud version
* Update image builder image too
* Turn on workload identity
* Update deploy-cluster.sh
* secret sample uses python3 instead
* Increase xgboost time limit
* Revert files with bad format
* Update component and pipelines to use gcloud 279.0.0
* Fix secret sample using python3
* Upgrade frontend integration test image
* Rebuild frontend integration test image
* Tests - Use base image for frontend tests
* Moved the base image to ml-pipeline-test bucket.
The ml-pipeline-staging bucker is inaccessible by the image-builder container.
* Moved the gcloud installation to the base image
* Setting correct user for /src
* Trying to chown the directory using a different technique.
* GCP SDK is now in /tools/
* Using the official gcloud install method
See https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/debian_slim/Dockerfile
* Running gcloud only under the seluser user
* COPY --chown=seluser
For some reason the root, not the active user owns the data copied using COPY
* No need to run apt-get update again.
Cleaning files before committing the layer.
Installing pip using apt-get (it's no longer in python-setuptools)