summaryrefslogtreecommitdiffstats
path: root/models-sim/packages/models-simulator-docker/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-06-28 15:00:28 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-06-28 15:00:28 +0100
commit61c7e7795d2aa1ed321bd55e4637aa705e6e98ae (patch)
treed16a1b7dc980b1a40c3105dc14bd49ff31a3f1a8 /models-sim/packages/models-simulator-docker/pom.xml
parentda06ff78aa80307c7710063812bd65ac37d7afac (diff)
OCI image spec labels for models-simulator
Issue-ID: POLICY-4262 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I6b1fd846febd1e8fbd992254e2ea24d043ec3a4a
Diffstat (limited to 'models-sim/packages/models-simulator-docker/pom.xml')
-rw-r--r--models-sim/packages/models-simulator-docker/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml
index f1a902445..4919a7f2c 100644
--- a/models-sim/packages/models-simulator-docker/pom.xml
+++ b/models-sim/packages/models-simulator-docker/pom.xml
@@ -84,6 +84,30 @@
</plugin>
<plugin>
+ <groupId>io.github.git-commit-id</groupId>
+ <artifactId>git-commit-id-maven-plugin</artifactId>
+ <version>5.0.0</version>
+ <executions>
+ <execution>
+ <id>get-the-git-infos</id>
+ <goals>
+ <goal>revision</goal>
+ </goals>
+ <phase>initialize</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <skipPoms>false</skipPoms>
+ <generateGitPropertiesFile>true</generateGitPropertiesFile>
+ <includeOnlyProperties>
+ <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
+ <includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
+ </includeOnlyProperties>
+ <commitIdGenerationMode>full</commitIdGenerationMode>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>