We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05d2a9 commit 26fdc69Copy full SHA for 26fdc69
1 file changed
Dockerfile
@@ -1,5 +1,8 @@
1
FROM alpine:3
2
-LABEL maintainer="deeagle <code@deeagle.de>"
3
-LABEL about="Container to execute file checks."
+LABEL org.opencontainers.image.authors="Martin Kock <code@deeagle.de>" \
+ org.opencontainers.image.url="https://github.com/deeagle/filecheck" \
4
+ org.opencontainers.image.title="File-Control tools." \
5
+ org.opencontainers.image.description="The tools provide file checks like UTF8 and Linefeed validation in an alpine container for CI." \
6
+ org.opencontainers.image.vendor="deeagle.de"
7
8
RUN apk --no-cache add file git moreutils
0 commit comments