Provide BININFO_* docker build arguments to ghcr container workflow#333
Provide BININFO_* docker build arguments to ghcr container workflow#333felix-kaestner wants to merge 1 commit intomainfrom
BININFO_* docker build arguments to ghcr container workflow#333Conversation
|
Anything we can help with here? The changeset seems fine to me. |
Thanks for the offer, but I don't think so. I just haven't found the time to fully test my changes. Once I have done that, I would simply put the PR to non-draft and let you know, if that's okay. |
2885728 to
1e2d415
Compare
Merging this branch will not change overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. |
|
@SuperSandro2000 @majewsky the motivation of this change was to provide the go-makefile-maker/internal/dockerfile/Dockerfile.tmpl Lines 86 to 91 in e110ceb However, it turns out that the So there is actually no need to pass these build arguments, as these labels will already be correctly formulated. As an example with the current workflow (https://github.com/ironcore-dev/network-operator/blob/main/.github/workflows/container-registry-ghcr.yaml): So unless you see this differently, I'd say we can close this PR. |
|
I think right now we require to have git installed in the container and need to copy the .git directory. I think with this we could get a step closer to remove the need for that. |
I think git itself would still be required, as I would expect it to be used by |
The resulting changes make to the pipeline: