We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a8225 commit 7b7365dCopy full SHA for 7b7365d
Dockerfile
@@ -1,4 +1,10 @@
1
-FROM golang:1.25-alpine AS builder
+FROM golang:1.25-alpine AS go-builder
2
+
3
+# This is needed in order for OCI pull tests to succeed
4
+# FROM docker:29-dind-rootless AS builder
5
+FROM docker:29-dind AS builder
6
7
+COPY --from=go-builder /usr/local/go /usr/local/go
8
9
RUN apk add \
10
binutils \
0 commit comments