diff options
author | mathieu.brunot <mathieu.brunot@monogramm.io> | 2019-12-17 21:06:22 +0100 |
---|---|---|
committer | mathieu.brunot <mathieu.brunot@monogramm.io> | 2019-12-17 21:06:22 +0100 |
commit | 088752959e5cb635b55cb74e8d9d90e5062e0a7f (patch) | |
tree | 2b2337787c4c15612a106b26a394edc5b52674a3 | |
parent | da56bda26542de5697691ff80dac6df876fb366b (diff) | |
download | searxng-088752959e5cb635b55cb74e8d9d90e5062e0a7f.tar.gz searxng-088752959e5cb635b55cb74e8d9d90e5062e0a7f.zip |
:memo: Opencontainers labels in docker image #1772
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
-rw-r--r-- | Dockerfile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index b0b5a609d..9885fb794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,4 +76,11 @@ LABEL maintainer="searx <https://github.com/asciimoo/searx>" \ org.label-schema.vcs-ref=${LABEL_VCS_REF} \ org.label-schema.vcs-url=${LABEL_VCS_URL} \ org.label-schema.build-date="${LABEL_DATE}" \ - org.label-schema.usage="https://github.com/searx/searx-docker" + org.label-schema.usage="https://github.com/searx/searx-docker" \ + org.opencontainers.image.title="searx" \ + org.opencontainers.image.version="${SEARX_GIT_VERSION}" \ + org.opencontainers.image.url="${LABEL_VCS_URL}" \ + org.opencontainers.image.revision=${LABEL_VCS_REF} \ + org.opencontainers.image.source=${LABEL_VCS_URL} \ + org.opencontainers.image.created="${LABEL_DATE}" \ + org.opencontainers.image.documentation="https://github.com/searx/searx-docker" |