Skip to content

Commit 675dc0a

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
server: use long-options style arguments in container file
Signed-off-by: John Mulligan <[email protected]>
1 parent c4aad1b commit 675dc0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/server/Containerfile.centos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ LABEL org.opencontainers.image.url="https://github.com/samba-in-kubernetes/samba
1717
COPY smb.conf /etc/samba/smb.conf
1818
COPY install-packages.sh /usr/local/bin/install-packages.sh
1919
RUN /usr/local/bin/install-packages.sh \
20-
"${INSTALL_PACKAGES_FROM}" \
21-
"${SAMBA_VERSION_SUFFIX}" \
22-
"${INSTALL_CUSTOM_REPO}" \
23-
"${PACKAGE_SELECTION}"
20+
"--install-packages-from=${INSTALL_PACKAGES_FROM}" \
21+
"--samba-version-suffix=${SAMBA_VERSION_SUFFIX}" \
22+
"--install-custom-repo=${INSTALL_CUSTOM_REPO}" \
23+
"--package-selection=${PACKAGE_SELECTION}"
2424

2525
# If you want to install a custom version of sambacc into this image mount
2626
# a directory containing a sambacc RPM, or a sambacc wheel, or a .repo

0 commit comments

Comments
 (0)