Sha256: b961afd3dfaff19d09d97b875c1245696c0244bf6ba82dbcf66c09e7988fa89d

Contents?: true

Size: 716 Bytes

Versions: 11

Compression:

Stored size: 716 Bytes

Contents

version: '3.9'
services:
  ruby:
    image: ruby:2.7.1
    working_dir: "/opt/fluent-plugin-formatter-protobuf/"
    volumes:
      - ".:/opt/fluent-plugin-formatter-protobuf/"
      - "${PWD}/cache/gem/specs:/root/.local/share/gem/specs"
      - "${PWD}/cache/gem/ruby/2.7.1:/root/.local/share/gem/ruby/2.7.1"
      - "${PWD}/cache/bundle/:/usr/local/bundle"

  protoc:
    image: jaegertracing/protobuf:0.3.1
    working_dir: "/opt/fluent-plugin-formatter-protobuf/"
    volumes:
      - ".:/opt/fluent-plugin-formatter-protobuf/"
      - "${PWD}/cache/gem/specs:/root/.local/share/gem/specs"
      - "${PWD}/cache/gem/ruby/2.7.1:/root/.local/share/gem/ruby/2.7.1"
      - "${PWD}/cache/bundle/:/usr/local/bundle"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.5.0 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.4.0 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.3.0 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.2.0 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.1.1 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.1.0 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.0.5 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.0.4 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.0.3 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.0.2 docker-compose.yaml
fluent-plugin-formatter-protobuf-0.0.1 docker-compose.yaml