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
C
Confluent
Confluent Component Operator
cp-server-connect-operator-5.5.x
Commits
ee782b58
Commit
ee782b58
authored
Mar 12, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'scottstroud-development-patch-22615' into 'development'
install diffutils See merge request
!8
parents
9b5fcfea
e4cd8b67
Pipeline
#228601
passed with stages
in 30 minutes and 54 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
ee782b58
...
...
@@ -22,7 +22,7 @@ COPY cp-server-connect-operator-5.5.3_caas.tar.gz /opt/caas/
RUN
cd
/usr/share/java/cc-base
&&
tar
-xvf
operator-5.5.3-plugins.tar.gz
&&
rm
operator-5.5.3-plugins.tar.gz
\
&&
cd
/opt/caas
&&
tar
-xvf
cp-server-connect-operator-5.5.3_caas.tar.gz
&&
rm
cp-server-connect-operator-5.5.3_caas.tar.gz
\
&&
yum
install
-y
openssl findutils
&&
yum clean all
&&
mkdir
-p
"
${
CONNECT_LOG4J_DIR
}
"
"
${
CONNECT_SECRETS_DIR
}
"
"
${
CONNECT_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
/jars"
\
&&
yum
install
-y
openssl findutils
diffutils
&&
yum clean all
&&
mkdir
-p
"
${
CONNECT_LOG4J_DIR
}
"
"
${
CONNECT_SECRETS_DIR
}
"
"
${
CONNECT_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
/jars"
\
&&
chmod
-R
ag+w
"
${
CONNECT_LOG4J_DIR
}
"
"
${
CONNECT_SECRETS_DIR
}
"
"
${
CONNECT_CONFIG_DIR
}
"
"/opt"
CMD
["/opt/caas/bin/run"]
...
...
@@ -30,4 +30,4 @@ CMD ["/opt/caas/bin/run"]
HEALTHCHECK
--start-period=120s --interval=5s --timeout=10s --retries=96 \
CMD /opt/caas/bin/ensure
USER
1001
\ No newline at end of file
USER
1001
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