Replace docker invocation with maven plugin
This commit is contained in:
parent
83db672827
commit
9552221cc4
2 changed files with 80 additions and 53 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue