Skip to content

Commit 26fdc69

Browse files
committed
fix(dockerfile): update container infos
1 parent b05d2a9 commit 26fdc69

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM alpine:3
2-
LABEL maintainer="deeagle <code@deeagle.de>"
3-
LABEL about="Container to execute file checks."
2+
LABEL org.opencontainers.image.authors="Martin Kock <code@deeagle.de>" \
3+
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"
47

58
RUN apk --no-cache add file git moreutils

0 commit comments

Comments
 (0)