Fix Dockerfile LABEL quotes

This commit is contained in:
lepapareil 2022-11-21 15:29:39 +01:00 committed by GitHub
parent e323006d1f
commit bdfa935df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ ARG docker_build_date
ARG hurl_latest_version
LABEL "org.opencontainers.image.source"="https://github.com/Orange-OpenSource/hurl"
LABEL "org.opencontainers.image.description"="Hurl is a command line tool that runs HTTP requests defined in a simple plain text format"
LABEL "org.opencontainers.image.licenses="Apache-2.0"
LABEL "org.opencontainers.image.licenses"="Apache-2.0"
LABEL "com.orange.hurl.created"="${docker_build_date}"
LABEL "com.orange.hurl.authors"="Fabrice REIX, Jean Christophe AMIEL, Orange-OpenSource"
LABEL "com.orange.hurl.url"="https://hurl.dev"