On an Ubuntu VM running Docker, executing:
$ ./stack.sh start test
The stack manager exits with an error
com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"No such image: docker.osgeo.org/geoserver:2.27.2"}
If I manually download the image:
$ docker pull docker.osgeo.org/geoserver:2.27.2
The image downloads and the stack starts correctly.
Is that a bug or am I doing something wrong?