Commit 8f19b9b
anindyatahsin
Update Dockerfile for
We are removing the `docker` dependency from all Google Cloud CLI Docker images to mitigate customers’ exposure to vulnerabilities found in this component and its dependencies according to the following timeline. If your workflows rely on `docker`, you will need to pin to the respective `Pin-To` gcloud version or earlier. Alternatively, you could build your own docker image and include `docker` using a custom Dockerfile. Here are some examples: [Dockerfile Examples](https://cloud.google.com/sdk/docs/dockerfile_example). For any questions or concerns about the change, reach out to the [gcloud support team](https://b.corp.google.com/issues/new?component=187143&pli=1&template=800102).
| Date | Removed in gcloud version | `Pin-to` gcloud version to continue using `docker` | `docker` removed from images |
|:----------:|:-------------------------------------------:|:--------------------:|:----------:|
| Jul 01, 2025 | 529.0.0 | 528.0.0 | `:alpine` and `:debian_component_based` |
| Jul 22, 2025 | 531.0.0 | 530.0.0 | `:slim` and `:latest` |
As part of the change, this PR is removing `docker` package from the `:alpine` and the `:debian_component_based` images.:latest and :slim image to remove the docker dependency1 parent 3403414 commit 8f19b9b
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
46 | | - | |
| 43 | + | |
47 | 44 | | |
48 | 45 | | |
0 commit comments