Sha256: d714b9e92a4283fd324eb4b1850a9c06b236f899dbcb24d0e8c8293aa0c4232a

Contents?: true

Size: 692 Bytes

Versions: 6

Compression:

Stored size: 692 Bytes

Contents

services:
  builder:
    build: .
    volumes:
      - ./:/omnibus-software
      - ./test:/test
    working_dir: /test
    command: bash --init-file omnibus-build.sh

    # Multiple concurrent "docker-compose run" commands on the same system in the CI pipeline caused intermittent failures
    # while creating the network.
    # Using "network_mode: bridge" forces compose to use docker's legacy default bridge network instead.
    # We considered namespacing the network using COMPOSE_PROJECT_NAME=$BUILDKITE_JOB_ID but using the legacy bridge network
    # means we can avoid worrying about any impact and management overhead that multiple networks might create.
    network_mode: bridge

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 docker-compose.yml
omnibus-software-23.6.292 docker-compose.yml
omnibus-software-23.6.291 docker-compose.yml
omnibus-software-23.2.283 docker-compose.yml
omnibus-software-23.2.281 docker-compose.yml
omnibus-software-22.11.239 docker-compose.yml