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

Make build scripts Docker-out-of-Docker compatible #115

Open
kbgl opened this issue Mar 5, 2021 · 2 comments
Open

Make build scripts Docker-out-of-Docker compatible #115

kbgl opened this issue Mar 5, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@kbgl
Copy link
Contributor

kbgl commented Mar 5, 2021

Because volume bind mount is used, build scripts cannot be easily used inside Docker container.
Solution should make possible starting build scripts inside docker container mainly for continuous integration.

One possible solution would be usage of docker volumes instead of bind mounts.
Other solution could be changing scripts to pass correct (host) path do docker calls.

@kbgl kbgl added the enhancement New feature or request label Mar 5, 2021
@kbgl kbgl mentioned this issue Mar 5, 2021
3 tasks
@ryannowarm
Copy link
Contributor

@kbgl , can we close this?

@kbgl
Copy link
Contributor Author

kbgl commented Jul 20, 2021

@ryannowarm up to you. This is not required feature, we can skip it.

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

No branches or pull requests

2 participants