Sha256: eac6d36075e4636943d16ca4427875f188a54d15771bb76dcbc09eb578430a19
Contents?: true
Size: 604 Bytes
Versions: 8
Compression:
Stored size: 604 Bytes
Contents
# To build the base image (official Aruba base for this), run: # # $ docker-compose build base # # To run the tests, run: # # $ docker-compose run tests # version: '2' services: base: image: 'cucumber/aruba' container_name: 'cucumber-aruba-1' build: context: . dockerfile: Dockerfile args: http_proxy: "${http_proxy}" https_proxy: "${https_proxy}" HTTP_PROXY: "${HTTP_PROXY}" HTTPS_PROXY: "${HTTPS_PROXY}" working_dir: /home/guest/aruba command: /bin/bash -l -c "bundle exec rake test" volumes: - .:/home/guest/aruba
Version data entries
8 entries across 8 versions & 1 rubygems