6 months ago
My deployment crashed without any error logs in Deploy Logs screen.
Most probable reason is Dockerfile. I think I can see this error in somewhere.
Deployment Id: 3535064f-336d-434f-a7e0-b7a86808d745
9 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
Seems there's an error in your Dockerfile?
Are you using the MOUNT command somewhere? Can you share your Dockerfile?
Status changed to Awaiting User Response Railway • 6 months ago
6 months ago
Hello!
We've escalated your issue to our engineering team.
We aim to provide an update within 1 business day.
Please reply to this thread if you have any questions!
6 months ago
My docker file is:
ARG VERSION=latest
FROM grafana/tempo:${VERSION}
COPY tempo.yml /etc/tempo/tempo.yml
CMD ["-config.file=/etc/tempo/tempo.yml"]Status changed to Awaiting Railway Response Railway • 6 months ago
6 months ago
My gut feeling here is that there isn't a valid start to the Tempo image. Is that how you start Tempo on your machine?
Status changed to Awaiting User Response Railway • 6 months ago
6 months ago
I can build and run successfully on my machine:/
Status changed to Awaiting Railway Response Railway • 6 months ago
6 months ago
🛠️ The ticket Error notification issue for users has been marked as in progress.
6 months ago
✅ The ticket Error notification issue for users has been marked as completed.
6 months ago
We diagnosed that the issue is that there is a /tempo file already in the image, so when Railway tries to mount the volume to /tempo it fails. We've updated the error message that is returned in this case to make it clearer what is happening, but you need to change the mount path for the volume so it doesn't conflict with an existing file.
You can see the copy command in the tempo Dockerfile here.
Attachments
Status changed to Awaiting User Response Railway • 6 months ago
Status changed to Solved ayberkcal • 6 months ago
