CrazyMax

Results 1192 comments of CrazyMax

> [Build Summary](https://github.com/docker/build-push-action/pull/1120) introduced in [v6.0.0](https://github.com/docker/build-push-action/releases/tag/v6.0.0) doesn't work with GHES v3.11.7. > > My guess is that it is because the [artifact v2 library used internally does not support GHES](https://github.com/actions/toolkit/tree/main/packages/artifact#v2---whats-new)....

Downgrading to v1 does not look promising as we can't interact with azure blob storage API anymore, which is needed in our case to set appropriate content-disposition header when uploading...

> When running [v6.3.0](https://github.com/docker/build-push-action/releases/tag/v6.3.0) on GHES, the message "Build summary is not yet supported on GHES" is displayed. I believe this is the intended behaviour. But I feel little noisy......

> Not 100% sure - but Build Summary is working on GHES It's not about the build summary itself but the actions artifact lib v2 that is not supported on...

This is tracked in https://github.com/github/roadmap/issues/930 (Q4 2024)

> Could we make it work if `DOCKER_BUILD_RECORD_UPLOAD` is disabled? Yes but then only summary will be available without the `.dockerbuild` artifact. @colinhemmings @sharonchang1 Could this be a way to...

I will take a look, is someone able to repro with a [container builder](https://docs.docker.com/build/drivers/docker-container/) as well?

> https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/container-registry/container-registry-authentication.md#az-acr-login-with---expose-token Link looks broken: ![image](https://github.com/user-attachments/assets/6dc54511-7a50-43fd-802d-9adce9f417b2)

> Is there any progress on this? We are federating User Managed Identities to pipelines to remove the service principle secret, being able to log into the ACR with the...

> Is this expecting that `bake` will never add new fields in the definition? Plus, there are many fields in bake definition not supported in compose build block. No it...