Skip to content

Commit

Permalink
Download the 1.3.0-RC1 release of MCP-PKI when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Oct 23, 2024
1 parent 0593994 commit 80cd45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir -p /mc-eventprovider-conf && chown 1000:0 /mc-eventprovider-conf
USER 1000

# Download latest snapshot
ADD --chown=1000:0 'https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=net.maritimeconnectivity.pki&a=mcp-pki&v=1.3.0-SNAPSHOT' /opt/keycloak/providers/mcp-pki.jar
ADD --chown=1000:0 'https://repo1.maven.org/maven2/net/maritimeconnectivity/pki/mcp-pki/1.3.0-RC1/mcp-pki-1.3.0-RC1.jar' /opt/keycloak/providers/mcp-pki.jar
COPY --chown=1000:0 mcp-identityregistry-keycloak-spi-latest.jar /opt/keycloak/providers/

RUN /opt/keycloak/bin/kc.sh build
Expand Down

0 comments on commit 80cd45e

Please sign in to comment.