Skip to content

AGENT-1312: Add manifests and mapping file to the release bundle image#683

Open
danielerez wants to merge 1 commit intoopenshift:masterfrom
danielerez:agent-1312-release-bundle-image
Open

AGENT-1312: Add manifests and mapping file to the release bundle image#683
danielerez wants to merge 1 commit intoopenshift:masterfrom
danielerez:agent-1312-release-bundle-image

Conversation

@danielerez
Copy link
Copy Markdown
Contributor

@danielerez danielerez commented Mar 31, 2026

Added ImageSetConfiguration (imageset.yaml) and mapping file (mapping.txt) to the release bundle (both are generated by oc-mirror).

Example of the image content:

├── manifests/
│   └── imageset.yaml
└── mirror/
    └── mapping.txt

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Build the release bundle image from a temp context: stage ImageSetConfiguration and oc-mirror mapping.txt, then podman build/push a scratch image with fixed paths.

Example of the image content:

/
├── manifests/
│ └── imageset.yaml # ImageSetConfiguration (generated by oc-mirror)
└── mirror/
└── mapping.txt # Image mapping output (generated by oc-mirror)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested review from gamli75 and zaneb March 31, 2026 09:06
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 31, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danielerez

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Build the release bundle image from a temp context: stage ImageSetConfiguration and oc-mirror mapping.txt, then podman build/push a scratch image with fixed paths.

Example of the image content:

/
├── manifests/
│ └── imageset.yaml # ImageSetConfiguration (generated by oc-mirror)
└── mirror/
└── mapping.txt # Image mapping output (generated by oc-mirror)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Build the release bundle image from a temp context: stage ImageSetConfiguration and oc-mirror mapping.txt, then podman build/push a scratch image with fixed paths.

Example of the image content:

/
├── manifests/
│ └── imageset.yaml # ImageSetConfiguration (generated by oc-mirror)
└── mirror/
└── mapping.txt # Image mapping output (generated by oc-mirror)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@danielerez
Copy link
Copy Markdown
Contributor Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Build the release bundle image from a temp context: stage ImageSetConfiguration and oc-mirror mapping.txt, then podman build/push a scratch image with fixed paths.

Example of the image content:

/
├── manifests/
│ └── imageset.yaml # ImageSetConfiguration (generated by oc-mirror)
└── mirror/
└── mapping.txt # Image mapping output (generated by oc-mirror)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

Added ImageSetConfiguration (imageset.yaml) and Mapping file (mapping.txt)
to the release bundle (both are generated by oc-mirror).

Example of the image content:

    /
    ├── manifests/
    │   └── imageset.yaml    # ImageSetConfiguration (generated by oc-mirror)
    └── mirror/
        └── mapping.txt      # Image mapping output (generated by oc-mirror)
@danielerez danielerez force-pushed the agent-1312-release-bundle-image branch from 9f70693 to 8d07e69 Compare March 31, 2026 09:25
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Added ImageSetConfiguration (imageset.yaml) and Mapping file (mapping.txt)
to the release bundle (both are generated by oc-mirror).

Example of the image content:

/
├── manifests/
│ └── imageset.yaml
└── mirror/
└── mapping.txt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Added ImageSetConfiguration (imageset.yaml) and Mapping file (mapping.txt)
to the release bundle (both are generated by oc-mirror).

Example of the image content:

├── manifests/
│ └── imageset.yaml
└── mirror/
└── mapping.txt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Added ImageSetConfiguration (imageset.yaml) and mapping file (mapping.txt)
to the release bundle (both are generated by oc-mirror).

Example of the image content:

├── manifests/
│ └── imageset.yaml
└── mirror/
└── mapping.txt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Mar 31, 2026

@danielerez: This pull request references AGENT-1312 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Added ImageSetConfiguration (imageset.yaml) and mapping file (mapping.txt) to the release bundle (both are generated by oc-mirror).

Example of the image content:

├── manifests/
│ └── imageset.yaml
└── mirror/
└── mapping.txt

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 31, 2026

@danielerez: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/lint 8d07e69 link true /test lint

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants