Skip to content

Commit

Permalink
Merge pull request #236 from CoreMedia/ginger/update-docker-image
Browse files Browse the repository at this point in the history
update docker image
  • Loading branch information
mkleine committed Aug 5, 2024
2 parents d38ef4c + 741181d commit 1114be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final String RELEASE_DOCKER_REPOSITORY_NAME = 'coremedia'
final String RELEASE_DOCKER_IMAGE_NAME = PROJECT_NAME
final String RELEASE_LOCAL_STAGING_DIR = '${WORKSPACE}/target/nexus-staging'

final String DOCKER_IMAGE_MAVEN = "${Jenkins.ecrPullThroughProxyRegistry}/cm-tools/maven:3.8.6-17.0.9.8-1-cm-1.1.1"
final String DOCKER_IMAGE_MAVEN = "${Jenkins.ecrPullThroughProxyRegistry}/cm-tools/maven:3.8.6-17.0.12.7-1-cm-1.1.3"
final String DOCKER_SNAPSHOTS_REGISTRY = "${Jenkins.getDockerRegistry(env)}/${RELEASE_DOCKER_REPOSITORY_NAME}"
final String DOCKER_RELEASES_REGISTRY = "${ComhubHelper.releasesCommerceRegistryUpstream}/${RELEASE_DOCKER_REPOSITORY_NAME}"

Expand Down

0 comments on commit 1114be4

Please sign in to comment.