File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ RUN apk add --no-cache git make upx && \
1818
1919FROM 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
2729COPY --from=builder /go/src/github.com/essentialkaos/sslcli/sslcli /usr/bin/
2830
You can’t perform that action at this time.
0 commit comments