Skip to content

Conversation

@jenellemillison
Copy link
Contributor

The kar-controllers folder is renamed to mcad-controllers.

Copy link
Collaborator

@dmatch01 dmatch01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jenellemillison Since this change may effect the compile and build process please confirm the build works for this PR. Here is a reference to the build docs: https://github.com/IBM/multi-cluster-app-dispatcher/blob/master/doc/build/build.md. Please post an update in this PR if you have any questions or comments. Thanks!

@jenellemillison
Copy link
Contributor Author

@dmatch01 When running the build script, the local source path multi-cluster-app-dispatcher does not exist and is not known to Docker. Is this issue caused by something I did incorrectly with Docker or is something wrong with my local repo?

@dmatch01
Copy link
Collaborator

dmatch01 commented Dec 5, 2019

@dmatch01 When running the build script, the local source path multi-cluster-app-dispatcher does not exist and is not known to Docker. Is this issue caused by something I did incorrectly with Docker or is something wrong with my local repo?

@jenellemillison Could you post the error message and the output of the build command here? Also, could provide the current path where you are running the build script (issue the terminal command pwd). Thank you!

@jenellemillison
Copy link
Contributor Author

jenellemillison commented Dec 5, 2019

@dmatch01 When running the build script, the local source path multi-cluster-app-dispatcher does not exist and is not known to Docker. Is this issue caused by something I did incorrectly with Docker or is something wrong with my local repo?

@jenellemillison Could you post the error message and the output of the build command here? Also, could provide the current path where you are running the build script (issue the terminal command pwd). Thank you!

@dmatch01 When running the build script, the local source path multi-cluster-app-dispatcher does not exist and is not known to Docker. Is this issue caused by something I did incorrectly with Docker or is something wrong with my local repo?

@jenellemillison Could you post the error message and the output of the build command here? Also, could provide the current path where you are running the build script (issue the terminal command pwd). Thank you!

@dmatch01 Sure! Here's the error message, output of the build command, and the current path
Error message and output of build command:

$ ./build.sh ++ cd .. ++ pwd + project_root=/c/Users/JAMil/multi-cluster-app-dispatcher + git_path=github.com/IBM/multi-cluster-app-dispatcher ++ docker run --rm -v /c/Users/JAMil/multi-cluster-app-dispatcher:/go/src/github.com/IBM/multi-cluster-app-dispatcher -d -w /go/src/github.com/IBM/multi-cluster-app-dispatcher/deployment golang:alpine ./build-inside-container.sh C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: Mount denied: The source path "C:/Users/JAMil/multi-cluster-app-dispatcher;C" doesn't exist and is not known to Docker. See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'. + container_id= + docker logs -f "docker logs" requires exactly 1 argument. See 'docker logs --help'. Usage: docker logs [OPTIONS] CONTAINER Fetch the logs of a container 

Current path:

$ pwd /c/Users/JAMil/multi-cluster-app-dispatcher/deployment 

@jenellemillison It looks like the problem is with this parm: -v /c/Users/JAMil/multi-cluster-app-dispatcher:/go/src/github.com/IBM/multi-cluster-app-dispatcher . Most likely a windows specific issue. Debugging now and will post update.

@asm582
Copy link
Member

asm582 commented Feb 1, 2023

Closing this PR due to inactivity.

@asm582 asm582 closed this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants