Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
revert s6-overlay to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 2, 2022
1 parent e0dc7c8 commit e92e1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN case "${QEMU_ARCH}" in \
esac \
&& cd /tmp \
&& curl -SLO https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}-installer \
&& chmod +x /tmp/s6-overlay-amd64-installer && /tmp/s6-overlay-amd64-installer /
&& chmod +x /tmp/s6-overlay-${S6_ARCH}-installer && /tmp/s6-overlay-${S6_ARCH}-installer /

RUN set -x && curl -fLO https://github.com/oznu/alpine-node/releases/download/${NODE_VERSION}/node-v${NODE_VERSION}-linux-${QEMU_ARCH}-alpine.tar.gz \
&& tar -xzf node-v${NODE_VERSION}-linux-${QEMU_ARCH}-alpine.tar.gz -C /usr --strip-components=1 --no-same-owner \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN case "${QEMU_ARCH}" in \
esac \
&& cd /tmp \
&& curl -SLO https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}-installer \
&& chmod +x /tmp/s6-overlay-amd64-installer && /tmp/s6-overlay-amd64-installer /
&& chmod +x /tmp/s6-overlay-${S6_ARCH}-installer && /tmp/s6-overlay-${S6_ARCH}-installer /

RUN case "${QEMU_ARCH}" in \
x86_64) NODE_ARCH='x64';; \
Expand Down

0 comments on commit e92e1e0

Please sign in to comment.