Skip to content

Commit

Permalink
Disable spring cloud bindings in packeto image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 30, 2021
1 parent 1c1fae8 commit e9424a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@
<mainClass>it.infn.mw.iam.IamLoginService</mainClass>
<image>
<name>indigoiam/iam-login-service-bp:${iam.image.tag}</name>
<env>
<BPL_SPRING_CLOUD_BINDINGS_ENABLED>false</BPL_SPRING_CLOUD_BINDINGS_ENABLED>
</env>
</image>
</configuration>

Expand Down
3 changes: 3 additions & 0 deletions iam-voms-aa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@
<mainClass>it.infn.mw.voms.VomsService</mainClass>
<image>
<name>indigoiam/voms-aa-bp:${iam.image.tag}</name>
<env>
<BPL_SPRING_CLOUD_BINDINGS_ENABLED>false</BPL_SPRING_CLOUD_BINDINGS_ENABLED>
</env>
</image>
</configuration>
<executions>
Expand Down

0 comments on commit e9424a4

Please sign in to comment.