Skip to content
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

Renamed composer types for RHEL to align with release 8.5 #235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/build-rpm-ostree/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
block:
- name: Compose Image
command: >
composer-cli -j compose start {{ blueprint_name}} rhel-edge-commit
composer-cli -j compose start {{ blueprint_name}} edge-commit
register: composed_image

- name: Set Build Number
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/oci-build-image/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
block:
- name: Compose Image
ansible.builtin.command: >
composer-cli -j compose start-ostree {{ blueprint_name }} rhel-edge-container
composer-cli -j compose start-ostree {{ blueprint_name }} edge-container
register: composed_image

- name: Set Build Commit ID
Expand Down
2 changes: 1 addition & 1 deletion docs/basic-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following requirements must be satisfied prior to beginning the walk-through
This walk-through will illustrate the ease of building, publishing and consuming RHEL for Edge content. For the sample use case, an edge node with the [IBM Developer Model Asset Exchange: Weather Forecaster](https://github.com/IBM/MAX-Weather-Forecaster) application running in a container will be built and deployed. This process consists of the following:

* Execute a series of pipelines that:
+ Use Image Builder to create a custom RHEL for Edge image (OSTree commit) using compose image type `rhel-edge-container`
+ Use Image Builder to create a custom RHEL for Edge image (OSTree commit) using compose image type `edge-container`
+ Push generated OCI container to Quay
+ Deploy OCI container on OpenShift for staging
+ Synchronize OStree content from web server running on OpenShift for production promotion
Expand Down