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
56c57f50
Commit
56c57f50
authored
1 year ago
by
Scott Stroud
Browse files
Options
Downloads
Patches
Plain Diff
101223_App_Update
parent
c8b57dee
No related branches found
Branches containing commit
No related tags found
2 merge requests
!19
Development
,
!18
101223_App_Update
Pipeline
#2314406
passed
1 year ago
Stage: .pre
Stage: lint
Stage: secret-scan
Stage: os-type
Stage: pipeline-trigger
Pipeline: confluent-operator-2.9.x
#2314407
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-3
2 additions, 3 deletions
Dockerfile
with
2 additions
and
3 deletions
Dockerfile
+
2
−
3
View file @
56c57f50
...
...
@@ -21,7 +21,6 @@ COPY hardening_manifest.yaml /etc/confluent/ironbank/
## copy from dockerhub image
COPY
--from=base /licenses /licenses
COPY
--from=base /opt/manager /opt/manager
COPY
scripts/entrypoint.sh /entrypoint.sh
RUN
echo
"===> Dependency update"
\
...
...
@@ -32,7 +31,7 @@ RUN echo "===> Dependency update" \
&&
yum clean all
\
&&
rm
-rf
/tmp/
*
/var/cache/dnf
ENTRYPOINT
["/
entrypoint.sh
"]
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)
...
...
@@ -41,4 +40,4 @@ ENTRYPOINT ["/entrypoint.sh"]
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
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