aaron
aaron
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Great! Thanks for your help getting it resolved
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Its working 🥳 There are still no logs showing in deploy logs though
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
I don't think we actually have anything of value in the volume but we do need a volume. If we removed the volume and recreated it, would that unblock it?
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
I don't know the other posted who opened a similar thread -- I only replied there because it seemed like we were facing the same issue.
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
We have created a new branch on github at the last commit that deployed successfully, and pointed the railway project to that new branch. Even that did not deploy.
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
But in both cases, no logs would appear in the deploy logs
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Yes. Before that, it would say deploying but go on from anywhere between 10 up to 50 minutes.
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
The build logs look fine. In the list of deployments, the status just says "Waiting"
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Same results. It builds and then nothing happens. Doesn't show any signs of it attempting to run - no logs from the Deploy logs
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Its a multi stage build file with multiple targets. By default, a Dockerfile runs to the bottom so railway would use the stage at the bottom. But when using tools e.g. docker compose, you can explicitly target an intermediate stage and run the container from there. https://docs.docker.com/build/building/multi-stage/#stop-at-a-specific-build-stage
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
No, that is a single Dockerfile. By default the last stage is targeted which is called runner. The previous stages are only targeted by other tools for use with devcontainers, and integration tests. But the Dockerfile hasn't changed since the previous working deployment which was earlier today.
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
And here is the last deploy id in case its useful: 7b9357b1-f5bc-477c-963f-51d44c642f9d
35 replies
RRailway
Created by aaron on 10/13/2023 in #✋|help
Docker image builds but stalls on deploy with no error
Github Its a python application, hosted on github, deployed via a Dockerfile
35 replies
RRailway
Created by Augustus on 10/13/2023 in #✋|help
Previously working Docker image service not deploying
so you arent seeing the "Container failed to start" message?
No, Its my colleague's account but he is not on discord. Shall I get the project ID from him or something?
27 replies
RRailway
Created by Augustus on 10/13/2023 in #✋|help
Previously working Docker image service not deploying
No, it was our own docker container. The build logs say it is published, but after that nothing seems to happen. The deploy logs show nothing:
No deployment logs. All output sent to stdout will be displayed here
Normally, when there is a problem with the container, you at least see some error logs, but it doesn't even seem like its attempted to start. Everything works if we build the Docker file locally.
27 replies
RRailway
Created by Augustus on 10/13/2023 in #✋|help
Previously working Docker image service not deploying
If you could update us on this thread as soon as you have any news it would be much appreciated.
27 replies
RRailway
Created by Augustus on 10/13/2023 in #✋|help
Previously working Docker image service not deploying
Has the root cause been identified, or is it being worked on?
27 replies
RRailway
Created by Augustus on 10/13/2023 in #✋|help
Previously working Docker image service not deploying
Also experiencing this
27 replies
RRailway
Created by aaron on 9/7/2023 in #✋|help
Is it possible to set permissions on volumes?
Is there anything in the roadmap to allow permissions to be set on volumes?
7 replies