From a57aaa5e4a77747daad6ccae99a42992c465bfea Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 31 Oct 2022 14:02:49 +0100 Subject: [PATCH] Lint --- nextcloud/Dockerfile | 2 +- resiliosync/Dockerfile | 2 +- webtop_kde/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 5ea9917b5..0a6c6e7d1 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -34,7 +34,7 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Global LSIO modifications ARG CONFIGLOCATION="/data/config" # hadolint ignore=SC2013 -# shellcheck disable=SC2046,SC2013 +# shellcheck disable=SC2046,SC2013,SC2086 RUN \ # Remove upstream files rm -rf /etc/cont-init.d/10-adduser /etc/cont-init.d/30-keygen /etc/cont-init.d/40-config /etc/cont-init.d/50-install /etc/cont-init.d/60-memcache /etc/cont-init.d/70-aliases \ diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 4a9a66436..476edd714 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ S6_SERVICES_GRACETIME=0 -# hadolint ignore=SC2015,DL4006,SC2013 +# hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \ # Correct sync folder for file in $(grep -Esril "/sync[ '\"/]|/sync\$" /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/sync=/share/resiliosync=g" $file; done \ diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 287d81c92..52ed61b3e 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Allow UID and GID setting -# hadolint ignore=SC2015,DL4006,SC2013 +# hadolint ignore=SC2015,DL4006,SC2013,SC2086 RUN \ # Change home folder location usermod --home /share/webtop_kde abc \