When pulling gateway CR2 image with specific date tag (11.0.00_20231218) the pull is failing.
$ docker pull caapim/gateway:11.0.00_20231218
Error response from daemon: manifest for caapim/gateway:11.0.00_20231218 not found: manifest unknown: manifest unknown
While with 11.0.00_CR2 , this is working fine, but we want to use specific tag.
11.x
There is a typo in the Gateway techdoc doc the image tag is 11.0.00_20231219 not 11.0.00_20231218
docker pull caapim/gateway:11.0.00_20231219
You can also check the available tags in docker hub using
https://hub.docker.com/r/caapim/gateway/tags