From ed7372fdedaf283b8e64e40f4a38af598bc7bb94 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 24 Nov 2020 08:58:07 +0000
Subject: [PATCH] ROHD-2747: Consume superfluously supplied build parameters

---
 Docker/lofar-base/Dockerfile.tmpl | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Docker/lofar-base/Dockerfile.tmpl b/Docker/lofar-base/Dockerfile.tmpl
index 9ba56ab2373..b32d6d4e736 100644
--- a/Docker/lofar-base/Dockerfile.tmpl
+++ b/Docker/lofar-base/Dockerfile.tmpl
@@ -202,6 +202,16 @@ RUN aptitude install -y libqpid-proton8 libqpid-proton-cpp8 python3-qpid-proton
 # *******************
 RUN aptitude install -y python3-kombu
 
+# *******************
+#   Unconsumed build arguments
+# *******************
+
+# Apply a finger print to force a rebuild if the source code changes. Supply a unique ID here to force a rebuild.
+ARG LOFAR_FINGERPRINT=whatever
+
+# we do not use this, but will be configured to produce it
+ARG LOFAR_BASE_IMAGE_VERSION=latest
+
 #
 # entry
 #
-- 
GitLab