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

compose missing linux_amd64/scim folder #92

Open
mikeumus opened this issue Oct 26, 2022 · 2 comments
Open

compose missing linux_amd64/scim folder #92

mikeumus opened this issue Oct 26, 2022 · 2 comments

Comments

@mikeumus
Copy link

make docker compose results in this error:

 => ERROR [stage-1 2/3] COPY --from=builder /build/scim/bin/linux_amd64/scim /usr/bin/scim           0.0s 
------                                                                                                    
 > [stage-1 2/3] COPY --from=builder /build/scim/bin/linux_amd64/scim /usr/bin/scim:                      
------                                                                                                    
failed to compute cache key: "/build/scim/bin/linux_amd64/scim" not found: not found
make: *** [docker] Error 1
@mikeumus
Copy link
Author

mikeumus commented Oct 26, 2022

@requaos @afedyk-sugarcrm @johejo @imulab any ideas?
Thank you 🙇🏻‍♂️

@imulab
Copy link
Owner

imulab commented Oct 29, 2022

Hi @requaos

Just ran make docker compose again, but couldn't reproduce your problem.

This looks like a docker related issue to me. It seems the make script fails on the "docker" stage where it builds the image.

Are you able to execute docker build -t tiga . on the project's root folder directly? If that fails, let's try docker build --no-cache -t tiga . and see what happens.

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

2 participants