Skip to content

Commit fb4cfaf

Browse files
chore(deps): pin dependencies (#922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f855f50 commit fb4cfaf

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the autoinstrumenter binary
2-
ARG TAG=0.2.3
2+
ARG TAG=0.2.3@sha256:7d9ca3af8c0183e87d67c9507a6d8ca7ea1cea6794335e6d61514ba18ea18910
33
FROM ghcr.io/open-telemetry/obi-generator:${TAG} AS builder
44

55
# TODO: embed software version in executable

internal/test/integration/components/ebpf-instrument-k8s-cache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development version of the beyla Dockerfile that compiles for coverage
22
# and allows retrieving coverage files.
33
# The production-ready minimal image is in the project root's dockerfile.
4-
FROM golang:1.25.3 AS builder
4+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
55

66
ARG TARGETARCH
77

internal/test/integration/components/ebpf-instrument/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development version of the beyla Dockerfile that compiles for coverage
22
# and allows retrieving coverage files.
33
# The production-ready minimal image is in the project root's dockerfile.
4-
FROM golang:1.25.3 AS builder
4+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
55

66
ARG TARGETARCH
77

internal/test/integration/components/ebpf-instrument/Dockerfile_dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development version of the beyla Dockerfile that compiles for coverage
22
# and allows retrieving coverage files.
33
# The production-ready minimal image is in the project root's dockerfile.
4-
FROM golang:1.25.3 AS builder
4+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
55

66
ARG TARGETARCH
77

internal/test/integration/components/go_grpc_server_mux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testserver binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

internal/test/integration/components/go_grpc_server_mux/Dockerfile_tls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testserver binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

internal/test/integration/components/go_otel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testserver binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

internal/test/integration/components/go_otel_grpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testserver binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

internal/test/integration/components/gohttp2/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testclient binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

internal/test/integration/components/gohttp2/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the testserver binary
22
# Docker command must be invoked from the projec root directory
3-
FROM golang:1.25.3 AS builder
3+
FROM golang:1.25.3@sha256:6d4e5e74f47db00f7f24da5f53c1b4198ae46862a47395e30477365458347bf2 AS builder
44

55
ARG TARGETARCH
66

0 commit comments

Comments
 (0)