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 d2caa28 commit 80c5e7aCopy full SHA for 80c5e7a
src/Dockerfile
@@ -5,7 +5,8 @@
5
ARG UPSTREAM_CHANNEL=''
6
ARG BASE_OS_FLAVOR='ubuntu'
7
ARG BASE_OS_VERSION='20.04'
8
-ARG BASE_IMAGE="serversideup/s6-overlay:${UPSTREAM_CHANNEL}${BASE_OS_FLAVOR}-${BASE_OS_VERSION}"
+ARG S6_OVERLAY_VERSION='v1.0.0'
9
+ARG BASE_IMAGE="serversideup/s6-overlay:${S6_OVERLAY_VERSION}"
10
11
FROM ${BASE_IMAGE}
12
LABEL maintainer="Jay Rogers (@jaydrogers)"
0 commit comments