Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} timbru31/java-node:17-jdk-18
FROM --platform=${BUILDPLATFORM} timbru31/java-node:17-jdk-22

WORKDIR /app

Expand All @@ -12,7 +12,7 @@

RUN ./build.sh

FROM --platform=${TARGETPLATFORM} bitnamilegacy/keycloak:26.2.5

Check warning on line 15 in keycloak/Dockerfile

View workflow job for this annotation

GitHub Actions / build_push_image

Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior

RedundantTargetPlatform: Setting platform to predefined ${TARGETPLATFORM} in FROM is redundant as this is the default behavior More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/

COPY --from=0 /app/target/*.jar /opt/bitnami/keycloak/providers/

Expand Down
Loading
Loading