CrazyMax

Results 1187 comments of CrazyMax

> This is mostly used in CI systems on Gitlab Can you check if this is similar to https://github.com/moby/buildkit/issues/6187#issuecomment-3257404509 ?

Thanks for reporting, we are taking a look.

Seems GitHub ref is empty in 5.8.0 https://github.com/appwrite/console/actions/runs/16882183410/job/47827714696#step:6:31 ``` eventName: release sha: 29e85017ed2bf87a866af6a3263927d93d6fa296 ref: workflow: Publish action: meta actor: Meldiron runNumber: 337 runId: 16882183410 commitDate: Mon Aug 11 2025 13:52:31...

> But set in 5.7.0: https://github.com/appwrite/console/actions/runs/16884720878/job/47829359004#step:6:14 > > ``` > eventName: release > sha: dd61875d43731e6cc9dfb6486bd213a00a570784 > ref: refs/tags/6.1.30 > workflow: Publish > action: meta > actor: Meldiron > runNumber: 338...

I cannot repro on my side for `release` or `push tags` events: ```yaml name: metadata on: release: jobs: test: runs-on: ubuntu-latest steps: - name: Event run: cat $GITHUB_EVENT_PATH - name:...

Doesn't seem related to this action but this flow https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners where metadata are merged when creating the manifest list in `merge` job. In this flow we could probably use the...

Rebased and update to minio 7.0.97 removing a module importing a lot: https://github.com/minio/minio-go/compare/v7.0.95...v7.0.97#diff-ca70b2f0fe15f1fa83771dd5b232679a5db6bd062df5cbd081a5cb14c00d87c8L14

> > +1, seems better to do a minio remote cache exporter and mutualize the code > > Yes, that is of course also a option. Should I create a...

Hum MinIO has recently announced that their client library is now in "maintenance mode" and is not accepting new changes: https://github.com/minio/minio/issues/21714. This raises long-term sustainability and compatibility concerns for BuildKit.

Yes we might need to install the `samba-winbind` package.