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
s3
Commits
193ab130
Commit
193ab130
authored
Nov 30, 2020
by
Vivek Pranavamurthi
Browse files
added User
parent
31df3119
Pipeline
#90023
passed with stages
in 23 minutes and 54 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 @
193ab130
...
@@ -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"]
...
...
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