Sean OMeara

Results 57 comments of Sean OMeara

This would require DNSSEC validation -s On Wed, Jun 16, 2021 at 9:35 PM Travis LaDuke ***@***.***> wrote: > Hi, > just wanted to write this down and see if...

and yes, I'm very interested =) -s On Wed, Jun 16, 2021 at 10:03 PM Sean OMeara ***@***.***> wrote: > This would require DNSSEC validation > -s > > On...

Earlier versions of this cookbook vendored the `docker-api` gem to avoid this nonsense. Then somewhere along the line it got moved to a chef_gem install because it was causing problems...

@chasebolt any recollection where you saw your workaround?

Returned to vendoring in 2.14.2

You'll have to use the underlying resources manually ```ruby docker_installation_package 'default' do blah blh end ``` ```ruby docker_service_manager_sysvinit_debian 'default' do blah blah end ```

PS: You should work on getting a Devuan platform def into Ohai

Absolutely. That's one of the things that showed up in the API after the initial resource implementation. Should be straight forward to implement. > On Feb 17, 2017, at 2:38...

Chef is speaking directly to the Docker API rather than shelling out to the docker binary. https://github.com/chef-cookbooks/docker/blob/a950171f29c3bc729a45d7429575bf14ed965f13/libraries/docker_registry.rb#L26 Stashing credentials on disk would make it convenient for shell users outside of...