Domino update to 9.0.1.9, Traveler updated to 9.0.1.20

This commit is contained in:
Deon George 2017-12-12 22:27:08 +11:00
parent 709e692a76
commit 8bc4e40d19
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ stages:
- build
variables:
VERSION: 9.0.1.8-9.0.1.18
VERSION: 9.0.1.9-9.0.1.20
CACHETAG: build
DOCKER_REGISTRY: registry.leenooks.net
DOCKER_HOST: tcp://${DOCKER_REGISTRY}-leenooks-ci-docker:2375

View File

@ -1,5 +1,5 @@
# NAME leenooks/domino
# VERSION 9.0.1.8-9.0.1.18
# VERSION 9.0.1.9-9.0.1.20
FROM registry.leenooks.net/leenooks/base:7
@ -10,13 +10,13 @@ RUN groupadd -g 201 servers && useradd -u 202 -g 201 notes
COPY response.dat response-fp.dat /tmp/
RUN mkdir /tmp/domino && df && \
cd /tmp/domino && curl -SL http://yum.leenooks.net/docker/domino/9.0.1 | tar xf - && cd /tmp/domino/linux64/domino && ./install -silent -options /tmp/response.dat && df && \
cd /tmp/domino && curl -SL http://yum.leenooks.net/docker/domino/9.0.1.8 | tar xf - && cd /tmp/domino/linux64/domino && NUI_NOTESDIR=/opt/ibm/domino ./install -script /tmp/response-fp.dat && rm -rf /tmp/* && df
cd /tmp/domino && curl -SL http://yum.leenooks.net/docker/domino/9.0.1.9 | tar xf - && cd /tmp/domino/linux64/domino && NUI_NOTESDIR=/opt/ibm/domino ./install -script /tmp/response-fp.dat && rm -rf /tmp/* && df
# TRAVELLER
COPY response-tvl.dat /tmp/
RUN mkdir /tmp/domino && cd /tmp/domino && \
curl -SL http://yum.leenooks.net/docker/traveler/9.0.1.18 | tar xzf - && ./TravelerSetup -f /tmp/response-tvl.dat -i SILENT -l en && rm -rf /tmp/* && df
# curl -SL http://yum.leenooks.net/docker/traveler/9.0.1.8 | tar xzf - && ./TravelerSetup -f /tmp/response-tvl.dat -i SILENT -l en && \
curl -SL http://yum.leenooks.net/docker/traveler/9.0.1.18 | tar xzf - && ./TravelerSetup -f /tmp/response-tvl.dat -i SILENT -l en && \
curl -SL http://yum.leenooks.net/docker/traveler/9.0.1.20 | tar xzf - && ./TravelerSetup -f /tmp/response-tvl.dat -i SILENT -l en && rm -rf /tmp/* && df
COPY domino.sh /usr/local/sbin/
EXPOSE 25 80 110 143 443 465 993 995 1352