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 22663ee commit daa2515Copy full SHA for daa2515
src/Dockerfile
@@ -7,6 +7,7 @@ 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}"
9
10
+FROM ${BASE_IMAGE}
11
LABEL maintainer="Jay Rogers (@jaydrogers)"
12
13
# Make sure we keep apt silent during installs
0 commit comments