Skip to content

Commit

Permalink
Update to use property substitution for image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony-McGreevy committed Jul 19, 2017
1 parent 44d5b1c commit 6982669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@

<properties>
<caf.worker-document-framework.version>3.0.0-53</caf.worker-document-framework.version>
<dockerHubOrganization>cafdataprocessing</dockerHubOrganization>
<dockerCafDataProcessingOrg>${dockerImagePrefix}${dockerHubOrganization}${dockerOrgSeperator}</dockerCafDataProcessingOrg>
<dockerProjectVersion>${dockerVersionSeperator}${project.version}</dockerProjectVersion>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion worker-languagedetection-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<!-- Configuration for the worker-languagedetection image -->
<image>
<alias>worker-languagedetection</alias>
<name>cafinternal/prereleases:worker-languagedetection-${project.version}</name>
<name>${dockerCafDataProcessingOrg}worker-languagedetection${dockerProjectVersion}</name>
<build>
<maintainer>[email protected]</maintainer>
<from>java:8</from>
Expand Down

0 comments on commit 6982669

Please sign in to comment.