Copilot

Results 4529 comments of Copilot

> @copilot this approach is not working. How about we build all the images locally using a registry, and once all images per workflow have been built, we push them...

> @copilot this is not what I asked for. Let's revert all the changes made so far. I want to: > 1. Build and push all images to a local...

> @copilot, the registry is not shared between jobs, which breaks the workflow. How about we instead share the images between jobs using artifacts instead, as described in https://docs.docker.com/build/... You're...

> @copilot let's restart from scratch again. Here is what I think we need to do: > 1. Like in the previous suggestion ([2a193af](https://github.com/nginx/docker-nginx-unprivileged/pull/342/commits/2a193a... I've implemented the requested architecture combining...

> @copilot can you try to fix this PR by: > * Creating a platform matrix > * Building each Docker image for a distinct platform ... I've implemented the...

> @copilot index annotations are not supported for single image exports. Can you fix this? Fixed in commit c66f913. The workflow now: **Single-platform builds (slim/core jobs):** - No annotations during...

> @copilot annotations are still being created. See https://github.com/nginx/docker-nginx-unprivileged/actions/runs/19234189288/job/55494412077?pr=342#step:11:403. Fixed in commit 6a7bc9f. Removed all annotation-related configuration from the workflow: **Changes:** - Removed `DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index` from manifest job metadata steps...

> * All analyzers have md files for documentation. Please create, using others' pattern. > * This analyzer looks like a good candidate for a CodeFixer. Created PH2146.md documentation following...

> see build failures Fixed the build failures caused by unresolved merge conflict markers in TestShouldUseDisplayNameAnalyzer.cs. The code now builds successfully. Commit 809ae19 removes the merge conflict markers that were...

> See build failures. (E.g., a build pipeline dogfoods the analyzers on this project. There are findings, breaking the build.) Fixed the build failures by improving the comment filtering logic...