mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 03:21:40 +03:00
Add opencontainers labels to Dockerfile
This commit is contained in:
parent
80fb0fd5b3
commit
13eb44f264
@ -9,6 +9,9 @@ RUN cargo build --release --verbose --bin hurl
|
||||
FROM alpine:3.17 AS runner
|
||||
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 "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"
|
||||
|
Loading…
Reference in New Issue
Block a user