Skip to content

Commit

Permalink
11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LODYGENSKY Oleg committed Nov 20, 2017
1 parent 2744128 commit 62be849
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL description="This creates a Docker image for the XWHEP client"

EXPOSE 4327

ENV XWVERSION "11.4.0"
ENV XWVERSION "11.4.1"


RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docker/master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LABEL version="0.4"
LABEL description="This downloads and compiles XWHEP server"
EXPOSE 4321 4322 4323 443

ENV XWVERSION "11.4.0"
ENV XWVERSION "11.4.1"

# next is only to check file is present
# before getting time to apt-get update etc.
Expand Down
16 changes: 8 additions & 8 deletions docker/master/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ while ( true ) ; do
done


docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.0/xwhep-server-11.4.0.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.0/xwhep-server-conf-11.4.0.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.0/xwhep-worker-11.4.0.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.0/xwhep-client-11.4.0.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.1/xwhep-server-11.4.1.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.1/xwhep-server-conf-11.4.1.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.1/xwhep-worker-11.4.1.deb ${ROOTDIR}
docker cp ${CONTAINERNAME}:/xwhep/xtremweb-hep-master/build/dist/xwhep-11.4.1/xwhep-client-11.4.1.deb ${ROOTDIR}

docker kill ${CONTAINERNAME}
docker rm ${CONTAINERNAME}
Expand All @@ -174,10 +174,10 @@ cat << EOF_INFO
=================
You can now create and start worker & client containers.
Please open another terminal and copy :
- ${ROOTDIR}/xwhep-server-11.4.0.deb to docker/server/ and build the worker container
- ${ROOTDIR}/xwhep-server-conf-11.4.0.deb to docker/server/ and build the worker container
- ${ROOTDIR}/xwhep-worker-11.4.0.deb to docker/worker/ and build the worker container
- ${ROOTDIR}/xwhep-client-11.4.0.deb to docker/client/ and build the client container
- ${ROOTDIR}/xwhep-server-11.4.1.deb to docker/server/ and build the worker container
- ${ROOTDIR}/xwhep-server-conf-11.4.1.deb to docker/server/ and build the worker container
- ${ROOTDIR}/xwhep-worker-11.4.1.deb to docker/worker/ and build the worker container
- ${ROOTDIR}/xwhep-client-11.4.1.deb to docker/client/ and build the client container
=================
EOF_INFO
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL "author"="Oleg Lodygensky"
LABEL version="0.4"
LABEL description="This creates a Docker image for the XWHEP server"
EXPOSE 4321 4322 4323 443
ENV XWVERSION "11.4.0"
ENV XWVERSION "11.4.1"

ADD . /xwhep
WORKDIR /xwhep
Expand Down
2 changes: 1 addition & 1 deletion docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL version="0.3"
LABEL description="This creates a Docker image for the XWHEP worker"
EXPOSE 4324 443

ENV XWVERSION "11.4.0"
ENV XWVERSION "11.4.1"


#
Expand Down
4 changes: 2 additions & 2 deletions misc/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@



<title>XtremWeb-HEP 11.4.0</title>
<title>XtremWeb-HEP 11.4.1</title>


<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -72,7 +72,7 @@
class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.xtremweb-hep.org/">
XtremWeb-HEP 11.4.0
XtremWeb-HEP 11.4.1
</a>
</div>

Expand Down

0 comments on commit 62be849

Please sign in to comment.