File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM openjdk:jre-alpine
2
2
MAINTAINER XebiaLabs
"[email protected] "
3
3
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
6
6
ADD resources/deployit.conf /opt/xld/server/conf/deployit.conf
7
7
RUN /opt/xld/server/bin/run.sh -setup -reinitialize -force
8
8
ADD resources/supervisord.conf /etc/supervisord.conf
You can’t perform that action at this time.
0 commit comments