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

🐛 Do not remount /tmp under alpine #1530

Merged
merged 2 commits into from
Jun 20, 2023
Merged

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Jun 19, 2023

Immucore is already mounting /tmp on boot so we should not re-mount it, or at least if we do, we should check first if its mounted to not shadow existing /tmp files

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1526

Immucore is already mounting /tmp on boot so we should not re-mount it,
or at least if we do, we should check first if its mounted to not shadow
existing /tmp files

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
@Itxaka Itxaka requested a review from a team June 19, 2023 14:20
@Itxaka Itxaka merged commit bb25e05 into kairos-io:master Jun 20, 2023
52 of 54 checks passed
Itxaka added a commit to Itxaka/kairos that referenced this pull request Jun 21, 2023
Immucore is already mounting /tmp on boot so we should not re-mount it,
or at least if we do, we should check first if its mounted to not shadow
existing /tmp files

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
(cherry picked from commit bb25e05)
mauromorales pushed a commit that referenced this pull request Jun 21, 2023
Immucore is already mounting /tmp on boot so we should not re-mount it,
or at least if we do, we should check first if its mounted to not shadow
existing /tmp files

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
mauromorales pushed a commit that referenced this pull request Jun 21, 2023
Immucore is already mounting /tmp on boot so we should not re-mount it,
or at least if we do, we should check first if its mounted to not shadow
existing /tmp files

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
mauromorales pushed a commit that referenced this pull request Jun 30, 2023
Immucore is already mounting /tmp on boot so we should not re-mount it,
or at least if we do, we should check first if its mounted to not shadow
existing /tmp files

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug failed test
2 participants