Sha256: bdb1cd7f89eaedc40cbec57fcc7ad71fee8eaa0be5240277e40246c1f481e715

Contents?: true

Size: 423 Bytes

Versions: 14

Compression:

Stored size: 423 Bytes

Contents

FROM fluent/fluentd:v1.7-1

# Use root account to use apk
USER root

# below RUN includes plugins - you may customize including plugins as you wish
RUN apk add --no-cache --update --virtual .build-deps \
        sudo build-base ruby-dev git \
 && sudo gem install fluent-plugin-syslog \
 && sudo gem sources --clear-all \
 && apk del .build-deps \
 && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem

USER fluent

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fluent-plugin-syslog-0.1.18 Dockerfile
fluent-plugin-syslog-0.1.17 Dockerfile
fluent-plugin-syslog-0.1.16 Dockerfile
fluent-plugin-syslog-0.1.15 Dockerfile
fluent-plugin-syslog-0.1.14 Dockerfile
fluent-plugin-syslog-0.1.13 Dockerfile
fluent-plugin-syslog-0.1.12 Dockerfile
fluent-plugin-syslog-0.1.11 Dockerfile
fluent-plugin-syslog-0.1.10 Dockerfile
fluent-plugin-syslog-0.1.9 Dockerfile
fluent-plugin-syslog-0.1.8 Dockerfile
fluent-plugin-syslog-0.1.7 Dockerfile
fluent-plugin-syslog-0.1.6 Dockerfile
fluent-plugin-syslog-0.1.5 Dockerfile