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

Handle docker inside docker case for using plugin in CI environment like Circle CI, etc. #18

Closed
navarasu opened this issue Jul 14, 2020 · 3 comments · Fixed by #31
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@navarasu
Copy link
Owner

Currently, the volume mount option doesn't work in circle ci. we need to handle it using with docker cp for getting the installed gems

@navarasu navarasu self-assigned this Jul 14, 2020
@navarasu navarasu added the enhancement New feature or request label Jul 14, 2020
@navarasu navarasu added this to the 1.3.0 milestone Jul 14, 2020
@navarasu navarasu modified the milestones: 1.3.0, 1.4.0 Aug 18, 2020
@faizaankhan
Copy link

I have this working for GitLab using docker-dind.

@navarasu
Copy link
Owner Author

Nice Faizaan. That's good to know.

@navarasu
Copy link
Owner Author

A related issue is reported in the example repo. navarasu/serverless-ruby#1

navarasu added a commit that referenced this issue Dec 20, 2020
#18 Handled docker inside docker scenario to support ci
@navarasu navarasu linked a pull request Dec 22, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants