Skip to content

Commit 3db5d4c

Browse files
author
anindyatahsin
authored
Update Dockerfile for :latest and :debian_component_based images to remove make package (#598)
* Update Dockerfile for `:latest` and `:debian_component_based` images to remove `make` package We are removing the `make` dependency from the `:latest` and `:debian_component_based` Google Cloud CLI Docker images to mitigate customers' exposure to vulnerabilities found in this component and its dependencies according to the [following timeline](#update-timeline). If your workflows rely on the `make` package, you will need to pin to the respective `Pin-To` gcloud version or earlier. Alternatively, you could build your own docker image and include `make` using a custom Dockerfile. ### Update Timeline | <img width=100/> Date | Removed in gcloud version | `Pin-to` gcloud version to continue using `make` | `make` removed from images | |:----------:|:-------------------------------------------:|:--------------------:|:----------:| | Aug 5, 2025 | 533.0.0 | 532.0.0 | `:latest` and `:debian_component_based` | * Update Dockerfile
1 parent b8db7c9 commit 3db5d4c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN apt-get update -qqy && apt-get -qqy upgrade && apt-get install -qqy \
1212
lsb-release \
1313
openssh-client \
1414
git \
15-
make \
1615
gcc \
1716
python3-pip \
1817
gnupg && \

debian_component_based/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ RUN apt-get update -qqy && apt-get -qqy upgrade && apt-get install -qqy \
1414
lsb-release \
1515
openssh-client \
1616
git \
17-
make \
1817
gnupg
1918
RUN echo 'deb http://deb.debian.org/debian/ sid main' >> /etc/apt/sources.list && \
2019
apt-get update -qqy && apt-get -qqy upgrade && \

0 commit comments

Comments
 (0)