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 2f7423e commit 1c2651aCopy full SHA for 1c2651a
images/ad-server/Containerfile
@@ -11,12 +11,15 @@ RUN SAMBACC_DISTNAME=latest \
11
12
FROM registry.fedoraproject.org/fedora:35
13
ARG INSTALL_PACKAGES_FROM=default
14
+ARG SAMBA_VERSION_SUFFIX=""
15
ARG SAMBA_SPECIFICS=
16
17
MAINTAINER John Mulligan <[email protected]>
18
19
COPY install-packages.sh /usr/local/bin/install-packages.sh
-RUN /usr/local/bin/install-packages.sh "$INSTALL_PACKAGES_FROM"
20
+RUN /usr/local/bin/install-packages.sh \
21
+ "${INSTALL_PACKAGES_FROM}" \
22
+ "${SAMBA_VERSION_SUFFIX}"
23
24
COPY --from=builder \
25
/srv/dist/latest \
0 commit comments