Sha256: 51c5b4b6e668ab30ed4e18e0024af59d65baacac8fa536877f8d1a8cdd787f96

Contents?: true

Size: 319 Bytes

Versions: 7

Compression:

Stored size: 319 Bytes

Contents

#!/bin/bash

set -euo pipefail

cd "$(dirname "$0")"

docker run -it --rm \
  -v "${PWD}:/opt/fluent-plugin-formatter-protobuf/" \
  -w '/opt/fluent-plugin-formatter-protobuf/' \
  -e OUT_FILE="./out" \
  -p 5170:5170 \
  ruby:2.7.1 sh -c 'bundle install && fluentd -c /opt/fluent-plugin-formatter-protobuf/fluent.conf'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.4.0 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.3.0 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.2.0 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.1.1 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.1.0 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.0.5 test/integration/run.sh
fluent-plugin-formatter-protobuf-0.0.4 test/integration/run.sh