Add ALLOW_CROSS_PLATFORM_IMAGES parameter support - #539
Merged
Conversation
tommyd450
force-pushed
the
add-cross-platform-images-support
branch
from
June 29, 2026 12:54
9cdd086 to
013cb2a
Compare
Configuration Diff1 document(s) impacted: + 1 added
- 0 removed
! 0 modifiedDiff@@ (root level) @@
# v1/ConfigMap/rhtas-tenant/rhtas-repo-branch-versions
! + one document added:
+ ---
+ apiVersion: v1
+ data:
+ artifact-signer-ansible: 1.5.0-dev
+ artifact-signer-ansible__main: 1.5.0
+ artifact-signer-ansible__release-1.3: 1.3.5
+ artifact-signer-ansible__release-1.4: 1.4.2
+ certificate-transparency-go: 1.5.0-dev
+ certificate-transparency-go__main: 1.5.0
+ certificate-transparency-go__release-1.3: 1.3.5
+ certificate-transparency-go__release-1.4: 1.4.2
+ cosign: 1.5.0-dev
+ cosign__main: 1.5.0
+ cosign__release-1.3: 1.3.5
+ cosign__release-1.4: 1.4.2
+ fulcio: 1.5.0-dev
+ fulcio__main: 1.5.0
+ fulcio__release-1.3: 1.3.5
+ fulcio__release-1.4: 1.4.2
+ gitsign: 1.5.0-dev
+ gitsign__main: 1.5.0
+ gitsign__release-1.3: 1.3.5
+ gitsign__release-1.4: 1.4.2
+ model-transparency: 1.5.0-dev
+ model-transparency-go: 1.5.0-dev
+ model-transparency-go__main: 1.5.0
+ model-transparency-go__release-1.3: 1.3.5
+ model-transparency-go__release-1.4: 1.4.2
+ model-transparency__main: 0.1.0
+ model-validation-operator: 1.5.0-dev
+ model-validation-operator__main: 0.1.0
+ policy-controller: 1.5.0-dev
+ policy-controller-operator: 1.5.0-dev
+ policy-controller-operator__main: 1.1.0
+ policy-controller-operator__release-1.0: 1.0.1
+ policy-controller__main: 1.5.0-dev
+ policy-controller__release-1.0: 1.0.1
+ rekor: 1.5.0-dev
+ rekor-monitor: 1.5.0-dev
+ rekor-monitor__main: 1.5.0-dev
+ rekor-monitor__release-1.3: 1.3.5
+ rekor-monitor__release-1.4: 1.4.2
+ rekor-search-ui: 1.5.0-dev
+ rekor-search-ui__main: 1.5.0
+ rekor-search-ui__release-1.3: 1.3.5
+ rekor-search-ui__release-1.4: 1.4.2
+ rekor__main: 1.5.0
+ rekor__release-1.3: 1.3.5
+ rekor__release-1.4: 1.4.2
+ rhtas-console: 1.5.0-dev
+ rhtas-console-ui: 1.5.0-dev
+ rhtas-console-ui__main: 1.5.0
+ rhtas-console-ui__release-1.3: 1.3.5
+ rhtas-console-ui__release-1.4: 1.4.2
+ rhtas-console__main: 1.5.0
+ rhtas-console__release-1.3: 1.3.5
+ rhtas-console__release-1.4: 1.4.2
+ secure-sign-operator: 1.5.0-dev
+ secure-sign-operator__main: 1.5.0
+ secure-sign-operator__release-1.3: 1.3.5
+ secure-sign-operator__release-1.4: 1.4.2
+ segment-backup-job: 1.5.0-dev
+ segment-backup-job__main: 1.5.0-dev
+ segment-backup-job__release-1.3: 1.3.5
+ segment-backup-job__release-1.4: 1.4.2
+ timestamp-authority: 1.5.0-dev
+ timestamp-authority__main: 1.5.0
+ timestamp-authority__release-1.3: 1.3.5
+ timestamp-authority__release-1.4: 1.4.2
+ tough: 1.5.0-dev
+ tough__develop: 1.5.0
+ tough__release-1.3: 1.3.5
+ tough__release-1.4: 1.4.2
+ trillian: 1.5.0-dev
+ trillian__main: 1.5.0
+ trillian__release-1.3: 1.3.5
+ trillian__release-1.4: 1.4.2
+ tuf-server: 1.5.0-dev
+ tuf-server__main: 1.5.0
+ tuf-server__release-1.3: 1.3.5
+ tuf-server__release-1.4: 1.4.2
+ kind: ConfigMap
+ metadata:
+ name: rhtas-repo-branch-versions
+ namespace: rhtas-tenant📦 Artifacts: base-output.yaml, head-output.yaml, dyff-output.txt |
This change adds support for the ALLOW_CROSS_PLATFORM_IMAGES parameter to both docker-build-oci-ta and bundle-build-oci-ta pipelines. The parameter allows building images that use parent/base images with architectures different from the build host. This is necessary for multi-architecture builds using FROM --platform=<arch> statements. Changes: - Added ALLOW_CROSS_PLATFORM_IMAGES pipeline parameter (default: false) - Pass parameter to buildah-oci-ta task in build-container step - Already using buildah-oci-ta:0.10 which supports this parameter Related to CLI stack builds that require cross-platform image support. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
tommyd450
force-pushed
the
add-cross-platform-images-support
branch
from
June 29, 2026 12:55
013cb2a to
1159a54
Compare
osmman
approved these changes
Jun 29, 2026
sampras343
approved these changes
Jun 29, 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.
Summary
This PR adds support for the
ALLOW_CROSS_PLATFORM_IMAGESparameter to enable building images with multi-architecture parent images.Changes
ALLOW_CROSS_PLATFORM_IMAGESpipeline parameter to bothdocker-build-oci-taandbundle-build-oci-tapipelinesfalsefor safetybuildah-oci-tatask's build-container stepContext
This is required for CLI stack builds that use
FROM --platform=<arch>statements to pull platform-specific base images. Without this parameter, buildah v0.10+ rejects cross-platform parent images with an error:Usage
Components that need cross-platform image support can set this in their
.tektonPipelineRun files:Related
🤖 Generated with Claude Code