Skip to content

Commit

Permalink
Update emulators to account for anthoscli no longer being a default c…
Browse files Browse the repository at this point in the history
…omponent.
  • Loading branch information
cloudsdkdocker authored Apr 23, 2024
1 parent 1271978 commit 27fb974
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emulators/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN ARCH=`cat /tmp/arch` && \
gcloud config set core/disable_usage_reporting true && \
gcloud config set component_manager/disable_update_check true && \
gcloud config set metrics/environment github_docker_image_emulator && \
gcloud components remove anthoscli && \
gcloud components install beta `cat /tmp/additional_components` && \
rm -rf /google-cloud-sdk/.install/.backup/ && \
find /google-cloud-sdk/ -name "__pycache__" -type d | xargs -n 1 rm -rf && \
Expand Down

0 comments on commit 27fb974

Please sign in to comment.