UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
confluent-operator-2.9.x
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
Confluent
confluentinc
confluent-operator-2.9.x
Commits
db4ccab1
Commit
db4ccab1
authored
1 year ago
by
Scott Stroud
Browse files
Options
Downloads
Patches
Plain Diff
tweak
parent
44500b04
No related branches found
Branches containing commit
No related tags found
2 merge requests
!12
Development
,
!11
2.6.0
Pipeline
#1784996
passed
1 year ago
Stage: .pre
Stage: lint
Stage: secret-scan
Stage: os-type
Stage: pipeline-trigger
Pipeline: confluent-operator-2.9.x
#1784998
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-5
8 additions, 5 deletions
Dockerfile
with
8 additions
and
5 deletions
Dockerfile
+
8
−
5
View file @
db4ccab1
...
...
@@ -30,8 +30,11 @@ RUN echo "===> Dependency update" \
&&
yum clean all
\
&&
rm
-rf
/tmp/
*
/var/cache/dnf
ENTRYPOINT
["/opt/manager"]
HEALTHCHECK
--interval=5s --timeout=5s --retries=5 CMD /bin/bash -c "ls /opt/manager"
USER
1001
# 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)
# All settings can be overriden at run-time in Docker/Docker Compose.
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment