Skip to content

Commit

Permalink
DSND-2695: Add jib specific config to Pom (#120)
Browse files Browse the repository at this point in the history
* removed unnecessary jib version duplicate in properties section
* removed unnecessary Tiltfile.dev
  • Loading branch information
crowlandsCH authored Jul 9, 2024
1 parent 6647605 commit 043291d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
18 changes: 0 additions & 18 deletions Tiltfile.dev

This file was deleted.

11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<jib-maven-plugin.version>3.3.1</jib-maven-plugin.version>
<jib-maven-plugin.version>3.4.2</jib-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>

<!-- Internal -->
Expand All @@ -32,7 +32,6 @@
<api-sdk-manager-java-library.version>3.0.5</api-sdk-manager-java-library.version>

<!-- tests -->
<jib-maven-plugin.version>3.4.3</jib-maven-plugin.version>
<io-cucumber.version>7.18.0</io-cucumber.version>
<test-containers.version>1.19.8</test-containers.version>
<skip.integration.tests>false</skip.integration.tests>
Expand Down Expand Up @@ -277,6 +276,14 @@
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>${jib-maven-plugin.version}</version>
<configuration>
<from>
<image>416670754337.dkr.ecr.eu-west-2.amazonaws.com/ci-corretto-runtime-21:latest</image>
</from>
<to>
<image>416670754337.dkr.ecr.eu-west-2.amazonaws.com/psc-data-api:latest</image>
</to>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 043291d

Please sign in to comment.