Skip to content

Commit 087eefb

Browse files
Merge pull request #538 from GoogleCloudPlatform/latest_doc_update
Update README.md
2 parents df1b7d2 + 7b957d1 commit 087eefb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ You can refer to the image's [documentation page](https://cloud.google.com/sdk/d
66

77
The Google Cloud CLI Docker image is the gcloud CLI installed on top of a Debian or Alpine image. The Google Cloud CLI Docker Images enable the usage of gcloud as well as its bundled components without having to manually install gcloud in your local machine.
88

9+
## What's new / Important updates
10+
11+
***April 08, 2025***
12+
13+
> [!WARNING]
14+
> <p> To enhance security, we will be removing the
15+
> <code>docker-buildx</code> dependency from the gcloud Docker images (<code>:latest</code>,
16+
> <code>:alpine</code>, <code>:slim</code>, <code>:emulators</code>,
17+
> <code>:debian_component_based</code>). Starting with
18+
> the gcloud version 519.0.0 (scheduled for release on April 22,
19+
> 2025), the <code>docker-buildx</code> dependency will be removed from the
20+
> <code>:alpine</code> and <code>:debian_component_based</code> images.</p>
21+
>
22+
> <p>If your workflows rely on <code>docker-buildx</code>
23+
> within these image types, you will need to pin your workflow to
24+
> gcloud version 518.0.0 or earlier. For continued use of
25+
> <code>docker-buildx</code> with the latest gcloud versions,
26+
> build and host your own Docker image using a custom Dockerfile.
27+
> Here are some examples:
28+
> <a href="https://cloud.google.com/sdk/docs/dockerfile_example">Dockerfile Examples</a>.</p>
29+
> </aside>
30+
31+
932
## Docker image options
1033

1134
There are six Google Cloud Docker images. We recommend that you install

0 commit comments

Comments
 (0)