Skip to content

Commit

Permalink
add repository label to docker builds
Browse files Browse the repository at this point in the history
- should link containers with repo
  • Loading branch information
celloman committed Mar 9, 2021
1 parent dcf14e7 commit 1486729
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions p8e-api-webservice/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM openjdk:11

LABEL org.opencontainers.image.source=https://github.com/provenance-io/p8e

ADD ./build/libs/*.jar /service.jar
ADD ./docker/docker-entrypoint.sh /docker-entrypoint.sh
ADD ./docker/libyjpagent.so /libyjpagent.so
Expand Down
2 changes: 2 additions & 0 deletions p8e-api/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM openjdk:11

LABEL org.opencontainers.image.source=https://github.com/provenance-io/p8e

ADD ./build/libs/*.jar /service.jar
ADD ./docker/docker-entrypoint.sh /docker-entrypoint.sh
ADD ./docker/libyjpagent.so /libyjpagent.so
Expand Down
4 changes: 3 additions & 1 deletion p8e-migration/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM figuretechnologies/flyway:5.0.7-alpine-logback

ADD sql /flyway/sql
LABEL org.opencontainers.image.source=https://github.com/provenance-io/p8e

ADD sql /flyway/sql

0 comments on commit 1486729

Please sign in to comment.