R
Railway6mo ago
vhawk19

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
No description
14 Replies
Percy
Percy6mo ago
Project ID: 12c4916a-2ecd-4e27-bb80-0eac68d24e66
vhawk19
vhawk196mo ago
Also railway pickup the latest tag on the registry?
Brody
Brody6mo ago
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
vhawk19
vhawk196mo ago
Nope its public, specify the tag in the settings>
Brody
Brody6mo ago
do you have a healthcheck set?
vhawk19
vhawk196mo ago
nope but shouldn't there be any deploy logs?
Brody
Brody6mo ago
of course, so let's try to debug can you send me that image to save me having to type it?
Brody
Brody6mo ago
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)
vhawk19
vhawk196mo ago
Aah okay, will add latest tag try. So it just tries pulling the latest tag?
Brody
Brody6mo ago
that image doesn't have a latest tag
vhawk19
vhawk196mo ago
Because of the urgency got it deployed another way, will update the thread after changing it a while later.
Brody
Brody6mo ago
you'd need to specify an exact tag version
vhawk19
vhawk196mo ago
got it, thanks