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 4244557 commit e6641b9Copy full SHA for e6641b9
build/Dockerfile
@@ -58,7 +58,7 @@ RUN apk --no-cache add socat openssl util-linux htop tzdata curl && \
58
"linux/arm/v7") S6_ARCH=armhf ;; \
59
"linux/ppc64le") S6_ARCH=ppc64le ;; \
60
"linux/386") S6_ARCH=x86 ;; \
61
- *) exit 1 ;; \
+ *) echo "ARG TARGETPLATFORM undeclared" >&2 && exit 1 ;; \
62
esac && \
63
curl -sS -L -o /tmp/s6-overlay-installer "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}-installer" && \
64
chmod +x /tmp/s6-overlay-installer && \
0 commit comments