UNCLASSIFIED

Commit 239c416e authored by Vivek Pranavamurthi's avatar Vivek Pranavamurthi
Browse files

added User

parent 7a528c1b
Pipeline #90410 passed with stages
in 15 minutes and 19 seconds
File added
...@@ -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: ecr-v0.01" description="Configure to use AWS controllers for integrated services: ecr-v0.01"
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