Skip to content

Commit 1657596

Browse files
committed
Put docker-labels back in
1 parent 6a7f3d1 commit 1657596

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ LABEL \
66
maintainer="https://ocr-d.de/kontakt" \
77
org.label-schema.vcs-ref=$VCS_REF \
88
org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_kraken" \
9-
org.label-schema.build-date=$BUILD_DATE
9+
org.label-schema.build-date=$BUILD_DATE \
10+
org.opencontainers.image.vendor="DFG-Funded Initiative for Optical Character Recognition Development" \
11+
org.opencontainers.image.title="ocrd_kraken" \
12+
org.opencontainers.image.description="Kraken bindings" \
13+
org.opencontainers.image.source="https://github.com/OCR-D/ocrd_kraken" \
14+
org.opencontainers.image.documentation="https://github.com/OCR-D/ocrd_kraken/blob/${VCS_REF}/README.md" \
15+
org.opencontainers.image.revision=$VCS_REF \
16+
org.opencontainers.image.created=$BUILD_DATE \
17+
org.opencontainers.image.base.name=ocrd/core-cuda
1018

1119
ENV DEBIAN_FRONTEND noninteractive
1220
ENV PYTHONIOENCODING utf8

0 commit comments

Comments
 (0)