Chase Bolt

Results 44 comments of Chase Bolt

i am running into the same issue when using chef. i can manually run `mount /data` with no issue. ```goofys#mybucket /data fuse _netdev,allow_other,--dir-mode=0777,--file-mode=0666,--debug_s3 0 2``` https://gist.github.com/chasebolt/a28bac3785d2df8d1685d60cf8f19421

using `/root/.aws/credentials` file works fine. something with using IAM roles it is failing with. I temporarily gave the IAM role full access and it still failed.

In this case, you'd want to install the gem via your wrapper cookbook. If you install gem version 1.26.2 then the auto load will not fall into the raise exception...

can you gist how you installed the docker gem in your cookbook? also does `/opt/chef/embedded/bin/gem list` output the docker gem? im thinking this is where the issue is...

I think I've seen this fixed, in a similar manner to the way we are doing it, in other chef-cookbooks. But I could be mistaken, I saw it long ago...

spent time last night browsing repos and I couldn't find what I was looking for. i remember we had issues with vendoring before because of the excon gem is both...

Spotify has a garbage collection container that clean up old images. I run this on a cron schedule on all my docker instances. I can dig up the url for...

`ip_address` bug should be resolved in `v2.16.2`

this is because of issues we have with a container's Dockerfile adding to the inspect properties. @someara an idea for this is to grab the image sha from the container,...

Workaround would be to redeploy the server for now :) We definitely welcome a PR to get this fixed up. I personally haven't had time to implement my suggested fix,...