UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update Dockerfile

Closed Scott Stroud requested to merge scottstroud-development-patch-69568 into development
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -30,6 +30,8 @@ RUN echo "===> Dependency update" \
&& yum clean all \
&& rm -rf /tmp/* /var/cache/dnf
ENTRYPOINT ["/opt/manager"]
# Polling period : 5 seconds
# Timeout period : 2 seconds (if the polling does not return within this time, treat as a failed poll)
# Retry period : 25 sec (after which container is deemed unhealthy)
@@ -37,4 +39,4 @@ RUN echo "===> Dependency update" \
HEALTHCHECK --interval=5s --timeout=2s --retries=5 \
CMD curl --fail --silent --output /dev/null http://localhost:8080/readyz || exit 1
USER 1001
\ No newline at end of file
USER 1001
Loading