From b0dfbf636bf0f8c29b00bf6fd0cd3969b2cc40a3 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 14 Oct 2021 16:58:29 -0600 Subject: [PATCH] Pull opendrr/{pygeoapi,python} images from ghcr.io Fixes OpenDRR/opendrr-platform#128 --- pygeoapi/Dockerfile | 4 ++-- python/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pygeoapi/Dockerfile b/pygeoapi/Dockerfile index 7279d3af..29b091ff 100644 --- a/pygeoapi/Dockerfile +++ b/pygeoapi/Dockerfile @@ -1,8 +1,8 @@ -FROM opendrr/pygeoapi +FROM ghcr.io/opendrr/pygeoapi LABEL maintainer="Joost van Ulden " # Volume mapping cannot be used with webhook # https://github.com/maccyber/micro-dockerhub-hook # simply copy config into Image. -COPY ./opendrr.config.yml /pygeoapi/local.config.yml \ No newline at end of file +COPY ./opendrr.config.yml /pygeoapi/local.config.yml diff --git a/python/Dockerfile b/python/Dockerfile index 6206022b..cc0a7a48 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,4 +1,4 @@ -FROM opendrr/python-env +FROM ghcr.io/opendrr/python-env LABEL maintainer="Joost van Ulden "