Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Specific gem plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
George Angel committed Dec 12, 2016
1 parent 0757043 commit e84b052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM fluent/fluentd:v0.12-latest
USER root
RUN \
apk --update add build-base ruby-dev curl && \
gem install --no-document fluent-plugin-out-http-ext && \
gem install --no-document fluent-plugin-kubernetes_metadata_filter && \
gem install --no-document fluent-plugin-out-http-ext -v 0.1.9 && \
gem install --no-document fluent-plugin-kubernetes_metadata_filter -v 0.26.2 && \
curl -s https://curl.haxx.se/ca/cacert.pem -o "$(ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE')" && \
apk del build-base ruby-dev curl && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/*
Expand Down

0 comments on commit e84b052

Please sign in to comment.