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
3d39f865
Commit
3d39f865
authored
1 year ago
by
Scott Stroud
Browse files
Options
Downloads
Patches
Plain Diff
script added
parent
3e907934
No related branches found
Branches containing commit
No related tags found
2 merge requests
!16
Development
,
!15
script added
Pipeline
#2020685
passed
1 year ago
Stage: .pre
Stage: lint
Stage: secret-scan
Stage: os-type
Stage: pipeline-trigger
Pipeline: confluent-operator-2.9.x
#2020689
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
scripts/entrypoint.sh
+3
-0
3 additions, 0 deletions
scripts/entrypoint.sh
with
6 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
3d39f865
...
...
@@ -22,6 +22,8 @@ COPY hardening_manifest.yaml /etc/confluent/ironbank/
COPY
--from=base /licenses /licenses
COPY
--from=base /opt/manager /opt/manager
COPY
scripts/entrypoint.sh /entrypoint.sh
RUN
echo
"===> Dependency update"
\
&&
dnf update
-y
--nodocs
\
&&
chmod
gu-s /usr/bin/write
\
...
...
@@ -30,7 +32,7 @@ RUN echo "===> Dependency update" \
&&
yum clean all
\
&&
rm
-rf
/tmp/
*
/var/cache/dnf
ENTRYPOINT
["/
opt/manager
"]
ENTRYPOINT
["/
entrypoint.sh
"]
# Polling period : 5 seconds
# Timeout period : 2 seconds (if the polling does not return within this time, treat as a failed poll)
...
...
This diff is collapsed.
Click to expand it.
scripts/entrypoint.sh
0 → 100755
+
3
−
0
View file @
3d39f865
#!/bin/bash
/opt/manager
\ 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