Skip to content
Snippets Groups Projects
  1. Dec 14, 2024
    • Florian Schmaus's avatar
      Fix docker.sh by specifying entrypoint · c9e8b1d3
      Florian Schmaus authored
      Newer flowdalic/gentoo-dev images have ENTRYPIONT specified, this
      prevents arguments from being passed to the docker run entrypoint,
      which is tools/docker-prepare in case of docker.sh.
      
      To fix that, we invoke "docker run" with "--entrypoint
      tools/docker-preapre" in docker.sh.
      c9e8b1d3
  2. Jul 26, 2021
    • Florian Fischer's avatar
      add docker tooling · 5798f15c
      Florian Fischer authored
      Usage run "docker.sh <your command>" to execute <your command> in the
      docker image extracted from .gitlab-ci.yml in the emper root directory
      
      NOTE: seccomp filtering is disabled for now since io_uring_* syscalls
      are not working everywhere as expected.
      5798f15c
Loading