Skip to content

Commit

Permalink
invalidate docker module for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilkins-csi committed Nov 8, 2024
1 parent 537b6de commit 54f493c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM @docker.baseline.repo.id@/boozallen/aissemble-quarkus:@project.version@

# Invalidate cache so we can test docker builder config
RUN date

LABEL org.opencontainers.image.source="https://github.com/boozallen/aissemble"

COPY --chown=default target/quarkus-app/lib/ $JAVA_APP_DIR/lib/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:1.20

LABEL org.opencontainers.image.source="https://github.com/boozallen/aissemble"

#Invalidate maven build cache to test builder config

#Copy Kraus env vars to JAVA_OPTS_APPEND with run-env.s
COPY --chown=default ./src/main/resources/scripts/ /deployments/

Expand Down

0 comments on commit 54f493c

Please sign in to comment.