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 9165e47 commit 8b38121Copy full SHA for 8b38121
Dockerfile.release
@@ -27,9 +27,8 @@ RUN chmod +x /go/bin/minio
27
RUN curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /go/bin/mc && \
28
chmod +x /go/bin/mc
29
30
-COPY dockerscripts/download-static-curl.sh /build/download-static-curl
31
-RUN chmod +x /build/download-static-curl && \
32
- /build/download-static-curl
+RUN curl -f -L -s -q https://github.com/moparisthebest/static-curl/releases/latest/download/curl-amd64 -o /go/bin/curl
+RUN chmod +x /go/bin/curl
33
34
FROM registry.access.redhat.com/ubi9/ubi-micro:latest
35
0 commit comments