Skip to content

Commit 685445e

Browse files
Update README.md
1 parent df1b7d2 commit 685445e

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 07, 2024***
12+
13+
> [!NOTE]
14+
> <p> To enhance security, {{gcloud_name}} Docker images (<code>:latest</code>,
15+
> <code>:alpine</code>, <code>:slim</code>, <code>:emulators</code>,
16+
> <code>:debian_component_based</code>) will undergo a gradual
17+
> reduction of non-essential, non-Google dependencies. Specifically, starting with
18+
> the {{gcloud_name_abbr}} version 518.0.0 (scheduled for release on April 15,
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_name_abbr}} version 517.0.0 or earlier. For continued use of
25+
> <code>docker-buildx</code> with the latest {{gcloud_name_abbr}} versions,
26+
> build and host your own Docker image using a custom Dockerfile.
27+
> Here are some examples:
28+
> <a href="https://cloud.devsite.corp.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)