Docker image deployment fail, nothing in logs
Hi, I'm trying to deploy an image from Github Container Registry. It's failing, and attached are the logs.
Where do I even begin to troubleshoot this?
10 Replies
Project ID:
87f6d50b-7bab-488e-b802-02f9edc442e3
87f6d50b-7bab-488e-b802-02f9edc442e3
Oh, just realized through searching that Railway doesn't supported private repositories.
Was really wanting to try this platform for my next project, but I guess we'll stay with the older horses.
I am using Railway with private repositories, the problem must be something else
The deployment failed during build, so you should check the build logs, not the deploy logs (little bit confusing)
Screeper is absolutely right, private repos are supported by Railway
Mind sending your build logs using this tool?
https://bookmarklets.up.railway.app/log-downloader/
There aren't any logs, neither in
deploy
nor build
I'll check that @Fragly , thanks. I moved to deploying with my Dockerfile
for now.Oh alright
@Fragly Could it be because I built a regular image, without exporting in the OCI format explicitly?
private images are not supported yet
@Screeper interested to hear how you're running it given what @Brody said.
they aren't, they misinterpreted private image as private repo, private repos are absolutely supported, but that's far from the same thing as a private image
of course with that said, deploying from private images is planned, but I don't have any timeline on that