Skip to content

Commit

Permalink
gcloud config set update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Dec 15, 2024
1 parent 311aa2d commit c55cdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,9 @@ RUN uname -m && \
echo "Install Firebase..." && \
npm install --global "firebase-tools" && \
# Google Cloud CLI config
gcloud config set "core/disable_usage_reporting" "true" && \
gcloud config set "component_manager/disable_update_check" "true" && \
gcloud config set "core/disable_usage_reporting" "true" && \
gcloud config set "metrics/environment" "docker_image_latest" && \
gcloud config set "survey/disable_prompts" "true" && \
# Delete caches
apt-get clean && \
Expand Down
4 changes: 0 additions & 4 deletions devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ RUN uname -m && \
# Firebase CLI (https://github.com/firebase/firebase-tools)
echo "Install Firebase..." && \
npm install --global "firebase-tools" && \
# Google Cloud CLI config
gcloud config set "core/disable_usage_reporting" "true" && \
gcloud config set "component_manager/disable_update_check" "true" && \
gcloud config set "survey/disable_prompts" "true" && \
# Delete caches
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit c55cdce

Please sign in to comment.