Sha256: 6f6628c9b5f131c50cebfde0cb0ae10b6e948682f9457405220e9d1926119b14
Contents?: true
Size: 636 Bytes
Versions: 6
Compression:
Stored size: 636 Bytes
Contents
version: "2" services: test-ruby2.4: build: context: . dockerfile: dockerfiles/Dockerfile-ruby2.4 env_file: - env command: ruby -run -e httpd . test-ruby2.3: build: context: . dockerfile: dockerfiles/Dockerfile-ruby2.3 env_file: - env command: ruby -run -e httpd . test-ruby2.2: build: context: . dockerfile: dockerfiles/Dockerfile-ruby2.2 env_file: - env command: ruby -run -e httpd . test-ruby2.1: build: context: . dockerfile: dockerfiles/Dockerfile-ruby2.1 env_file: - env command: ruby -run -e httpd .
Version data entries
6 entries across 6 versions & 1 rubygems