UNCLASSIFIED

Commit ba0250db authored by Vivek Pranavamurthi's avatar Vivek Pranavamurthi
Browse files

added User

parent 226807df
Pipeline #90267 passed with stages
in 18 minutes and 32 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: apigatewayv2-v0.0.1" description="Configure to use AWS controllers for integrated services: apigatewayv2-v0.0.1"
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