|
@@ -13,7 +13,8 @@ ENV PATH=$CATALINA_HOME/bin:$PATH \
|
|
APPNET=labnetwork
|
|
APPNET=labnetwork
|
|
EXPOSE 8091 8080 8009 2551
|
|
EXPOSE 8091 8080 8009 2551
|
|
HEALTHCHECK --start-period=300s --interval=15s --timeout=5s --retries=2 CMD /opt/healthcheck.sh
|
|
HEALTHCHECK --start-period=300s --interval=15s --timeout=5s --retries=2 CMD /opt/healthcheck.sh
|
|
-ARG repo=prod version=16.1
|
|
|
|
|
|
+ARG repo=prod
|
|
|
|
+ARG version=16.1
|
|
|
|
|
|
RUN set -x \
|
|
RUN set -x \
|
|
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-${version}.repo -o /etc/yum.repos.d/sds-${repo}-${version}.repo \
|
|
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-${version}.repo -o /etc/yum.repos.d/sds-${repo}-${version}.repo \
|