Islandora-Devops / isle-dc

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

code server deployment erroring out #333

Open mjordan opened 1 year ago

mjordan commented 1 year ago

Following instructions at https://github.com/Islandora-Devops/isle-dc#code-server, one gets the following error:

ERROR: for code-server  manifest for islandora/code-server:1.0.10 not found: manifest unknown: manifest unknown
ERROR: manifest for islandora/code-server:1.0.10 not found: manifest unknown: manifest unknown
make: *** [Makefile:239: pull] Error 1

As documented in https://islandora.slack.com/archives/CM6F4C4VA/p1680147616478179, the container tagged islandora/code-server:1.0.10 does not exist at https://hub.docker.com/r/islandora/code-server.

edmen456 commented 1 year ago

The solution for me was to change the tag to islandora/code-server:main in the build/docker-compose/docker-compose.code-server.yml file. You can refer to the https://hub.docker.com/r/islandora/code-server/tags for the tagged version. Hope it helps!

mjordan commented 1 year ago

Thanks @edmen456 . I'm not experienced enough with Docker to fix the problem in the configs, and I'd like to hear from the ISLE-DC maintainers what the best way to fix it there is. Cause I have no idea!