diff --git a/registration-processor/pre-processor/registration-processor-quality-classifier-stage/Dockerfile-not-used b/registration-processor/pre-processor/registration-processor-quality-classifier-stage/Dockerfile-not-used index f3ae4f017b2..688e08b7695 100644 --- a/registration-processor/pre-processor/registration-processor-quality-classifier-stage/Dockerfile-not-used +++ b/registration-processor/pre-processor/registration-processor-quality-classifier-stage/Dockerfile-not-used @@ -3,6 +3,15 @@ FROM openjdk:11 #Uncomment below and Comment above line(i.e. FROM openjdk:8) for OS specific (e.g. Alpine OS ) docker base image #FROM openjdk:8-jdk-alpine +ARG SOURCE +ARG COMMIT_HASH +ARG COMMIT_ID +ARG BUILD_TIME +LABEL source=${SOURCE} +LABEL commit_hash=${COMMIT_HASH} +LABEL commit_id=${COMMIT_ID} +LABEL build_time=${BUILD_TIME} + # can be passed during Docker build as build time environment for github branch to pickup configuration from | spring profiles active | config server URL | glowroot and artifactory URL respectively . ARG spring_config_label ARG active_profile