diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index d081d3658..bdb63048c 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -37,6 +37,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/arpspoof/Dockerfile b/arpspoof/Dockerfile index d8913e014..1b08dc430 100644 --- a/arpspoof/Dockerfile +++ b/arpspoof/Dockerfile @@ -36,6 +36,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index 9453a1768..e2bc2ea0e 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/baikal/Dockerfile b/baikal/Dockerfile index 38915edf3..dc7113ec9 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -41,6 +41,7 @@ COPY rootfs/ / # Uses /bin for compatibility purposes # hadolint ignore=SC2114 +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 561e9102f..13912059b 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/binance-trading-bot/Dockerfile b/binance-trading-bot/Dockerfile index 11ead544d..1e1f81589 100644 --- a/binance-trading-bot/Dockerfile +++ b/binance-trading-bot/Dockerfile @@ -56,6 +56,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index b3356fd7f..fee36d632 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -44,6 +44,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/browserless_chrome/Dockerfile b/browserless_chrome/Dockerfile index afc8cbc3f..6536e7f72 100644 --- a/browserless_chrome/Dockerfile +++ b/browserless_chrome/Dockerfile @@ -38,6 +38,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 42c5767c6..7f39eb990 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -50,6 +50,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index 59f76cb70..5c3c49b6e 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -52,6 +52,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/changedetection.io/Dockerfile b/changedetection.io/Dockerfile index 9aff6fae4..4d964107a 100644 --- a/changedetection.io/Dockerfile +++ b/changedetection.io/Dockerfile @@ -42,6 +42,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 276bd7d51..3bed6f9f6 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/codex/Dockerfile b/codex/Dockerfile index d12731bfa..69bb93cab 100644 --- a/codex/Dockerfile +++ b/codex/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/comixed/Dockerfile b/comixed/Dockerfile index f765ee172..8b4e39f54 100644 --- a/comixed/Dockerfile +++ b/comixed/Dockerfile @@ -51,6 +51,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 6953328ac..434712778 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -49,6 +49,7 @@ RUN sed -i '5a echo "Data location moved. Please wait while elasticsearch starts COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/emby/Dockerfile b/emby/Dockerfile index 28b48635f..b244284fb 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/enedisgateway2mqtt/Dockerfile b/enedisgateway2mqtt/Dockerfile index 9720f83ed..6ec8f5474 100644 --- a/enedisgateway2mqtt/Dockerfile +++ b/enedisgateway2mqtt/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/enedisgateway2mqtt_dev/Dockerfile b/enedisgateway2mqtt_dev/Dockerfile index 91ca43c2f..18bc0efb4 100644 --- a/enedisgateway2mqtt_dev/Dockerfile +++ b/enedisgateway2mqtt_dev/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/epicgamesfree/Dockerfile b/epicgamesfree/Dockerfile index d0d1e17a1..57c8dd52a 100644 --- a/epicgamesfree/Dockerfile +++ b/epicgamesfree/Dockerfile @@ -38,6 +38,7 @@ RUN sed -i "1a /./ha_entrypoint.sh" /usr/local/bin/docker-entrypoint.sh COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 1b9a4ee38..62d7c8ec7 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index cc8e899ce..2bf72565a 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -47,6 +47,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 12174c75a..965237f7e 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -43,6 +43,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index f588324df..7c02fcd60 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -36,6 +36,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/flaresolverr/Dockerfile b/flaresolverr/Dockerfile index ac784afe0..8bc189e11 100644 --- a/flaresolverr/Dockerfile +++ b/flaresolverr/Dockerfile @@ -37,6 +37,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 621dd4f5d..c6c9d6592 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -51,6 +51,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/free_games_claimer/Dockerfile b/free_games_claimer/Dockerfile index c3b90fa56..75a61fe59 100644 --- a/free_games_claimer/Dockerfile +++ b/free_games_claimer/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/gazpar2mqtt/Dockerfile b/gazpar2mqtt/Dockerfile index 71a071ca9..60641ca95 100644 --- a/gazpar2mqtt/Dockerfile +++ b/gazpar2mqtt/Dockerfile @@ -38,6 +38,7 @@ ENV TZ=Europe/Paris COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 586f12641..dd65dbfcf 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -38,6 +38,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/grav/Dockerfile b/grav/Dockerfile index c88d4ae5c..15e987103 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/immich/Dockerfile b/immich/Dockerfile index 531a706f9..8e917ba49 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -50,6 +50,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 8aa6249c5..18fc7d11f 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -39,6 +39,7 @@ ENV LANG='C.UTF-8'\ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 5a51606ae..373acd05e 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -43,6 +43,7 @@ ENV XDG_CONFIG_HOME="/config/addons_config" COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index fdbff3f81..e4f43688b 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -49,6 +49,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index 5caa52b3b..135c906f9 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -47,6 +47,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/joal/Dockerfile b/joal/Dockerfile index 0ad9ddde3..874e88783 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -48,6 +48,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 7f5f6e139..001109d49 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -43,6 +43,7 @@ ENV \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index f5d09ca76..dfc2a938e 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index 59ff968ff..005039aa6 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -45,6 +45,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 661816b41..52fc10e08 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -40,6 +40,7 @@ RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config/addons_config/ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index bddb691cb..a63c0d398 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 3febfe576..a1a1d936f 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -72,6 +72,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 4c9dc8c48..f895de42c 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/omada/Dockerfile b/omada/Dockerfile index 8ec69a588..dfaba7d6d 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -39,6 +39,7 @@ RUN sed -i '1a /./ha_entrypoint.sh' /entrypoint.sh COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index 28d01b8b1..f13871f7a 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -45,6 +45,7 @@ RUN echo "Adding symlinks to entrypoint" \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 593ae2204..62db4355d 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/organizr/Dockerfile b/organizr/Dockerfile index 2b12c5d92..2098f9d61 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -39,6 +39,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index c491d5302..4539b162d 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index 80193dfb9..1c4a068f4 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -48,6 +48,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index 8490386f0..c5db7c403 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -41,6 +41,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 1595b577c..7fc171be7 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/plex/Dockerfile b/plex/Dockerfile index e81d1162b..3f78161bf 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -52,6 +52,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/plex_meta_manager/Dockerfile b/plex_meta_manager/Dockerfile index 9c4e960e6..b85d4aa03 100644 --- a/plex_meta_manager/Dockerfile +++ b/plex_meta_manager/Dockerfile @@ -49,6 +49,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 8c1043a6c..2fa6096ac 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -59,6 +59,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 9cab91ba3..79cdac3e3 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -46,6 +46,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/postgres/Dockerfile b/postgres/Dockerfile index c82d5fe07..85c0b8cf9 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -42,6 +42,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 3c6040cc9..92237e990 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index d4994884a..f8c1dee91 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -96,6 +96,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/radarr/Dockerfile b/radarr/Dockerfile index bf7a8a91e..81cac6858 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/readarr/Dockerfile b/readarr/Dockerfile index a9f1b6fe0..6c59f1722 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index baeb05624..4e3dfecfd 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 8f5f8cfcb..214c17458 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -60,6 +60,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index ecddcfe9f..7ef9501fb 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -40,6 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 327363fc9..ae0d902ce 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index ef9910baf..ed3033caf 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/seafile/Dockerfile b/seafile/Dockerfile index 11f8d3b4c..e4b6437c0 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -41,6 +41,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/signalk/Dockerfile b/signalk/Dockerfile index 5453e4fea..49b0229d8 100644 --- a/signalk/Dockerfile +++ b/signalk/Dockerfile @@ -44,6 +44,7 @@ RUN for file in $(grep -sril "/home/node/.signalk" /etc /usr /home); do \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index ec1e0486d..628e492b1 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index 59c72cf36..5b04e4262 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -37,6 +37,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 9e7944434..e104a2c0e 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -94,6 +94,7 @@ RUN if [ -d /app ]; then chown -R nginx /app; fi COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index e962a4560..9df81a8df 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/tdarr/Dockerfile b/tdarr/Dockerfile index f62b13ba1..5e1119ab3 100644 --- a/tdarr/Dockerfile +++ b/tdarr/Dockerfile @@ -35,6 +35,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index bfa919d55..4e5725c2a 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -42,6 +42,7 @@ VOLUME [ "/data:/var/ts3server/" ] COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 44373cbe4..7b203deb9 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -51,6 +51,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index 119a1c0a2..76f92eb95 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 5566df038..194728f30 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -51,6 +51,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index e1bc7f135..f7ef130f9 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -39,6 +39,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index ede96cd4a..a341e8e6e 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -50,6 +50,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index c385664e9..23be46f79 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -47,6 +47,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/wger/Dockerfile b/wger/Dockerfile index 312f14fba..8c513d289 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -47,6 +47,7 @@ RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/whatsapper/Dockerfile b/whatsapper/Dockerfile index 0427778ee..f3d3e7014 100644 --- a/whatsapper/Dockerfile +++ b/whatsapper/Dockerfile @@ -37,6 +37,7 @@ USER root COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/whoogle/Dockerfile b/whoogle/Dockerfile index a88d4c6c4..b7586cdf8 100644 --- a/whoogle/Dockerfile +++ b/whoogle/Dockerfile @@ -41,6 +41,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 44009cd0d..54de3737d 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -41,6 +41,7 @@ RUN cp -vnpr /home/xteve* /data || true COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index ed9714bf4..304bec08d 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -46,6 +46,7 @@ RUN sed -i 's|/etc/zm.conf|/config/addons_config/zoneminder/zm.conf|g' /usr/loca COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/zzz_archived_bitwarden/Dockerfile b/zzz_archived_bitwarden/Dockerfile index bb24d5dde..947ca531b 100644 --- a/zzz_archived_bitwarden/Dockerfile +++ b/zzz_archived_bitwarden/Dockerfile @@ -43,6 +43,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/zzz_archived_code-server/Dockerfile b/zzz_archived_code-server/Dockerfile index f59f1672d..23190fe74 100644 --- a/zzz_archived_code-server/Dockerfile +++ b/zzz_archived_code-server/Dockerfile @@ -41,6 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/zzz_archived_paperless_ngx/Dockerfile b/zzz_archived_paperless_ngx/Dockerfile index 4272af698..3238dad48 100644 --- a/zzz_archived_paperless_ngx/Dockerfile +++ b/zzz_archived_paperless_ngx/Dockerfile @@ -39,6 +39,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi diff --git a/zzz_draft_overleaf/Dockerfile b/zzz_draft_overleaf/Dockerfile index b7522360b..3bb356fbf 100644 --- a/zzz_draft_overleaf/Dockerfile +++ b/zzz_draft_overleaf/Dockerfile @@ -51,6 +51,7 @@ RUN \ COPY rootfs/ / # Uses /bin for compatibility purposes +# hadolint ignore=DL4005 RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi