Skip to content

Commit 427120e

Browse files
committed
Update Dockerfile label to opencontainers format
1 parent e15ee0f commit 427120e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ RUN apk add --no-cache git make upx && \
1818

1919
FROM essentialkaos/alpine:3.13
2020

21-
LABEL name="SSLCLI Image" \
22-
vendor="ESSENTIAL KAOS" \
23-
maintainer="Anton Novojilov" \
24-
license="Apache-2.0" \
25-
version="2021.12.10"
21+
LABEL org.opencontainers.image.title="sslcli" \
22+
org.opencontainers.image.description="Pretty awesome command-line client for public SSLLabs API" \
23+
org.opencontainers.image.vendor="ESSENTIAL KAOS" \
24+
org.opencontainers.image.authors="Anton Novojilov" \
25+
org.opencontainers.image.licenses="Apache-2.0" \
26+
org.opencontainers.image.url="https://kaos.sh/sslcli" \
27+
org.opencontainers.image.source="https://github.com/essentialkaos/sslcli"
2628

2729
COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2830

0 commit comments

Comments
 (0)