From 7fe9ef5912e14544406ca56235562131bd6fa67e Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 29 Mar 2023 15:20:32 +0200 Subject: [PATCH] fix: add hopefully temporary workaround to access old images that won't build anymore --- bin/myc-install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/myc-install b/bin/myc-install index c950fd2..eb72b3b 100755 --- a/bin/myc-install +++ b/bin/myc-install @@ -140,5 +140,10 @@ pip install ovh || exit 1 #compose --debug up odoo apache +## Temporary work around for old images that don't want to build +docker pull docker.0k.io/php:7.4-myc && docker tag docker.0k.io/php:7.4-myc myc_frontend && +docker pull docker.0k.io/cron:jessie && docker tag docker.0k.io/cron:jessie myc_cron && + + ## Marker to probe if this script finished it's job echo "done" > /var/run/myc-installer.0k.io.state