From 1df78feffa6c217793cd42b087986085ddb63642 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 15 Feb 2021 14:09:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Upload=20images=20to=20quratorsp?= =?UTF-8?q?k/ocrd-galley*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.star | 2 +- Dockerfile-dinglehopper | 2 +- Dockerfile-ocrd_calamari | 2 +- Dockerfile-ocrd_calamari03 | 2 +- Dockerfile-ocrd_cis | 2 +- Dockerfile-ocrd_fileformat | 2 +- Dockerfile-ocrd_olena | 2 +- Dockerfile-ocrd_segment | 2 +- Dockerfile-ocrd_tesserocr | 2 +- Dockerfile-sbb_binarization | 2 +- Dockerfile-sbb_textline_detector | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.star b/.drone.star index a3b81c6..cd90af3 100644 --- a/.drone.star +++ b/.drone.star @@ -50,7 +50,7 @@ def step_for(ctx, sub_image, tags): "tags": tags, "username": { "from_secret": "docker_username" }, "password": { "from_secret": "docker_password" }, - "repo": "mikegerber/ocrd-galley-%s" % sub_image, + "repo": "quratorspk/ocrd-galley-%s" % sub_image, "dockerfile": "Dockerfile-%s" % sub_image, } } diff --git a/Dockerfile-dinglehopper b/Dockerfile-dinglehopper index b233d2c..31c7fef 100644 --- a/Dockerfile-dinglehopper +++ b/Dockerfile-dinglehopper @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG DINGLEHOPPER_COMMIT="6e47acd" diff --git a/Dockerfile-ocrd_calamari b/Dockerfile-ocrd_calamari index 2fc53ca..34ffc3a 100644 --- a/Dockerfile-ocrd_calamari +++ b/Dockerfile-ocrd_calamari @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core-cuda10.1:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core-cuda10.1:$DRONE_COMMIT # XXX https://github.com/OCR-D/core/issues/642 diff --git a/Dockerfile-ocrd_calamari03 b/Dockerfile-ocrd_calamari03 index beb9f82..c1158dc 100644 --- a/Dockerfile-ocrd_calamari03 +++ b/Dockerfile-ocrd_calamari03 @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core-cuda10.0:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" diff --git a/Dockerfile-ocrd_cis b/Dockerfile-ocrd_cis index f6fc316..5790d74 100644 --- a/Dockerfile-ocrd_cis +++ b/Dockerfile-ocrd_cis @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_CIS_VERSION="0.1.5" diff --git a/Dockerfile-ocrd_fileformat b/Dockerfile-ocrd_fileformat index c09be72..c89dbec 100644 --- a/Dockerfile-ocrd_fileformat +++ b/Dockerfile-ocrd_fileformat @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" # XXX ARG OCRD_FILEFORMAT_VERSION="0.2.0" diff --git a/Dockerfile-ocrd_olena b/Dockerfile-ocrd_olena index 1cab988..970b591 100644 --- a/Dockerfile-ocrd_olena +++ b/Dockerfile-ocrd_olena @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_OLENA_VERSION="1.2.0" diff --git a/Dockerfile-ocrd_segment b/Dockerfile-ocrd_segment index 7b7c107..d6bfacf 100644 --- a/Dockerfile-ocrd_segment +++ b/Dockerfile-ocrd_segment @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG OCRD_SEGMENT_VERSION="0.1.8" diff --git a/Dockerfile-ocrd_tesserocr b/Dockerfile-ocrd_tesserocr index 26d80c7..7fb3de2 100644 --- a/Dockerfile-ocrd_tesserocr +++ b/Dockerfile-ocrd_tesserocr @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG TESSDATA_BEST_VERSION="4.0.0" diff --git a/Dockerfile-sbb_binarization b/Dockerfile-sbb_binarization index 58d398d..883f0c2 100644 --- a/Dockerfile-sbb_binarization +++ b/Dockerfile-sbb_binarization @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core-cuda10.0:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG SBB_BINARIZATION_COMMIT="ea69494" diff --git a/Dockerfile-sbb_textline_detector b/Dockerfile-sbb_textline_detector index 4645b10..a3ecef0 100644 --- a/Dockerfile-sbb_textline_detector +++ b/Dockerfile-sbb_textline_detector @@ -1,5 +1,5 @@ ARG DRONE_COMMIT="latest" -FROM mikegerber/ocrd-galley-core-cuda10.0:$DRONE_COMMIT +FROM quratorspk/ocrd-galley-core-cuda10.0:$DRONE_COMMIT ARG PIP_INSTALL="pip install --no-cache-dir" ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f"