UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
A
aws
aws-controllers-k8s
apigatewayv2
Commits
bf403321
Commit
bf403321
authored
Nov 30, 2020
by
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
bf403321
...
@@ -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"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment