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

allow user to use docker cp instead of volume mount, fix #9 #283

Merged
merged 9 commits into from
Dec 5, 2020

Conversation

missing1984
Copy link
Contributor

@missing1984 missing1984 commented Nov 11, 2020

Context

This should fix one of the long live issues. #9

Docker volume mount does not always work especially in a CI environment that often implemented as docker in docker.

Solution

Introduce a new flag chromeDockerUseCopy that switches to use docker cp which is guaranteed to work in CI. Users can opt-in to this new behavior.

I also fixed a couple of dependencies issues in this MR.

@missing1984
Copy link
Contributor Author

@techeverri mind take a look at this when you're free :) ?

@techeverri
Copy link
Collaborator

Hey @missing1984
I don't have much experience with Docker in Docker stuff.
So I will leave this one for @oblador 👍

@oblador oblador merged commit d09c626 into oblador:master Dec 5, 2020
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

Successfully merging this pull request may close these issues.

3 participants