We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users should be able to generate new Edge images, as well as image updates which require composer to point to a "parent commit" during image creation
I believe it would require a change here:
rhel-edge-automation-arch/ansible/roles/build-rpm-ostree/tasks/main.yaml
Line 54 in 2fb1d30
The idea would be to only pass the variables {{ ref }} and {{ parent }} if needed
{{ ref }}
{{ parent }}
The text was updated successfully, but these errors were encountered:
CLi procedure would be something like: composer-cli compose start-ostree --parent faf281d82fa6c9bd0671511a6043f6fcf8a592cae265a3d27cb9f8379cb5dd98 edge rhel-edge-commit
composer-cli compose start-ostree --parent faf281d82fa6c9bd0671511a6043f6fcf8a592cae265a3d27cb9f8379cb5dd98 edge rhel-edge-commit
Sorry, something went wrong.
No branches or pull requests
Users should be able to generate new Edge images, as well as image updates which require composer to point to a "parent commit" during image creation
I believe it would require a change here:
rhel-edge-automation-arch/ansible/roles/build-rpm-ostree/tasks/main.yaml
Line 54 in 2fb1d30
The idea would be to only pass the variables
{{ ref }}
and{{ parent }}
if neededThe text was updated successfully, but these errors were encountered: