Skip to content

Commit

Permalink
Update base/build images (apache#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Sep 23, 2024
1 parent 3d0cf92 commit 711060d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Base Image
# Use a non-docker-io registry, because pulling images from docker.io is
# subject to aggressive request rate limiting and bandwidth shaping.
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1721752936 as build
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1726695192 as build
ARG ECLIPSELINK=false
ARG ECLIPSELINK_DEPS

Expand All @@ -34,7 +34,7 @@ RUN rm -rf build
# Build the rest catalog
RUN ./gradlew --no-daemon --info ${ECLIPSELINK_DEPS+"-PeclipseLinkDeps=$ECLIPSELINK_DEPS"} -PeclipseLink=$ECLIPSELINK clean prepareDockerDist

FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1721752928
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.20-2.1726695169
WORKDIR /app
COPY --from=build /app/polaris-service/build/docker-dist/bin /app/bin
COPY --from=build /app/polaris-service/build/docker-dist/lib /app/lib
Expand Down

0 comments on commit 711060d

Please sign in to comment.