bring into line with other archs
This commit is contained in:
parent
78e6e15c7a
commit
01e3f1cfff
|
|
@ -3,8 +3,9 @@ ADD rootfs.tar.xz /
|
|||
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set arch for s6 overlay
|
||||
ARG OVERLAY_ARCH="${OVERLAY_ARCH:-amd64}"
|
||||
# set version for s6 overlay
|
||||
ARG OVERLAY_VERSION="v1.19.1.1"
|
||||
ARG OVERLAY_ARCH="amd64"
|
||||
|
||||
# environment variables
|
||||
ENV PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
||||
|
|
@ -24,8 +25,6 @@ RUN \
|
|||
tzdata && \
|
||||
|
||||
# add s6 overlay
|
||||
OVERLAY_VERSION=$(curl -sX GET "https://api.github.com/repos/just-containers/s6-overlay/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/s6-overlay.tar.gz -L \
|
||||
"https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue