CrazyMax
CrazyMax
Ah that's not the issue looking at https://github.com/docker/actions-toolkit/actions/runs/11363873402/job/31608766636?pr=438 I think we need to `teardown` after each test similar to https://github.com/crazy-max/ghaction-setup-docker/blob/e98084b722ce510905e904b5df3cc901ff654400/src/main.ts#L64 Edit: hum that's the case https://github.com/docker/actions-toolkit/blob/a59a5f8e3f66b622b14bd8393b05de8cb00f68d9/__tests__/docker/install.test.itg.ts#L67
> Is `upgrade` the right name for this? `update` ? Something else more tweaked to changing the config? I think `update` is better so we are a bit consistent with...
Seems to happen as well on ghaction-setup-docker: * https://github.com/crazy-max/ghaction-setup-docker/actions/runs/11050005483 * https://github.com/crazy-max/ghaction-setup-docker/issues/108
This looks linked to QEMU 9.1.0, works fine with QEMU 9.0.2: https://github.com/docker/actions-toolkit/actions/runs/11179402127/job/31078990391#step:11:202
Added workaround to fix ci in https://github.com/docker/actions-toolkit/pull/459
Do you have any issue with current s6 overlay v2? I didn't make the jump to s6 v3 yet as it needs a huge refactor but I added support for...
It should not auto update as we pin the core modules: https://github.com/portapps/discord-portable/blob/master/res/pinned_update.json If discord is updated on your side then open a [bug report](https://github.com/portapps/discord-portable/issues/new?assignees=&labels=&projects=&template=bug_report.md). Thanks.
I didn't manage to repro with your Dockerfile: ``` $ BUILDX_GIT_INFO=false docker buildx build -t wip -f Dockerfile . #0 building with "default" instance using docker driver #1 [internal] load...
Can you try with debug enabled? ``` BUILDX_GIT_INFO=false docker --debug buildx build -t wip -f Dockerfile . ```
> [@crazy-max](https://github.com/crazy-max) if it's buildx; could it be something like this code? (not sure how a JSON would end up in that file though); > > [buildx/store/store.go](https://github.com/docker/buildx/blob/18ccba072076ddbfb0aeedd6746d7719b0729b58/store/store.go#L160-L173) > > Lines...