Skip to content

Commit

Permalink
Add LICENSE file to Java static-images (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Nov 21, 2024
1 parent 419f909 commit 86d0aae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions openshift/ci-operator/static-images/dispatcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime as running
USER 185

COPY --from=builder /app /app
COPY LICENSE /licenses/

ENTRYPOINT ["java", "-jar", "/app/app.jar"]
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ LABEL \
io.openshift.tags=dispatcher

COPY --from=builder /app /app
COPY LICENSE /licenses/

ENTRYPOINT ["java", "-jar", "/app/app.jar"]
1 change: 1 addition & 0 deletions openshift/ci-operator/static-images/receiver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ FROM registry.access.redhat.com/ubi8/openjdk-21-runtime as running
USER 185

COPY --from=builder /app /app
COPY LICENSE /licenses/

ENTRYPOINT ["java", "-jar", "/app/app.jar"]
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ LABEL \
io.openshift.tags=receiver

COPY --from=builder /app /app
COPY LICENSE /licenses/

ENTRYPOINT ["java", "-jar", "/app/app.jar"]

1 comment on commit 86d0aae

@creydr
Copy link
Member Author

@creydr creydr commented on 86d0aae Nov 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest

Please sign in to comment.