We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93797f4 commit 847817eCopy full SHA for 847817e
Dockerfile
@@ -1,8 +1,11 @@
1
ARG ALPINE_TAG=latest
2
FROM alpine:${ALPINE_TAG}
3
4
-LABEL maintainer="Jon LaBelle <https://jonlabelle.com>" \
5
- org.opencontainers.image.description="A Docker image with various network tools pre-installed"
+LABEL org.opencontainers.image.authors="Jon LaBelle <https://jonlabelle.com>" \
+ org.opencontainers.title="network-tools" \
6
+ org.opencontainers.image.description="A Docker image with various network tools pre-installed" \
7
+ org.opencontainers.image.source="https://github.com/jonlabelle/docker-network-tools" \
8
+ org.opencontainers.image.licenses="MIT"
9
10
RUN apk -U upgrade \
11
&& apk add --no-cache \
0 commit comments