Skip to content

Commit 47238f4

Browse files
authored
Update base docker images. (#814)
1 parent 01cbae4 commit 47238f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cmd/collect_signals/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG TARGETARCH
2525
RUN CGO_ENABLED=0 go build -buildvcs ./cmd/collect_signals
2626
RUN chmod -R 0775 /src/config/scorer/*
2727

28-
FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
28+
FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
2929
COPY --from=collect_signals /src/collect_signals ./collect_signals
3030
COPY --from=collect_signals /src/config/scorer/* ./config/scorer/
3131
ENTRYPOINT ["./collect_signals"]

cmd/criticality_score/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARG TARGETARCH
2525
RUN CGO_ENABLED=0 go build ./cmd/criticality_score
2626
RUN chmod -R 0775 /src/config/scorer/*
2727

28-
FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
28+
FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
2929
COPY --from=criticality_score /src/criticality_score ./criticality_score
3030
COPY --from=criticality_score /src/config/scorer/* ./config/scorer/
3131
ENTRYPOINT ["./criticality_score"]

cmd/csv_transfer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 go build ./cmd/csv_transfer
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
27+
FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
2828
COPY --from=csv_transfer /src/csv_transfer ./csv_transfer
2929
ENTRYPOINT ["./csv_transfer"]

cmd/enumerate_github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 go build ./cmd/enumerate_github
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:533c15ef2acb1d3b1cd4e58d8aa2740900cae8f579243a53c53a6e28bcac0684
27+
FROM gcr.io/distroless/base:nonroot@sha256:fa5f94fa433728f8df3f63363ffc8dec4adcfb57e4d8c18b44bceccfea095ebc
2828
COPY --from=enumerate_github /src/enumerate_github ./enumerate_github
2929
ENTRYPOINT ["./enumerate_github"]

infra/images/init_collect_signals/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim@sha256:3497ad3a1053bda2c99a766e8764dd27756fdaf84191dd1501405779688abf58
15+
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:slim@sha256:e151ce4405e7f71c1a2ba8921af99e83c6cb7d8c4fc5e49d94c2807889b57564
1616

1717
# Add "yq" to the image so the YAML config can be read.
1818
RUN apt-get update -qqy && apt-get install -qqy yq

0 commit comments

Comments
 (0)