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
O
Opensource
kubernetes
ingress-nginx
Commits
dbfd6990
Commit
dbfd6990
authored
Jun 08, 2021
by
Matt Vasquez
Browse files
Add healthcheck
parent
cd3d2db8
Pipeline
#304341
passed with stages
in 8 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+3
-1
No files found.
Dockerfile
View file @
dbfd6990
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/opensource/nginx/nginx
ARG
BASE_TAG=1.20.1
...
...
@@ -23,6 +23,8 @@ COPY --from=base --chown=nginx:nginx /usr/bin/dumb-init /usr/bin/dumb-init
USER
nginx
HEALTHCHECK
--start-period=60s CMD /nginx-ingress-controller --version
ENTRYPOINT
["/usr/bin/dumb-init", "--"]
CMD
["/nginx-ingress-controller"]
\ No newline at end of file
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