Replace docker invocation with maven plugin

This commit is contained in:
Stephan Schnabel 2025-05-30 22:18:34 +02:00
parent 83db672827
commit 9552221cc4
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 80 additions and 53 deletions

View file

@ -1,14 +0,0 @@
FROM busybox:latest
# https://github.com/opencontainers/image-spec/blob/main/annotations.md
LABEL org.opencontainers.image.title ${project.name}
LABEL org.opencontainers.image.description ${project.description}
LABEL org.opencontainers.image.url ${project.url}
LABEL org.opencontainers.image.source ${project.url}/src/main/docker/Dockerfile
LABEL org.opencontainers.image.vendor ${project.organization.name}
LABEL org.opencontainers.image.authors https://github.com/orgs/kokuwaio/people
LABEL org.opencontainers.image.licenses Apache-2.0
LABEL org.opencontainers.image.version ${project.version}
LABEL org.opencontainers.image.base.name busybox:latest
COPY ${project.build.finalName}.jar /keycloak-event-metrics.jar