We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e755a3 commit b14edebCopy full SHA for b14edeb
opa/Dockerfile
@@ -59,7 +59,7 @@ EOF
59
COPY --chown=${STACKABLE_USER_UID}:0 opa/stackable/bin /stackable/opa/bin
60
61
# Manually install Go since the dnf package is sometimes not recent enough
62
-COPY --from=registry-1.docker.io/library/golang:1.23.9 /usr/local/go/ /usr/local/go/
+COPY --from=oci.stackable.tech/sdp/library/golang:1.23.9 /usr/local/go/ /usr/local/go/
63
ENV PATH="/usr/local/go/bin:${PATH}"
64
65
RUN <<EOF
0 commit comments