Sha256: 2f0036bf9b71238ddf3e85846d70e8ceff7bdaf1ec5128c7a6bc131df85bbd2f
Contents?: true
Size: 694 Bytes
Versions: 12
Compression:
Stored size: 694 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 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
12 entries across 12 versions & 1 rubygems