We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02b12d commit d56ff07Copy full SHA for d56ff07
pkg/docker/template.Dockerfile
@@ -1,6 +1,12 @@
1
FROM @@CONTAINER@@
2
3
-LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
+LABEL org.opencontainers.image.title="Unit"
4
+LABEL org.opencontainers.image.description="Official build of Unit for Docker."
5
+LABEL org.opencontainers.image.url="https://unit.nginx.org"
6
+LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
+LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
+LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <[email protected]>"
9
+LABEL org.opencontainers.image.version="%%VERSION%%"
10
11
RUN set -ex \
12
&& savedAptMark="$(apt-mark showmanual)" \
0 commit comments