Skip to content

quay.io binary push on release #75

Merged
Joeavaikath merged 2 commits intomigtools:oadp-devfrom
Joeavaikath:ubi-9-oadp-cli
Oct 27, 2025
Merged

quay.io binary push on release #75
Joeavaikath merged 2 commits intomigtools:oadp-devfrom
Joeavaikath:ubi-9-oadp-cli

Conversation

@Joeavaikath
Copy link
Copy Markdown
Contributor

@Joeavaikath Joeavaikath commented Oct 27, 2025

Why the changes were made

How to test the changes made

podman build and podman run to see the server up

closes #74

Signed-off-by: Joseph <jvaikath@redhat.com>
Signed-off-by: Joseph <jvaikath@redhat.com>
@Joeavaikath Joeavaikath changed the title Change runner to ubi9 quay.io binary push on release Oct 27, 2025
@Joeavaikath Joeavaikath linked an issue Oct 27, 2025 that may be closed by this pull request
Comment thread Dockerfile.download
@Joeavaikath Joeavaikath merged commit 42863bb into migtools:oadp-dev Oct 27, 2025
10 checks passed
Comment on lines +22 to +24
podman build -f Dockerfile.download \
-t quay.io/konveyor/oadp-cli-binaries:${{ github.ref_name }} \
-t quay.io/konveyor/oadp-cli-binaries:latest .
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be multiarch build for non-amd cluster.

# Comma-separated platforms work, but require --manifest flag to create multi-arch image
# Using -t with multiple platforms only produces single arch image
podman build --platform linux/amd64,linux/arm64,linux/s390x,linux/ppc64le --manifest myimage .

# Must use 'manifest push' subcommand instead of regular push
# Regular 'podman push' only pushes single arch
podman manifest push myimage docker://registry/myimage:tag

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on it

@Joeavaikath Joeavaikath deleted the ubi-9-oadp-cli branch February 19, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ubi9 suggestion

3 participants