TykTechnologies / tyk-gateway-docker

Docker compose deployment to run Tyk OSS Gateway
96 stars 80 forks source link

docker-compose image changed? #60

Closed dylanmcreynolds closed 2 years ago

dylanmcreynolds commented 2 years ago

Trying to get the demo to work locally, it appears that the image tag pointing to docker.tyk.io does not work. Perhaps that docker registry has been deprecated?

https://github.com/TykTechnologies/tyk-gateway-docker/blob/85b898f625707c05b57e26745e2810f58e0d2743/docker-compose.yml#L4

I got it to work with the following tag:

image: tykio/tyk-gateway:v4.1.0
andrsGutirrz commented 2 years ago

I solve it by changing the image

image: tykio/tyk-gateway
image
buger commented 2 years ago

Hello! We had an issue with docker hosting, which is fixed now. Thanks for reporting!