-
Notifications
You must be signed in to change notification settings - Fork 60
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
Can config.yaml / config.toml be readonly? #533
Comments
mvo5
added a commit
to mvo5/bootc-image-builder
that referenced
this issue
Jul 10, 2024
As suggested by Charlie Drage (thank you!) this commit makes the mounting of the `config.{toml,yaml}` read-only via the `:ro` suffix. The tests are also updated to validate that this works as expected. Closes: osbuild#533
Yes, great suggestion, I opened a PR |
mvo5
added a commit
to mvo5/bootc-image-builder
that referenced
this issue
Jul 11, 2024
As suggested by Charlie Drage (thank you!) this commit makes the mounting of the `config.{toml,yaml}` read-only via the `:ro` suffix. The tests are also updated to validate that this works as expected. Closes: osbuild#533
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 11, 2024
As suggested by Charlie Drage (thank you!) this commit makes the mounting of the `config.{toml,yaml}` read-only via the `:ro` suffix. The tests are also updated to validate that this works as expected. Closes: #533
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think bootc-image-builder does anything to the file, could it just be read only?
https://github.com/osbuild/bootc-image-builder?tab=readme-ov-file#-build-config :
Is it okay to update it to
-v $(pwd)/config.toml:/config.toml:ro
?The text was updated successfully, but these errors were encountered: