Sha256: 5e8dd0c09cd1c8e2b6a7ad0598baf8f46adb8ac9ca8b5146b7970e6c0cc9ac68

Contents?: true

Size: 319 Bytes

Versions: 1

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:3.0.1 sh -c 'bundle install && fluentd -c /opt/fluent-plugin-formatter-protobuf/fluent.conf'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.5.0 test/integration/run.sh