You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/02/17 21:39:13 UTC

[airflow] 22/43: Update recipe for Google Cloud SDK (#21268)

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 4b3fa3a99a90eff00b244a62b52a2d6c8e25d285
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
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}