File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ RUN curl -L https://github.com/libbpf/bpftool/releases/download/${BPFTOOL_TAG}/b
8484
8585# Get bash-completion manifests and generate tetra CLI bash
8686# autocompletions (we don't want all bash-completions in the base-build)
87- FROM docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS cli-autocomplete
87+ FROM docker.io/library/alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS cli-autocomplete
8888COPY --from=tetragon-builder /go/src/github.com/cilium/tetragon/tetra /usr/bin/
8989RUN apk add --no-cache bash-completion && \
9090 tetra completion bash > /etc/bash_completion.d/tetra && \
9191 chmod a+r /etc/bash_completion.d/tetra
9292
9393# Almost final step runs on target platform (might need emulation) and
9494# retrieves (cross-)compiled binaries from builders
95- FROM docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS base-build
95+ FROM docker.io/library/alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS base-build
9696RUN apk add --no-cache iproute2
9797RUN mkdir /var/lib/tetragon/ && \
9898 mkdir -p /etc/tetragon/tetragon.conf.d/ && \
Original file line number Diff line number Diff line change 33
44ARG BASE_IMAGE=scratch
55ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c
6- ARG ALPINE_IMAGE=docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
6+ ARG ALPINE_IMAGE=docker.io/library/alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
77
88# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
99# Represents the plataform where the build is happening, do not mix with
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22
33ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c
4- ARG BASE_IMAGE=docker.io/library/alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
4+ ARG BASE_IMAGE=docker.io/library/alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
55
66# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
77# Represents the plataform where the build is happening, do not mix with
You can’t perform that action at this time.
0 commit comments