UNCLASSIFIED

Commit 40bc8ecd authored by Thomas Runyon's avatar Thomas Runyon
Browse files

updates from security findings

parent 73f56e15
Pipeline #119137 passed with stage
in 25 seconds
...@@ -29,6 +29,6 @@ RUN chmod +x /usr/bin/jq ...@@ -29,6 +29,6 @@ RUN chmod +x /usr/bin/jq
RUN gem install --force --local -N /tmp/ffi.gem RUN gem install --force --local -N /tmp/ffi.gem
RUN gem install --force --local -N /tmp/*.gem RUN gem install --force --local -N /tmp/*.gem
RUN yum remove -y make gcc gcc-c++ RUN yum remove -y make gcc gcc-c++ && dnf clean all && rm /usr/local/bundle/gems/kubeclient-4.6.0/test/config/external-key.rsa
USER fluent USER fluent
# master-project-template # OPA Collector
Project template for all Iron Bank container repositories. This image is used as part of [Big Bang Cluster Auditor](https://repo1.dsop.io/platform-one/big-bang/apps/core/cluster-auditor) to collect Kubernetes object information to insert into Elasticsearch.
\ No newline at end of file
#!/usr/bin/dumb-init /bin/sh
set -e
exec fluentd "$@"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment