Browse Source

fix: add hopefully temporary workaround to access old images that won't build anymore

pull/4/head
Valentin Lab 1 year ago
parent
commit
7fe9ef5912
  1. 5
      bin/myc-install

5
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
Loading…
Cancel
Save