|
1 |
| -FROM ocrd/core-cuda |
| 1 | +ARG DOCKER_BASE_IMAGE |
| 2 | +FROM $DOCKER_BASE_IMAGE |
2 | 3 | ARG VCS_REF
|
3 | 4 | ARG BUILD_DATE
|
4 |
| -MAINTAINER unixprog@gmail.com |
5 |
| -LABEL maintainer="https://ocr-d.de" |
6 |
| -LABEL org.label-schema.vendor="DFG-Funded Initiative for Optical Character Recognition Development" |
7 |
| -LABEL org.label-schema.name="ocrd_kraken" |
8 |
| -LABEL org.label-schema.vcs-ref=$VCS_REF |
9 |
| -LABEL org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_kraken" |
10 |
| -LABEL org.label-schema.build-date=$BUILD_DATE |
11 |
| -LABEL org.opencontainers.image.vendor="DFG-Funded Initiative for Optical Character Recognition Development" |
12 |
| -LABEL org.opencontainers.image.title="ocrd_kraken" |
13 |
| -LABEL org.opencontainers.image.description="Kraken bindings" |
14 |
| -LABEL org.opencontainers.image.source="https://github.com/OCR-D/ocrd_kraken" |
15 |
| -LABEL org.opencontainers.image.documentation="https://github.com/OCR-D/ocrd_kraken/blob/${VCS_REF}/README.md" |
16 |
| -LABEL org.opencontainers.image.revision=$VCS_REF |
17 |
| -LABEL org.opencontainers.image.created=$BUILD_DATE |
18 |
| -LABEL org.opencontainers.image.base.name=ocrd/core-cuda |
| 5 | +LABEL \ |
| 6 | + maintainer="https://ocr-d.de/kontakt" \ |
| 7 | + org.label-schema.vcs-ref=$VCS_REF \ |
| 8 | + org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_kraken" \ |
| 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 |
19 | 18 |
|
20 | 19 | ENV DEBIAN_FRONTEND noninteractive
|
21 | 20 | ENV PYTHONIOENCODING utf8
|
|
0 commit comments