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

Docker-in-docker (dind) under QEMU emulation #7

Open
wants to merge 7 commits into
base: moby/master-dind
Choose a base branch
from
Open

Docker-in-docker (dind) under QEMU emulation #7

wants to merge 7 commits into from

Commits on Aug 26, 2019

  1. linux-user: fix CSIGNAL handling in clone()

    Signed-off-by: Tibor Vass <[email protected]>
    Tibor Vass authored and Tim Tsai committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    bc0b16e View commit details
    Browse the repository at this point in the history
  2. linux-user: implement pivot_root syscall

    Signed-off-by: Tibor Vass <[email protected]>
    Tibor Vass authored and Tim Tsai committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    755feba View commit details
    Browse the repository at this point in the history
  3. linux-user: implement pass-through fcntl for F_ADD_SEALS/F_GET_SEALS

    Signed-off-by: Tibor Vass <[email protected]>
    Tibor Vass authored and Tim Tsai committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    62eba7e View commit details
    Browse the repository at this point in the history
  4. linux-user: yolo implementations of copy_file_range and keyctl

    Signed-off-by: Tibor Vass <[email protected]>
    Tibor Vass authored and Tim Tsai committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    e2e55cc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. linux-user: handle execve of /proc/self/exe assuming binfmt P option

    linux-user: add additional checks of /proc/self/cmdline handling (tuonga)
    
    Signed-off-by: Tibor Vass <[email protected]>
    Tibor Vass authored and Tim Tsai committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e662b98 View commit details
    Browse the repository at this point in the history
  2. linux-user: add CLONE_PARENT as allowed fork() flag

    Signed-off-by: Tim Tsai <[email protected]>
    Tim Tsai committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    7a16b92 View commit details
    Browse the repository at this point in the history
  3. linux-user: a complete hack to fake out runc's expectation of memfd a…

    …nd seals.
    
    Signed-off-by: Tim Tsai <[email protected]>
    Tim Tsai committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e0e7757 View commit details
    Browse the repository at this point in the history