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-zookeeper-operator-5.5.x
Commits
593f8631
Commit
593f8631
authored
Mar 12, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'scottstroud-development-patch-91048' into 'development'
installing diffutils See merge request
!7
parents
0fbabb97
61ce655e
Pipeline
#208546
passed with stages
in 17 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 @
593f8631
...
@@ -23,7 +23,7 @@ COPY cp-zookeeper-operator-5.5.3_caas.tar.gz /opt/caas/
...
@@ -23,7 +23,7 @@ COPY cp-zookeeper-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
\
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-zookeeper-operator-5.5.3_caas.tar.gz
&&
rm
cp-zookeeper-operator-5.5.3_caas.tar.gz
\
&&
cd
/opt/caas
&&
tar
-xvf
cp-zookeeper-operator-5.5.3_caas.tar.gz
&&
rm
cp-zookeeper-operator-5.5.3_caas.tar.gz
\
&&
yum
install
-y
openssl findutils
&&
yum clean all
&&
mkdir
-p
"
${
ZOOKEEPER_DATA_DIR
}
"
"
${
ZOOKEEPER_LOG4J_DIR
}
"
"
${
ZOOKEEPER_LOG_DIR
}
"
"
${
ZOOKEEPER_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
\
&&
yum
install
-y
openssl findutils
diffutils
&&
yum clean all
&&
mkdir
-p
"
${
ZOOKEEPER_DATA_DIR
}
"
"
${
ZOOKEEPER_LOG4J_DIR
}
"
"
${
ZOOKEEPER_LOG_DIR
}
"
"
${
ZOOKEEPER_CONFIG_DIR
}
"
"
${
COMPONENT_SCRIPT_DIR
}
/
${
COMPONENT
}
"
\
&&
chmod
-R
ag+w
"
${
ZOOKEEPER_LOG4J_DIR
}
"
"
${
ZOOKEEPER_LOG_DIR
}
"
"
${
ZOOKEEPER_CONFIG_DIR
}
"
"
$ZOOKEEPER_DATA_DIR
"
"/opt"
&&
chmod
-R
ag+w
"
${
ZOOKEEPER_LOG4J_DIR
}
"
"
${
ZOOKEEPER_LOG_DIR
}
"
"
${
ZOOKEEPER_CONFIG_DIR
}
"
"
$ZOOKEEPER_DATA_DIR
"
"/opt"
CMD
["/opt/caas/bin/run"]
CMD
["/opt/caas/bin/run"]
...
@@ -36,4 +36,4 @@ CMD ["/opt/caas/bin/run"]
...
@@ -36,4 +36,4 @@ CMD ["/opt/caas/bin/run"]
HEALTHCHECK
--start-period=120s --interval=5s --timeout=10s --retries=96 \
HEALTHCHECK
--start-period=120s --interval=5s --timeout=10s --retries=96 \
CMD /usr/bin/zookeeper-shell localhost:2181 ls / || exit 1
CMD /usr/bin/zookeeper-shell localhost:2181 ls / || exit 1
USER
1001
USER
1001
\ No newline at end of file
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