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

Gem v2.9.0 doesn't include the docker transport #352

Closed
robertlabrie opened this issue Nov 26, 2019 · 6 comments
Closed

Gem v2.9.0 doesn't include the docker transport #352

robertlabrie opened this issue Nov 26, 2019 · 6 comments

Comments

@robertlabrie
Copy link

It's most likely that I'm really bad at this, but when trying to use transport name:docker I get Could not load the 'docker' transport from the load path. and when I look in gem environment gemdir/gems/kitchen-docker-2.9.0/lib/kitchen there is no transport directory. This is weird, because here in GH it's sitting there.

I can install the gem from GH but I'm wondering if maybe the lib is missing from the gemspec?

@yeoldegrove
Copy link

yeoldegrove commented Nov 26, 2019

As stated here #340 (comment), nobody is able to release this gem for over 3 month now...
@stuartpreston @jeffreycoe When will this finally be done?

@stuartpreston
Copy link

Yes I'm afraid it's difficult to say when this will happen. This project is fully staffed by volunteers and a limited number of those volunteers have the ability to build/release the gem. Until then, to get the latest fixes and patches, you will need to build the gem locally from the master branch and then install it into your environment.

@rhrpr
Copy link

rhrpr commented Nov 27, 2019

@stuartpreston Could you provide instructions on how to build the gem locally in the meantime?

@stuartpreston
Copy link

Sure, you clone the repo and then:

gem build .\kitchen-docker.gemspec
gem install .\kitchen-docker-version.gem

If you’re installing into the Chef DK or Workstation Ruby then prefix these commands with chef

@rhrpr
Copy link

rhrpr commented Nov 27, 2019

Thanks!

@jeffreycoe
Copy link
Contributor

@robertlabrie We were able to get a new release created, and version 2.10 contains the new docker transport. Please open a new issue if you have any problems with using this release.

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

5 participants