From 68500192d7e77bca74e411b1fda38b4a4f598dc5 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 25 Apr 2019 08:51:11 -0400 Subject: [PATCH] Fix docker tag command-executor was using the default timestamp format when creating docker tag, which is invalid and breaks docker build. Added maven property setting to change timestamp format to remove offending dashes. Change-Id: I102340d493a5b9c03ca1a9e10f1bd51fc4b582d1 Issue-ID: CCSDK-1287 Signed-off-by: Timoney, Dan (dt5972) --- ms/command-executor/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 3850feb89..7376d7746 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -35,6 +35,7 @@ true ${project.version} ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' -- 2.16.6