This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b36d29853dae0bea460d0eccf5c6600971207a7e Author: Kamil Breguła <[email protected]> AuthorDate: Thu Feb 3 19:20:12 2022 +0100 Update recipe for Google Cloud SDK (#21268) (cherry picked from commit 874a22ee9b77f8f100736558723ceaf2d04b446b) --- docs/docker-stack/docker-images-recipes/gcloud.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docker-stack/docker-images-recipes/gcloud.Dockerfile b/docs/docker-stack/docker-images-recipes/gcloud.Dockerfile index b1589e1..48f7c2d 100644 --- a/docs/docker-stack/docker-images-recipes/gcloud.Dockerfile +++ b/docs/docker-stack/docker-images-recipes/gcloud.Dockerfile @@ -36,6 +36,7 @@ RUN DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/goo --additional-components alpha beta kubectl \ --quiet \ && rm -rf "${TMP_DIR}" \ + && rm -rf "${GCLOUD_HOME}/.install/.backup/" \ && gcloud --version USER ${AIRFLOW_UID}
