Skip to content
Snippets Groups Projects
Select Git revision
0 results

sanity.sh

Blame
    • Rafael Guterres Jeffman's avatar
      23faa83a
      sanity.sh: Allow use of podman instead of docker · 23faa83a
      Rafael Guterres Jeffman authored
      When running tests/sanity/sanity.sh locally, podman might be available
      instead of Docker. Due to current configuration, only Docker is used by
      sanity.sh.
      
      This patch searches for the availability of docker, which is kept as
      the default container engine to use, and use podman only if docker is
      not found.
      
      This change also allows the execution of the script from a directory
      other than the repository root.
      23faa83a
      History
      sanity.sh: Allow use of podman instead of docker
      Rafael Guterres Jeffman authored
      When running tests/sanity/sanity.sh locally, podman might be available
      instead of Docker. Due to current configuration, only Docker is used by
      sanity.sh.
      
      This patch searches for the availability of docker, which is kept as
      the default container engine to use, and use podman only if docker is
      not found.
      
      This change also allows the execution of the script from a directory
      other than the repository root.