[GH-ISSUE #1204] building docker image from master: copy <<EOF ....no source files were specified #605

Open
opened 2026-02-25 21:35:29 +03:00 by kerem · 14 comments
Owner

Originally created by @europacafe on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1204

Originally assigned to: @SKB-TECH on GitHub.

💬 Question

I clone current cypht master and run:
docker build --no-cache -t chote/cypht:master docker
It was doing its stuff for a while, but end up as shown in the screenshot below, and no image file was created. I'm not sure what to do next. I did it on my Unraid terminal console
image

image

I also attach the full log file from docker build
dockerbuild.log

Originally created by @europacafe on GitHub (Aug 29, 2024). Original GitHub issue: https://github.com/cypht-org/cypht/issues/1204 Originally assigned to: @SKB-TECH on GitHub. ## 💬 Question I clone current cypht master and run: `docker build --no-cache -t chote/cypht:master docker` It was doing its stuff for a while, but end up as shown in the screenshot below, and no image file was created. I'm not sure what to do next. I did it on my Unraid terminal console ![image](https://github.com/user-attachments/assets/95921169-1f78-46ef-9773-48685dc3a90d) ![image](https://github.com/user-attachments/assets/5590587d-a5d4-426f-b379-3f02c13ebfd4) I also attach the full log file from docker build [dockerbuild.log](https://github.com/user-attachments/files/16797597/dockerbuild.log)
Author
Owner

@marclaporte commented on GitHub (Sep 10, 2024):

@rodriguezny Can you reproduce the issue?

<!-- gh-comment-id:2339534538 --> @marclaporte commented on GitHub (Sep 10, 2024): @rodriguezny Can you reproduce the issue?
Author
Owner

@europacafe commented on GitHub (Sep 10, 2024):

The below docker build command works:
docker buildx build . --platform linux/amd64 -t chote/cypht:master docker
but not with the normal build option
docker build --no-cache -t chote/cypht:master docker

<!-- gh-comment-id:2339540825 --> @europacafe commented on GitHub (Sep 10, 2024): The below docker build command works: `docker buildx build . --platform linux/amd64 -t chote/cypht:master docker` but not with the normal build option `docker build --no-cache -t chote/cypht:master docker`
Author
Owner

@rodriguezny commented on GitHub (Sep 10, 2024):

@rodriguezny Can you reproduce the issue?

Already reproduced. A workaround is to use the to docker buildx (e.g: docker buildx build . --platform linux/amd64 -t dockerid/cypht:master docker) until I provide a fix for the docker build command.

<!-- gh-comment-id:2339969369 --> @rodriguezny commented on GitHub (Sep 10, 2024): > @rodriguezny Can you reproduce the issue? Already reproduced. A workaround is to use the to `docker buildx` (e.g: `docker buildx build . --platform linux/amd64 -t dockerid/cypht:master docker`) until I provide a fix for the `docker build` command.
Author
Owner

@marclaporte commented on GitHub (Oct 28, 2024):

One day, we will have official Docker builds from master for testers and for those who love life on the edge :-)

https://github.com/cypht-org/cypht/issues/1175

<!-- gh-comment-id:2440274142 --> @marclaporte commented on GitHub (Oct 28, 2024): One day, we will have official Docker builds from master for testers and for those who love life on the edge :-) https://github.com/cypht-org/cypht/issues/1175
Author
Owner

@europacafe commented on GitHub (Oct 28, 2024):

I've just built a docker image from master git successfully, but the container won't start. I do not see any log file for me to identify what has caused the issue. My built is at docker hub bthoven/cypht:master.

<!-- gh-comment-id:2440954839 --> @europacafe commented on GitHub (Oct 28, 2024): I've just built a docker image from master git successfully, but the container won't start. I do not see any log file for me to identify what has caused the issue. My built is at docker hub bthoven/cypht:master.
Author
Owner

@SKB-TECH commented on GitHub (Oct 28, 2024):

I'm checking to see what I can bring as a solution.

<!-- gh-comment-id:2442106327 --> @SKB-TECH commented on GitHub (Oct 28, 2024): I'm checking to see what I can bring as a solution.
Author
Owner

@europacafe commented on GitHub (Nov 3, 2024):

I've rebuilt it from yesterday's master successfully on ubuntu server, but the docker container still can't start.

<!-- gh-comment-id:2453433917 --> @europacafe commented on GitHub (Nov 3, 2024): I've rebuilt it from yesterday's master successfully on ubuntu server, but the docker container still can't start.
Author
Owner

@SKB-TECH commented on GitHub (Nov 3, 2024):

I've rebuilt it from yesterday's master successfully on ubuntu server, but the docker container still can't start.

What operating system do you use on your computer ?

<!-- gh-comment-id:2453437235 --> @SKB-TECH commented on GitHub (Nov 3, 2024): > I've rebuilt it from yesterday's master successfully on ubuntu server, but the docker container still can't start. What operating system do you use on your computer ?
Author
Owner

@europacafe commented on GitHub (Nov 3, 2024):

Built on ubuntu and run on Unraid server as usual.

<!-- gh-comment-id:2453438051 --> @europacafe commented on GitHub (Nov 3, 2024): Built on ubuntu and run on Unraid server as usual.
Author
Owner

@SKB-TECH commented on GitHub (Nov 3, 2024):

Built on ubuntu and run on Unraid server as usual.

Is it possible for me to see the error message?
if you're using docker deskotp there's a notification that shows the error log

<!-- gh-comment-id:2453439764 --> @SKB-TECH commented on GitHub (Nov 3, 2024): > Built on ubuntu and run on Unraid server as usual. Is it possible for me to see the error message? if you're using docker deskotp there's a notification that shows the error log
Author
Owner

@europacafe commented on GitHub (Nov 3, 2024):

No error during building.

I didn't use Docker desktop on my ubuntu pure server, no desktop gui.

<!-- gh-comment-id:2453441654 --> @europacafe commented on GitHub (Nov 3, 2024): No error during building. I didn't use Docker desktop on my ubuntu pure server, no desktop gui.
Author
Owner

@SKB-TECH commented on GitHub (Nov 3, 2024):

No error during building.

I didn't use Docker desktop on my ubuntu pure server, no desktop gui.

let me have a look on my side too, since the dockerfile hasn't been hit yet.

<!-- gh-comment-id:2453443504 --> @SKB-TECH commented on GitHub (Nov 3, 2024): > No error during building. > > I didn't use Docker desktop on my ubuntu pure server, no desktop gui. let me have a look on my side too, since the dockerfile hasn't been hit yet.
Author
Owner

@marclaporte commented on GitHub (Nov 3, 2024):

@europacafe @SKB-TECH I suggest you find each other via https://gitter.im/cypht-org/community and do a screenshare session.

<!-- gh-comment-id:2453467879 --> @marclaporte commented on GitHub (Nov 3, 2024): @europacafe @SKB-TECH I suggest you find each other via https://gitter.im/cypht-org/community and do a screenshare session.
Author
Owner

@marclaporte commented on GitHub (Sep 1, 2025):

@europacafe The monthly Cypht community meetings are a great opportunity to show bugs: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings

<!-- gh-comment-id:3240690442 --> @marclaporte commented on GitHub (Sep 1, 2025): @europacafe The monthly Cypht community meetings are a great opportunity to show bugs: https://github.com/cypht-org/cypht/wiki/Monthly-Community-Meetings
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#605
No description provided.