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
When the ostree repository is created and/or updated in the builder role, a ostree summary metafile should be generated.
builder
The summary file is optional but certain integrations like the Cockpit OStree page look for this file. See example below.
Something like this should be enough: /usr/bin/ostree summary --repo=/var/www/html/{{ builder_blueprint_name }}/repo --update
/usr/bin/ostree summary --repo=/var/www/html/{{ builder_blueprint_name }}/repo --update
Warning in Cockpit when the remote repo is missing the summary file:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the ostree repository is created and/or updated in the
builder
role, a ostree summary metafile should be generated.The summary file is optional but certain integrations like the Cockpit OStree page look for this file. See example below.
Something like this should be enough:
/usr/bin/ostree summary --repo=/var/www/html/{{ builder_blueprint_name }}/repo --update
Warning in Cockpit when the remote repo is missing the summary file:
The text was updated successfully, but these errors were encountered: