Skip to content

Commit b44d21e

Browse files
authored
Merge pull request #318 from replicatedcom/divolgin/sc-101015/make-a-2024-q1-heritage-release
Remove google sdk from base image
2 parents 083a681 + f14ddaa commit b44d21e

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

.circleci/.anchore/grype.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
ignore:
2-
- vulnerability: CVE-2023-47038
3-
- vulnerability: CVE-2023-5981
42

53
# https://github.com/anchore/grype#specifying-matches-to-ignore
64
# example to ignore a vulnerability

deploy/Dockerfile-base

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,4 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y \
1616
&& rm -rf /var/lib/apt/lists/* \
1717
&& update-ca-certificates
1818

19-
RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
20-
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
21-
&& apt-get update -y && apt-get install --no-install-recommends -y \
22-
google-cloud-sdk \
23-
&& apt-get clean \
24-
&& apt-get autoremove -y \
25-
&& rm -rf /var/lib/apt/lists/* \
26-
&& update-ca-certificates
27-
2819
WORKDIR /out

0 commit comments

Comments
 (0)