UNCLASSIFIED

Commit e71da27d authored by Scott Stroud's avatar Scott Stroud
Browse files

Update Dockerfile

parent bf028a51
Pipeline #189449 passed with stages
in 11 minutes and 24 seconds
......@@ -20,7 +20,7 @@ COPY cp-enterprise-control-center-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-enterprise-control-center-operator-5.5.3_caas.tar.gz && rm cp-enterprise-control-center-operator-5.5.3_caas.tar.gz \
&& yum install -y openssl findutils && yum clean all && mkdir -p "${CONTROL_CENTER_DATA_DIR}" "${CONTROL_CENTER_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" \
&& yum install -y openssl findutils diffutils && yum clean all && mkdir -p "${CONTROL_CENTER_DATA_DIR}" "${CONTROL_CENTER_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" \
&& chmod -R ag+w "${CONTROL_CENTER_DATA_DIR}" "${CONTROL_CENTER_CONFIG_DIR}" "/opt"
CMD ["/opt/caas/bin/run"]
......@@ -33,4 +33,4 @@ CMD ["/opt/caas/bin/run"]
HEALTHCHECK --start-period=120s --interval=5s --timeout=10s --retries=96 \
CMD curl --fail http://localhost:9021/ || exit 1
USER 1001
\ No newline at end of file
USER 1001
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment