Skip to content

Commit de908c3

Browse files
author
Rick Broker
committed
Update for XLD 6.2
1 parent 9911bc6 commit de908c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM openjdk:jre-alpine
22
MAINTAINER XebiaLabs "[email protected]"
33
RUN apk update && apk add supervisor wget
4-
RUN wget -O /tmp/xl-deploy-trial-server.zip https://dist.xebialabs.com/xl-deploy-trial-server.zip && mkdir -p /opt/xld && unzip /tmp/xl-deploy-trial-server.zip -d /opt/xld && mv /opt/xld/xl-deploy-6.1.0-server /opt/xld/server && rm -rf /tmp/xl-deploy-trial-server.zip
5-
RUN wget -O /tmp/xl-deploy-trial-cli.zip https://dist.xebialabs.com/xl-deploy-trial-cli.zip && unzip /tmp/xl-deploy-trial-cli.zip -d /opt/xld && mv /opt/xld/xl-deploy-6.1.0-cli /opt/xld/cli && rm -rf /tmp/xl-deploy-trial-cli.zip
4+
RUN wget -O /tmp/xl-deploy-trial-server.zip https://dist.xebialabs.com/xl-deploy-trial-server.zip && mkdir -p /opt/xld && unzip /tmp/xl-deploy-trial-server.zip -d /opt/xld && mv /opt/xld/xl-deploy-6.2.0-server /opt/xld/server && rm -rf /tmp/xl-deploy-trial-server.zip
5+
RUN wget -O /tmp/xl-deploy-trial-cli.zip https://dist.xebialabs.com/xl-deploy-trial-cli.zip && unzip /tmp/xl-deploy-trial-cli.zip -d /opt/xld && mv /opt/xld/xl-deploy-6.2.0-cli /opt/xld/cli && rm -rf /tmp/xl-deploy-trial-cli.zip
66
ADD resources/deployit.conf /opt/xld/server/conf/deployit.conf
77
RUN /opt/xld/server/bin/run.sh -setup -reinitialize -force
88
ADD resources/supervisord.conf /etc/supervisord.conf

0 commit comments

Comments
 (0)