summaryrefslogtreecommitdiffstats
path: root/opendaylight
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2025-02-07 14:24:23 -0500
committerDan Timoney <dtimoney@att.com>2025-02-10 14:47:47 -0500
commit838c329943abc5692d6485e98704164b489b269c (patch)
tree8624c2c261ed11ae53435aee244a9cf8a65981f1 /opendaylight
parentf5683d7acf668ca4c0ad3a2995a375fde345c3df (diff)
Redesign CCSDK alpine image creationHEADmaster
Combined creation of CCSDK base images into one pom and one Dockerfile, and create images for java11, java17 and java21 Issue-ID: CCSDK-4086 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6daa42fbcd451df207fc31750687250a1664b764
Diffstat (limited to 'opendaylight')
-rw-r--r--opendaylight/argon/argon-alpine/pom.xml2
-rw-r--r--opendaylight/chlorine/chlorine-alpine/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/opendaylight/argon/argon-alpine/pom.xml b/opendaylight/argon/argon-alpine/pom.xml
index 807b6ffc..68247342 100644
--- a/opendaylight/argon/argon-alpine/pom.xml
+++ b/opendaylight/argon/argon-alpine/pom.xml
@@ -148,7 +148,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.34.0</version>
+ <version>0.39.0</version>
<inherited>false</inherited>
<configuration>
<images>
diff --git a/opendaylight/chlorine/chlorine-alpine/pom.xml b/opendaylight/chlorine/chlorine-alpine/pom.xml
index bb6e3ed4..bdf59124 100644
--- a/opendaylight/chlorine/chlorine-alpine/pom.xml
+++ b/opendaylight/chlorine/chlorine-alpine/pom.xml
@@ -139,7 +139,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.34.0</version>
+ <version>0.39.0</version>
<inherited>false</inherited>
<configuration>
<images>