UNCLASSIFIED

Commit 193ab130 authored by Vivek Pranavamurthi's avatar Vivek Pranavamurthi
Browse files

added User

parent 31df3119
Pipeline #90023 passed with stages
in 23 minutes and 54 seconds
...@@ -16,6 +16,10 @@ LABEL name="aws-controllers-k8s" \ ...@@ -16,6 +16,10 @@ LABEL name="aws-controllers-k8s" \
description="Configure to use AWS controllers for integrated services" description="Configure to use AWS controllers for integrated services"
COPY --from=builder /bin/controller /bin/ COPY --from=builder /bin/controller /bin/
RUN groupadd -r awscontrollersk8suser && \
useradd -r -g awscontrollersk8suser awscontrollersk8suser
USER awscontrollersk8suser
ENTRYPOINT ["/bin/controller"] ENTRYPOINT ["/bin/controller"]
......
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