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