Skip to content

Commit

Permalink
chore: fixing legacy labels
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Sep 18, 2024
1 parent 3f8d4dc commit d85ecaf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions certextractor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ FROM eclipse-temurin:17.0.12_7-jdk-alpine
ARG BUILD_DATE
ARG VERSION

LABEL org.opencontainers.image.created "$BUILD_DATE"
LABEL org.opencontainers.image.authors "Natural Resource Information and Digital Services"
LABEL org.opencontainers.image.url "https://github.com/bcgov/nr-forest-client-commons/pkgs/container/nr-forest-client-commons%2Fcertextractor"
LABEL org.opencontainers.image.documentation "https://github.com/bcgov/nr-forest-client-commons/wiki"
LABEL org.opencontainers.image.source "https://github.com/bcgov/nr-forest-client-commons"
LABEL org.opencontainers.image.version "$VERSION"
LABEL org.opencontainers.image.licenses "Apache-2.0"
LABEL org.opencontainers.image.title "Oracle Database Client Certificate Extractor"
LABEL org.opencontainers.image.vendor "Government of British Columbia"
LABEL org.opencontainers.image.description "Extracts the Oracle Database Client certificates from the Oracle connection and adds them to the Java Truststore."
LABEL org.opencontainers.image.base.name "eclipse-temurin:17.0.11_9-jdk-alpine"
LABEL org.opencontainers.image.created="$BUILD_DATE"
LABEL org.opencontainers.image.authors="Natural Resource Information and Digital Services"
LABEL org.opencontainers.image.url="https://github.com/bcgov/nr-forest-client-commons/pkgs/container/nr-forest-client-commons%2Fcertextractor"
LABEL org.opencontainers.image.documentation="https://github.com/bcgov/nr-forest-client-commons/wiki"
LABEL org.opencontainers.image.source="https://github.com/bcgov/nr-forest-client-commons"
LABEL org.opencontainers.image.version="$VERSION"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.title="Oracle Database Client Certificate Extractor"
LABEL org.opencontainers.image.vendor="Government of British Columbia"
LABEL org.opencontainers.image.description="Extracts the Oracle Database Client certificates from the Oracle connection and adds them to the Java Truststore."
LABEL org.opencontainers.image.base.name="eclipse-temurin:17.0.11_9-jdk-alpine"

ENV LANG en_CA.UTF-8

Check warning on line 18 in certextractor/Dockerfile

View workflow job for this annotation

GitHub Actions / Builds Cert Extractor

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV LANGUAGE en_CA.UTF-8

Check warning on line 19 in certextractor/Dockerfile

View workflow job for this annotation

GitHub Actions / Builds Cert Extractor

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit d85ecaf

Please sign in to comment.