Private docker
is there a possibility to use private docker repos.
we want to use railway for a big swiss customer, but it is at the moment very annoying since we can't use private docker repos
is there anything planned? Or should we consider to change?
15 Replies
Project ID:
N/A
N/A
private docker images are not supported yet π
not sure if it's planned though, it might be
it is planned but there is no eta, any reason why you dont want to let railway build the image?
Want to avoid vendor lock as much as possible π
How could railway build the image?
Railway does have support for Dockerfile to build docker images. Maybe that could solve your problem?
s2i too?
don't know what "s2i" is, mind telling us?
it would simply use your Dockerfile automatically, no vender lock in, just attach your github repo to your service
s2i = source 2 image
means there is no dockerfile
how are you building an image without a Dockerfile?
jiib by google
GitHub
GitHub - GoogleContainerTools/jib: π Build container images for you...
π Build container images for your Java applications. - GitHub - GoogleContainerTools/jib: π Build container images for your Java applications.
well railway has nixpacks that will attempt to build and run an image from your source without needing a dockerfile
yes that could work for us π
will check it out
same thing then, just attach your github repo to the railway service and it will start a build