Fix: upload the images for amd64 and aarch64 in a multimanifest#2156
Merged
nichtsfrei merged 1 commit intomainfrom Mar 12, 2026
Merged
Fix: upload the images for amd64 and aarch64 in a multimanifest#2156nichtsfrei merged 1 commit intomainfrom
nichtsfrei merged 1 commit intomainfrom
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned Files
|
5881dc6 to
7fe8777
Compare
7fe8777 to
7cf8125
Compare
7cf8125 to
cca804d
Compare
cca804d to
d038fc1
Compare
d038fc1 to
aaa4b0a
Compare
This fixes the issue that we only supplied one platform in ghcr.io instead of both. The reason for that is that we have overridden the previously tag with the one that took the longest to build. Which usually was aarch64. Additionally this commit moves away from utilizing the greenbone.net docker proxies in favor of using ghcr where possible so that our critical pipelines hopefully run more stable. The downside of that change is that building images currently takes a longer time than previously because we cannot use the previously build assets anymore.
aaa4b0a to
0d5090f
Compare
Tehforsch
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the issue that we only supplied one platform in ghcr.io
instead of both.
The reason for that is that we have overridden the previously tag with
the one that took the longest to build. Which usually was aarch64.
Additionally this commit moves away from utilizing the greenbone.net
docker proxies in favor of using ghcr where possible so that our
critical pipelines hopefully run more stable.
The downside of that change is that building images currently takes a
longer time than previously because we cannot use the previously build
assets anymore.
https://jira.greenbone.net/browse/SC-1578