UNCLASSIFIED

Commit bf403321 authored by alexander.klepal's avatar alexander.klepal
Browse files

Merge branch 'VivekDev' into 'development'

added User

See merge request !11
parents a5826d71 ba0250db
Pipeline #90458 passed with stages
in 14 minutes and 10 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