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

feat: temporarily remount read-only mounts before cleaning container fs #183

Merged
merged 22 commits into from
May 14, 2024

Commits on Aug 17, 2023

  1. fix: allow envbuilder on sysbox container runtime

    This fixes #50 by temporary bind-mounting all readonly mounts within
    the MagicDir to keep them out of the way for kaniko.
    
    After kaniko finished it's build, the original mountpoints are restored
    at their original location.
    
    Signed-off-by: Jan Losinski <[email protected]>
    janLo committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fafa949 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. formatting

    coadler committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    39b4222 View commit details
    Browse the repository at this point in the history
  2. fixup! formatting

    coadler committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3ee8a9e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c9042fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f008666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5b005 View commit details
    Browse the repository at this point in the history
  4. reduce diff size

    johnstcn committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4c1060c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7f223a0 View commit details
    Browse the repository at this point in the history
  2. fmt

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3f0e022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caad1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adc6c9c View commit details
    Browse the repository at this point in the history
  5. add clarifying comment

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    752e25d View commit details
    Browse the repository at this point in the history
  6. fix mockgen invocation

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8cc4261 View commit details
    Browse the repository at this point in the history
  7. DRY remount func

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5af94b7 View commit details
    Browse the repository at this point in the history
  8. restore multierror

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a07c597 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3b89aa View commit details
    Browse the repository at this point in the history
  10. defer restoreMounts()

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d3f41df View commit details
    Browse the repository at this point in the history
  11. move to /MagicDir/mnt subdir

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e129889 View commit details
    Browse the repository at this point in the history
  12. TODO

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c225ef9 View commit details
    Browse the repository at this point in the history
  13. fixup! defer restoreMounts()

    johnstcn committed May 13, 2024
    Configuration menu
    Copy the full SHA
    797a4d9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    a06ce23 View commit details
    Browse the repository at this point in the history
  2. address comments

    johnstcn committed May 14, 2024
    Configuration menu
    Copy the full SHA
    34d809f View commit details
    Browse the repository at this point in the history