Skip to content

Commit 0cb26d8

Browse files
committed
fix: bump libc on docker images
Signed-off-by: bwplotka <bwplotka@google.com>
1 parent 6361baf commit 0cb26d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cmd/config-reloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4242
cmd/config-reloader/*.go
4343

4444

45-
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807.00_p0
45+
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007.00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4646
COPY --from=buildbase /app/config-reloader /bin/config-reloader
4747
ENTRYPOINT ["/bin/config-reloader"]

cmd/datasource-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4242
cmd/datasource-syncer/*.go
4343

4444

45-
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807.00_p0
45+
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007.00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4646
COPY --from=buildbase /app/datasource-syncer /bin/datasource-syncer
4747
ENTRYPOINT ["/bin/datasource-syncer"]
4848

cmd/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
5555
cmd/frontend/*.go
5656

5757

58-
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807.00_p0
58+
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007.00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
5959
COPY --from=appbase /app/frontend /bin/frontend
6060
ENTRYPOINT ["/bin/frontend"]

cmd/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4343
cmd/operator/*.go
4444

4545

46-
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807.00_p0
46+
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007.00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4747
COPY --from=buildbase /app/operator /bin/operator
4848
ENTRYPOINT ["/bin/operator"]

cmd/rule-evaluator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \
4444
cmd/rule-evaluator/*.go
4545

4646

47-
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20250807.00_p0
47+
FROM gke.gcr.io/gke-distroless/libc:gke_distroless_20251007.00_p0@sha256:06e60d7033d3b97a1be5aa0093b7c75312a8856fa413194e6d187b79d4b34f64
4848
COPY --from=buildbase /app/rule-evaluator /bin/rule-evaluator
4949
ENTRYPOINT ["/bin/rule-evaluator"]

0 commit comments

Comments
 (0)