Anthony Scalisi

Results 82 comments of Anthony Scalisi

@joho any chance to see this merged?

@neverexists my bad, meant to ping @nilathedragon 😅

Anyone knows how to pass an ACL Consul token in that scenario so that Stolon can access the KV?

what @evandam said, it'd be great if we could fetch the "real" SHA of the PR vs some temporary SHA that doesn't really match to anything 😅

I tested again nuking every image: ``` docker images | grep admin | awk '{print $3}' | xargs -I% -P5 docker rmi -f % ``` Edit code and let Tilt...

Same thing here, it doesn't seem to be shutting down gracefully.

Instead of `node['postfix']['sasl']` attributes, simply move them to your namespace say `my-cookbook`: ``` default['my-cookbook']['sasl']['[smtp.sendgrid.net]:587'] = { 'username' => 'SendGridUsername', 'password' => 'SendGridPassword', } ``` Then anywhere in your wrapper cookbook,...

it's still an issue 😅

@dylanANZ they reverted the default behavior (it was a breaking change associated with a minor bump which was not the best move) but the feature is available (see https://github.com/docker/metadata-action/pull/239): >...

@zaach any chance to look at this please? Is the project dead?