will Farrell

Results 173 comments of will Farrell

Can you try with v0.6, see if that works.

This was a feature someone requested, for those that like living on the edge. I agree, I wouldn't expect there to be daily changes. The checksum should only change for...

Thanks for writing this up. It used to respect manual stops, sounds like a regression might have happened, or a new bug on the docker side. Creating a test case...

Thanks for the PR. Can you share which webhook url you're using? There might be different payloads expected from different providers. Can someone else test and confirm?

hmmm, I'm wondering if the key for the text/body/content needs to be a variable itself. That way it can be flexible for even more webhooks.

I found this: https://success.docker.com/article/context-deadline-exceeded-error-observed-while-starting-container-on-drained-node I'm open to merging a PR that addresses this case.

The url used to be public, I was wondering why it disappeared.

As a work around I've been using: ``` = setunion( ["package.json", "package-lock.json","README.md"], fileset("${path.module}/../../../handlers/example", "node_modules/**") ) ``` It does makes smaller archives, but creating the archive takes way longer due to...

Thanks, I'll try this approach out