getgrav / docker-grav

Official Docker Image for Grav
https://getgrav.org
197 stars 123 forks source link

build fails because grav-admin is offline #32

Closed gibso closed 3 years ago

gibso commented 3 years ago

Dear developers,

i can not build this image anymore. I get the following error message when downloading grav-admin:

Step 11/15 : RUN curl -o grav-admin.zip -SL https://getgrav.org/download/core/grav-admin/${GRAV_VERSION} &&     unzip grav-admin.zip &&     mv -T /var/www/grav-admin /var/www/html &&     rm grav-admin.zip
 ---> Running in ae4d0a5e5f75
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1700    0  1700    0     0   3244      0 --:--:-- --:--:-- --:--:--  3238
Archive:  grav-admin.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of grav-admin.zip or
        grav-admin.zip.zip, and cannot find grav-admin.zip.ZIP, period.
Service 'grav_base' failed to build : The command '/bin/sh -c curl -o grav-admin.zip -SL https://getgrav.org/download/core/grav-admin/${GRAV_VERSION} &&     unzip grav-admin.zip &&     mv -T /var/www/grav-admin /var/www/html &&     rm grav-admin.zip' returned a non-zero code: 9

the download link for the grav admin plugin seems to be offline: https://getgrav.org/download/core/grav-admin/latest

rhukster commented 3 years ago

5 mins...

rhukster commented 3 years ago

should be sorted?

gibso commented 3 years ago

you saved my day, thank you!