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

[workspacekit] fix mount when use ubuntu docker image #11300

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

iQQBot
Copy link
Contributor

@iQQBot iQQBot commented Jul 12, 2022

Description

This PR fix some edge case when workspace run mount, in ubuntu base system, if you run mount --make-rshared / the filesystem is NULL point, so if you want read string from NULL it will failed

Related Issue(s)

Fixes #11299

How to test

  1. start a workspace
  2. run docker run -it --rm --privileged ubuntu start a container
  3. run mount --make-rshared / in container

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview

@iQQBot iQQBot requested a review from a team July 12, 2022 06:14
@github-actions github-actions bot added the team: workspace Issue belongs to the Workspace team label Jul 12, 2022
@werft-gitpod-dev-com
Copy link

started the job as gitpod-build-pd-wskit-sec.2 because the annotations in the pull request description changed
(with .werft/ from main)

@roboquat roboquat merged commit 51b4e1b into main Jul 12, 2022
@roboquat roboquat deleted the pd/wskit-sec branch July 12, 2022 15:48
@roboquat roboquat added deployed: workspace Workspace team change is running in production deployed Change is completely running in production labels Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: workspace Workspace team change is running in production deployed Change is completely running in production release-note-none size/XS team: workspace Issue belongs to the Workspace team
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Cannot execute mount --make-rshared / in ubuntu base docker image
3 participants