-
Notifications
You must be signed in to change notification settings - Fork 26
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
v0.5.3 has a broken dependency chain in PDK docker image #154
Labels
Comments
3 tasks
sgnn7
added a commit
to cyberark/conjur-puppet
that referenced
this issue
Nov 20, 2020
Upstream pdk gem is haing issues with PDK dependencies so we need this temporary fix for it. Upstream: puppetlabs/puppet-module-gems#154 **This fix should be removed once upstream fix is merged**
sgnn7
added a commit
to cyberark/conjur-puppet
that referenced
this issue
Nov 20, 2020
Upstream pdk gem is haing issues with PDK dependencies so we need this temporary fix for it. Upstream: puppetlabs/puppet-module-gems#154 **This fix should be removed once upstream fix is merged**
sgnn7
added a commit
to cyberark/conjur-puppet
that referenced
this issue
Nov 20, 2020
Upstream pdk gem is haing issues with PDK dependencies so we need this temporary fix for it. Upstream: puppetlabs/puppet-module-gems#154 **This fix should be removed once upstream fix is merged**
The problem here afaict (and I don't know where to file it) turns out that:
|
Problem also seems to occur only on the first run of the pdk image invocation on a real repo so it is definitely gem cache related. |
Closing this issue now that the real cause has been pinpointed and a replacement issue filed in the appropriate repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
We're having issues running pdk tests in
puppet/pdk
container with the following gem definition in theGemfile
of our module:This results in:
I am guessing that it's a problem with the dependencies or the image itself.
Earliest working gem version that passes this point ispuppet-module-posix-dev-r2.5
v0.5.0Expected Behavior
No problems running tests
Steps to Reproduce
Steps to reproduce the behavior:
Easy reproduction:
./scripts/test.sh
Minimal reproduction
Gemfile
metadata.json
docker run --rm -it -w /root -v $(pwd)/Gemfile:/root/Gemfile -v $(pwd)/metadata.json:/root/metadata.json puppet/pdk test unit
Environment
puppet/pdk
DockerHub containerAdditional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: