CrazyMax
CrazyMax
Yes this relates to https://github.com/docker/metadata-action/pull/172 to enable comments for these inputs: https://github.com/docker/metadata-action/blob/60a0d343a0d8a18aedee9d34e62251f752153bdb/src/context.ts#L24-L28 Disabling comments would be a breaking change though so you can either escape this char or we could...
Added to v6 milestone
> our login step fails due to rate-limiting Hammering a registry of requests because it's unavailable is not a short or long term solution. Registries often implement rate limiting to...
Agreed, we should fail in such case: https://github.com/jacob-carlborg/lime/actions/runs/10162079184/job/28101982775#step:6:195 ``` /usr/bin/docker run --rm --privileged docker.io/tonistiigi/binfmt:latest --install mips64el installing: mips64el unsupported architecture: mips64el ```  Should be fixed upstream https://github.com/tonistiigi/binfmt
Should be fixed since https://github.com/tonistiigi/binfmt/releases/tag/deploy%2Fv9.2.0-51
> > If you have a look into the buildkit cache, there doesn't seem to be a lot of controls over which images to keep and which to prune. >...
This looks related to https://github.com/aquasecurity/trivy/discussions/7538 I will take a look if we can use multiple trivy DBs for fallback.
Seems https://github.com/aquasecurity/trivy/discussions/7538 has been solved. Let me know if you still repro.
Yes we bail out early since v0.13 as the instance should already exists when appending. This was changed specifically for programmatic invocations of builder creation.
> Ok thanks at least the behaviour is now explicit. However having an idempotent command would still be useful. > > So maybe something like > > ```shell > docker...