Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 57efb45c authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge pull request #1773 from Monogramm/docker/opencontainers

📝 Add Opencontainers labels in docker image
parents 8c260977 55aa7f96
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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"