You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/e2e-openshift/Dockerfile
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# The Dockerfile's resulting image is purpose-built for executing OpenTelemetry Operator e2e tests within the OpenShift release (https://github.com/openshift/release) using Prow CI.
2
2
3
-
FROM golang:1.22
3
+
FROM golang:1.23
4
4
5
5
# Copy the repository files
6
6
COPY . /tmp/opentelemetry-operator
@@ -12,6 +12,7 @@ ENV GOPATH=/tmp/go
12
12
ENV GOBIN=/tmp/go/bin
13
13
ENV GOCACHE=/tmp/.cache/go-build
14
14
ENV PATH=$PATH:$GOBIN
15
+
ENV CHAINSAW_VERSION=v0.2.12
15
16
16
17
# Create the /tmp/go/bin and build cache directories, and grant read and write permissions to all users
17
18
RUN mkdir -p /tmp/go/bin $GOCACHE \
@@ -25,8 +26,11 @@ RUN curl -LO https://github.com/kudobuilder/kuttl/releases/download/v0.15.0/kube
0 commit comments