Skip to content
Crow CI
Codeberg

Backend: Docker

Docker backend configuration variables for agents.

  • Name: CROW_BACKEND_DOCKER_NETWORK
  • Description: Docker network which will be attached to all pipeline steps. Careful: this allows containers of different steps to communicate with each other.
  • Default: none

  • Name: CROW_BACKEND_DOCKER_ENABLED_IPV6
  • Description: Whether to enable IPv6 support in Docker containers. Requires the Docker daemon to be configured with IPv6 support.
  • Default: false

  • Name: CROW_BACKEND_DOCKER_VOLUMES
  • Description: Additional volumes to mount in Docker containers.
  • Default: none

  • Name: CROW_BACKEND_DOCKER_LIMIT_MEM
  • Description: Whether to limit memory usage in Docker containers. No limit is applied if set to 0.
  • Default: 0

  • Name: CROW_BACKEND_DOCKER_LIMIT_MEM_SWAP
  • Description: Whether to limit memory swap usage in Docker containers. No limit is applied if set to 0.
  • Default: 0

  • Name: CROW_BACKEND_DOCKER_LIMIT_SHM_SIZE
  • Description: Whether to limit shared memory size in Docker containers. No limit is applied if set to 0.
  • Default: 0

  • Name: CROW_BACKEND_DOCKER_LIMIT_CPU_QUOTA
  • Description: Microseconds per CPU quota before throttling takes place. No limit is applied if set to 0.
  • Default: 0

  • Name: CROW_BACKEND_DOCKER_LIMIT_CPU_SHARES
  • Description: CPU shares (relative weight) for Docker containers. No limit is applied if set to 0.
  • Default: 0

  • Name: CROW_BACKEND_DOCKER_LIMIT_CPU_SET
  • Description: Comma-separated list of specific CPU cores the pipelines are limited to. No limit is applied if set to 0.
  • Default: none

  • Name: CROW_BACKEND_HTTP_PROXY
  • Description: If set, pass the environment variable down as “HTTP_PROXY” to steps.
  • Default: none

  • Name: CROW_BACKEND_HTTPS_PROXY
  • Description: If set, pass the environment variable down as “HTTPS_PROXY” to steps.
  • Default: none

  • Name: CROW_BACKEND_NO_PROXY
  • Description: If set, pass the environment variable down as “NO_PROXY” to steps.
  • Default: none