Skip to content

CI | push base and builder builds as part of the images to quay#9106

Merged
nadavMiz merged 1 commit into
noobaa:masterfrom
nadavMiz:push-base-builder-quei
Jun 16, 2025
Merged

CI | push base and builder builds as part of the images to quay#9106
nadavMiz merged 1 commit into
noobaa:masterfrom
nadavMiz:push-base-builder-quei

Conversation

@nadavMiz

@nadavMiz nadavMiz commented Jun 16, 2025

Copy link
Copy Markdown
Contributor

Describe the Problem

part of the CI changes to use ready base and builder builds.
push base and builder images to quei as part of the manul-full-build-script

Explain the Changes

  1. push base and builder images to quei

Issues: Fixed #xxx / Gap #xxx

Testing Instructions:

  • Doc added/updated
  • Tests added

Summary by CodeRabbit

  • Chores
    • Updated build process to also push the base and builder Docker images to the Quay registry, in addition to the core image.

@coderabbitai

coderabbitai Bot commented Jun 16, 2025

Copy link
Copy Markdown

Walkthrough

The GitHub Actions workflow was updated to extend Docker image publishing. In addition to the core image, the workflow now tags and pushes both the base and builder Docker images to the Quay registry, adding explicit steps for each image in the process.

Changes

File(s) Change Summary
.github/workflows/manual-full-build.yaml Added steps to tag and push base and builder Docker images to Quay

Sequence Diagram(s)

sequenceDiagram
    participant Workflow
    participant Docker
    participant Quay

    Workflow->>Docker: Build base, builder, core images
    Workflow->>Docker: Tag base image for Quay
    Workflow->>Quay: Push base image
    Workflow->>Docker: Tag builder image for Quay
    Workflow->>Quay: Push builder image
    Workflow->>Docker: Tag core image for Quay
    Workflow->>Quay: Push core image
Loading

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5db9d12 and fc229a9.

📒 Files selected for processing (1)
  • .github/workflows/manual-full-build.yaml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/manual-full-build.yaml
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: build-noobaa-image
  • GitHub Check: run-package-lock-validation
  • GitHub Check: run-jest-unit-tests

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@nadavMiz nadavMiz force-pushed the push-base-builder-quei branch from 79570f7 to 5db9d12 Compare June 16, 2025 13:24
@nadavMiz nadavMiz marked this pull request as ready for review June 16, 2025 13:25
Signed-off-by: nadav mizrahi <nadav.mizrahi16@gmail.com>
@nadavMiz nadavMiz force-pushed the push-base-builder-quei branch from 5db9d12 to fc229a9 Compare June 16, 2025 13:40
@nadavMiz nadavMiz merged commit 03764e8 into noobaa:master Jun 16, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants