From 01890dc628a3d013297b439775cf64a642facb1c Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 22 Aug 2026 11:19:19 +0200 Subject: [PATCH] add comment to hadolint ignore for AIO_TOKEN Signed-off-by: Zoey --- Containers/nextcloud/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index fc7774a0..9c4edb5d 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -9,6 +9,9 @@ ENV REDIS_DB_INDEX=0 # AIO settings start # Do not remove or change this line! ENV NEXTCLOUD_VERSION=33.0.7 +# Required to stop hadolint from complaining about potentially sensitive data in an environment variable. +# It might be a good idea to reconsider using and env var for this at one point, +# but the actual value here is just a dummy and not relevant, so we silence the warning for now. # hadolint ignore=DL3064 ENV AIO_TOKEN=123456 ENV AIO_URL=localhost