CrazyMax
CrazyMax
You need to set the label `swarm.cronjob.skip-running=true`: https://crazymax.dev/swarm-cronjob/usage/docker-labels/#docker-labels
We could with buildx by pushing by digest each platform and [`imagetools create` command](https://docs.docker.com/engine/reference/commandline/buildx_imagetools_create/) to create the manifest list. Similar to https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners @caarlos0 I can contrib, are you interested by...
Should be moved to `goreleaser` repo btw
Oh my bad I completely forgot about this as I was on PTO. I will take a look shortly!
Hey @apparentlymart! > Terraform ended up needing [its own variant of `MergeBodies`](https://github.com/hashicorp/terraform/blob/e1481b13e7459162ac725687bebf2d13cf02ec36/internal/configs/module_merge_body.go#L18) to implement all of the (partially accidental) emergent behaviors of [Override Files](https://developer.hashicorp.com/terraform/language/files/override) from pre-HCL2 versions of Terraform for...
Thanks for looking at it @vvoland, I will review your comments shortly
> > This also fails consistently: > > Curious; could that be OTEL trying to connect? It's been a while, but ISTR the test is checking that the "upstream" registry...
@camr0 Thanks for your investigation > is working on my [personal fork here](https://github.com/camr0/ftpgrab/tree/move-fix). I'm not sure what are the actual changes looking at your fork. Can you point me to...
@andmos Can you enable debug and post logs please? Would be useful to know what's going on: https://docs.docker.com/build/ci/github-actions/configure-builder/#buildkit-container-logs ```yaml - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: buildkitd-flags: --debug...
> Error only occur when `uses: docker/setup-buildx-action` isn't present Ok that's because `docker/setup-buildx-action` creates a container builder to build while if you don't specify it, it will use buildkit inside...