Trying to deploying from dockerhub fails
Been trying to deploy an image from dockerhub, but it fails to deploy and does not show any logs.
Project-ID: 12c4916a-2ecd-4e27-bb80-0eac68d24e66
14 Replies
Project ID:
12c4916a-2ecd-4e27-bb80-0eac68d24e66
Also railway pickup the latest tag on the registry?
if you don't specify a tag yes latest is used, this behaviour isn't specific to railway.
is this image private? railway doesn't support private images from anywhere at the moment
Nope its public, specify the tag in the settings>
do you have a healthcheck set?
nope
but shouldn't there be any deploy logs?
of course, so let's try to debug
can you send me that image to save me having to type it?
this is the image: https://hub.docker.com/r/vhawk19/galactic-gridlock-server
you don't have a latest tag, are you making sure to specify a specific tag in the service settings?
(yes this absolutely should instantly fail, but that's not important right now)
Aah okay, will add latest tag try. So it just tries pulling the latest tag?
that image doesn't have a latest tag
Because of the urgency got it deployed another way, will update the thread after changing it a while later.
you'd need to specify an exact tag version
got it, thanks