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

partitions: Also make / ro by default #349

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

cgwalters
Copy link
Contributor

To match what we expect currently with composefs.

The more correct thing here longer term is to inspect the container image, in theory.

In practice though, after we start relying on bootc install osbuild/images#571
I think that will lead us to a place where we start to implicitly hard require composefs.

But without inspection/detection this will affect how non-composefs container images (e.g. current quay.io/fedora/* images).

So again the more medium term fix here has to be that either we inspect, or more ideally we gather the expected mount options and filesystem types etc. from bootc inside the container.

To match what we expect currently with composefs.

The more correct thing here longer term is to inspect the
container image, in theory.

In practice though, after we start relying on `bootc install`
osbuild/images#571
I think that will lead us to a place where we start to implicitly
hard require composefs.

But without inspection/detection this will affect how
non-composefs container images (e.g. current quay.io/fedora/* images).

So again the more medium term fix here has to be that either
we inspect, or more ideally we gather the expected mount
options and filesystem types etc. from `bootc` inside the container.
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ondrejbudai ondrejbudai added this pull request to the merge queue Apr 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 24, 2024
@ondrejbudai ondrejbudai added this pull request to the merge queue Apr 24, 2024
Merged via the queue into osbuild:main with commit c609003 Apr 24, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants