Skip to content
Snippets Groups Projects
Commit b6e1ed05 authored by Joshua David Akers's avatar Joshua David Akers
Browse files

[PLATFORM-2626] change user to non-root

parent 93e0ee15
Branches debug
1 merge request!23[PLATFORM-2626] change user to non-root
Pipeline #915802 passed with stages
in 44 seconds
......@@ -14,3 +14,5 @@ RUN curl -jksSL -o kubeseal.tgz https://github.com/bitnami-labs/sealed-secrets/r
tar -C /usr/local/bin -zxf ./kubeseal.tgz && \
yum -y erase tar gzip && \
yum -y clean all && rm -rf /var/cache
USER 1001:1001
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