Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Add Ignore for Docker-Linting because of False-Positive
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Feb 13, 2023
1 parent a50fe14 commit 719e38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV KC_FEATURES_ENABLED=admin2,admin-api
FROM base-image as builder-public
ENV KC_FEATURES_DISABLED=admin,admin2,admin-api

# hadolint ignore=DL3006
FROM builder-${IAM_FLAVOUR} as builder
WORKDIR /opt/keycloak
ENV KC_HEALTH_ENABLED=true
Expand Down

0 comments on commit 719e38f

Please sign in to comment.