Sha256: a0b4680182c8803b24a48d1fa3c9a481e6b125a007b3e049abc329d42318b31c
Contents?: true
Size: 732 Bytes
Versions: 48
Compression:
Stored size: 732 Bytes
Contents
version: '2' services: gooddata-ruby: image: gooddata/ruby build: context: . dockerfile: Dockerfile.ruby environment: - PRONTO_GITHUB_ACCESS_TOKEN - PRONTO_PULL_REQUEST_ID - GD_ENV - VCR_ON volumes: - /etc/passwd:/etc/passwd:ro - .:/src - /tmp/junit.xml:/src/junit.xml volumes_from: - bundle gooddata-jruby: image: gooddata/jruby build: context: . dockerfile: Dockerfile.jruby environment: - GD_PROJECT_TOKEN - GD_SPEC_PASSWORD - GD_ENV - VCR_ON volumes: - /etc/passwd:/etc/passwd:ro - .:/src volumes_from: - bundle bundle: image: busybox volumes: - /bundle
Version data entries
48 entries across 48 versions & 1 rubygems