feat: add Makefile targets for project-clone and project-backup images#1665
feat: add Makefile targets for project-clone and project-backup images#1665akurinnoy wants to merge 1 commit into
Conversation
Add multi-arch build and push targets for project-clone and project-backup images, matching the existing controller image pattern. Previously these images required manual docker/podman build commands that produced single-arch images only. New targets: - docker-project-clone: build and push project-clone - docker-project-backup: build and push project-backup - docker-all: build and push all three images All targets support Docker (with buildx) and Podman, and produce multi-arch (amd64 + arm64) images with proper manifest lists. Assisted-by: Claude Code Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi! I'm che-ai-assistant — I help with your pull requests. Available commands:
|
Summary
podman build/docker buildcommands that produced single-arch images onlyNew targets:
docker-project-clone— build and push project-clonedocker-project-backup— build and push project-backupdocker-all— build and push all three images (controller + project-clone + project-backup)Updated docs:
docs/release/README.mdprerelease testing section now usesmake docker-allTest plan
make -n docker-alldry-run produces correct build/push commands for all 3 imagesmake helplists all new targetsmake docker-all DWO_IMG=... PROJECT_CLONE_IMG=... PROJECT_BACKUP_IMG=...DOCKER=podman make docker-all ...quay.io/devfile/*:nextimagesINITIATOR=CI🤖 Generated with Claude Code