Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
22 stars 60 forks source link

Installation: `make local` fails trying to find Nginix #155

Closed olendorf closed 4 months ago

olendorf commented 3 years ago

I am trying to set up a development environment on docker. Make demo works fine, but we would like to try different modules and themes as well. When I run make local I get the following.

isle-dc[development]> sudo make local
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3432  100  3432    0     0  10929      0 --:--:-- --:--:-- --:--:-- 10929
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1708  100  1708    0     0   8172      0 --:--:-- --:--:-- --:--:--  8133
docker-compose pull
Pulling activemq   ... done
Pulling alpaca     ... done
Pulling blazegraph ... done
Pulling cantaloupe ... done
Pulling fcrepo     ... done
Pulling fits       ... done
Pulling crayfits   ... done
Pulling homarus    ... done
Pulling houdini    ... done
Pulling hypercube  ... done
Pulling mariadb    ... done
Pulling matomo     ... done
Pulling milliner   ... done
Pulling recast     ... done
Pulling solr       ... done
Pulling traefik    ... done
Pulling drupal     ... done
Pulling watchtower ... done
Unable to find image 'islandora/nginx:latest' locally
docker: Error response from daemon: manifest for islandora/nginx:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.
make: *** [local] Error 125

As a hail mary I also tried sudo make local with the same results.

Tristaan commented 3 years ago

Have the same error make local should use the tagged release of nginx from islandora.

joecorall commented 4 months ago

The make local command has been replaced by documentation.

$ make local
make local has been removed. To create a demo site, please follow the instructions at https://islandora.github.io/documentation/installation/docker-local/