Skip to content

Commit 133c6bb

Browse files
committed
adding more labels
1 parent 3c4f6a6 commit 133c6bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM alpine:3.13
22

33
LABEL maintainer="Carlos Remuzzi <[email protected]>"
4+
LABEL org.label-schema.description="Dockerization of mpv.io"
5+
LABEL org.label-schema.name="mpv"
6+
LABEL org.label-schema.schema-version="1.0"
47
LABEL org.label-schema.vcs-url="https://github.com/cremuzzi/docker-mpv"
58

69
RUN apk add --no-cache \

0 commit comments

Comments
 (0)