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

docker::registry fails #950

Open
hawkeye-7 opened this issue Sep 19, 2023 · 0 comments
Open

docker::registry fails #950

hawkeye-7 opened this issue Sep 19, 2023 · 0 comments
Labels

Comments

@hawkeye-7
Copy link

Describe the Bug

docker::registry fails with

Error: Failed to apply catalog: undefined method `scan' for #<Puppet::Pops::Evaluator::DeferredValue:0x00007efedfaa8658 @proc=#<Proc:0x00007efedfaa86a8 /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/pops/evaluator/deferred_resolver.rb:173>>

Expected Behavior

Logging on to the registry.

Steps to Reproduce

Add the following code to your manifest:
docker::registry { 'example.docker.io:5000':
username => 'user',
password => 'secret',
}

You can substitute a valid registry, userid and password, but you will still get this error

Environment

  • Version 9.1.0
  • Platform Rocky Linux release 8.8 (Green Obsidian)

Additional Context

This is the example from the documentation.

@hawkeye-7 hawkeye-7 added the bug label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant