Sha256: b4d36bd721cc098fde78ec49cbd5cb53fde81a053760af8856bd3ae63baed38b

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

FROM ruby:latest
RUN mkdir /unomaly
COPY ./ unomaly
WORKDIR /unomaly
RUN bundle install
RUN bundle exec rake test
RUN gem build fluent-plugin-unomaly.gemspec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-unomaly-0.1.10 Dockerfile
fluent-plugin-unomaly-0.1.8 Dockerfile
fluent-plugin-unomaly-0.1.6 Dockerfile
fluent-plugin-unomaly-0.1.5 Dockerfile
fluent-plugin-unomaly-0.1.4 Dockerfile
fluent-plugin-unomaly-0.1.3 Dockerfile
fluent-plugin-unomaly-0.1.2 Dockerfile