Good morning,
We are finally planning to move GL2 to GL3, but when we try and pull the image it fails,
Pulling app (greenlight-v2:release-v2)...
ERROR: pull access denied for greenlight-v2, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Is our version so old the image is wrong in the docker-compose? we have:
app:
entrypoint: [bin/start]
image: greenlight-v2:release-v2
container_name: greenlight-v2
Do i need fo change the image to image: bigbluebutton/greenlight:v2
Any help appreciated
Thanks
James