Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building docker image from master: copy <<EOF ....no source files were specified #1204

Open
europacafe opened this issue Aug 29, 2024 · 13 comments
Assignees

Comments

@europacafe
Copy link

europacafe commented Aug 29, 2024

💬 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

@marclaporte
Copy link
Member

@rodriguezny Can you reproduce the issue?

@europacafe
Copy link
Author

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

@rodriguezny
Copy link
Member

@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.

@marclaporte
Copy link
Member

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

#1175

@europacafe
Copy link
Author

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.

@marclaporte marclaporte assigned SKB-TECH and unassigned rodriguezny Oct 28, 2024
@SKB-TECH
Copy link

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

@europacafe
Copy link
Author

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

@SKB-TECH
Copy link

SKB-TECH commented 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 ?

@europacafe
Copy link
Author

Built on ubuntu and run on Unraid server as usual.

@SKB-TECH
Copy link

SKB-TECH commented 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

@europacafe
Copy link
Author

No error during building.

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

@SKB-TECH
Copy link

SKB-TECH commented 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.

@marclaporte
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants