-
Notifications
You must be signed in to change notification settings - Fork 61
[WIP] release: add files to create snapshots and releases from the CLI #1077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
|
/cc @dbkreling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dbkreling - For some of them, it seems you picked the wrong image.
The latest build for the operator happened on Friday 19th, and the bundle had to be rebuilt after that.
release/snapshot.yaml
Outdated
| url: https://github.com/openshift/kata-containers | ||
| - containerImage: quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator-bundle@sha256:a5db075a773eceebb63cb33033afad81baaaa108ce5acd533947eb21a1b16b58 | ||
| name: osc-operator-bundle | ||
| - containerImage: quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator-bundle-v1-10@sha256:dc75d0d32e24479e6cfb4042f6eda587f747b6e6aff25cdda1c1f8af859fbc0f |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the right one is quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator-bundle-v1-10@sha256:417ee37b223c39a06e8534fbe8b9f11e54e481df17977e4d4d62c62ccf8e63a4
That's the latest successful "on-push" build for the bundle, and the one that our published test-fbc catalog uses.
https://github.com/openshift/sandboxed-containers-operator/blob/osc-release-v1.10/fbc/test-fbc/catalog-template.yaml
release/snapshot.yaml
Outdated
| source: | ||
| git: | ||
| revision: 17ee44df4589ee9efbb68d89cd736e42a68a35cf | ||
| revision: 47bb073abf9f88a24a77b0efb5dfa5a860db2154 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above: revision should be a894d05
release/snapshot.yaml
Outdated
| url: https://github.com/confidential-devhub/coco-podvm-scripts | ||
| - containerImage: quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator@sha256:4fb018ce03cfaa06b983e801508036352247d3f9fc09981949f85b7e8ab4520b | ||
| name: osc-operator | ||
| - containerImage: quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator-v1-10@sha256:f35734f1ed34110193d0f38027f67c50c82dcb5110df2a1c388e8882ddc663d5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be quay.io/redhat-user-workloads/ose-osc-tenant/osc-operator-v1-10@sha256:1ffb432d9a8833854fa5e5262dcbf42530dfbaadfddf6978f7bc7804b84d2e3f
as in the bundle's cluster service version (
Line 412 in 1df9509
| image: registry.redhat.io/openshift-sandboxed-containers/osc-rhel9-operator@sha256:1ffb432d9a8833854fa5e5262dcbf42530dfbaadfddf6978f7bc7804b84d2e3f |
This is the latest successful "on-push" build of the operator.
release/snapshot.yaml
Outdated
| source: | ||
| git: | ||
| revision: 43613b0f9f312b4b4e9e830927eb3c8718859026 | ||
| revision: d36004f697731521faa9b1bc6acd94f9ca99dcd4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per above, should be d317b15
Signed-off-by: Julien Ropé <[email protected]>
…ages The latest builds happened last Friday, Sep 18th 2025. Signed-off-by: Daniel Kreling <[email protected]>
The past commit updates them to outdated references. Fixing them. Signed-off-by: Daniel Kreling <[email protected]>
4243102 to
e987481
Compare
|
@littlejawa: all tests passed! Full PR test history. Your PR dashboard. 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. |
Trying to get more control on our release process:
This is work in progress. The "snapshot.yaml" file currently contains an arbitrary set of image references, we need to edit it to point to our ongoing 1.10.3 release.