File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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.2.1-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.1-cli /opt/xld/cli && rm -rf /tmp/xl-deploy-trial-cli.zip
4
+ RUN wget -O /tmp/xl-deploy-trial-server.zip https://xebialabs.box.com/shared/static/m6j4gjwmbbyhcoh9k0gtdvlpofkqjsvm.zip && \
5
+ mkdir -p /opt/xld && unzip /tmp/xl-deploy-trial-server.zip -d /opt/xld && \
6
+ mv /opt/xld/xl-deploy-7.0*-server /opt/xld/server && \
7
+ rm -rf /tmp/xl-deploy-trial-server.zip
8
+ RUN wget -O /tmp/xl-deploy-trial-cli.zip https://xebialabs.box.com/shared/static/cklxajw4a4jhupywcnhpsv350slgy3l3.zip && \
9
+ mkdir -p /opt/xld && \
10
+ unzip /tmp/xl-deploy-trial-cli.zip -d /opt/xld && \
11
+ mv /opt/xld/xl-deploy-7.0*-cli /opt/xld/cli && \
12
+ rm -rf /tmp/xl-deploy-trial-cli.zip
6
13
ADD resources/deployit.conf /opt/xld/server/conf/deployit.conf
7
14
RUN /opt/xld/server/bin/run.sh -setup -reinitialize -force
8
15
ADD resources/supervisord.conf /etc/supervisord.conf
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Docker image that has XLD installed.
18
18
# Supported tags #
19
19
20
20
* ` latest ` , ` v6.2.1.1 `
21
+ * ` v7.0.0.0-alpha1 `
21
22
* ` v6.2.0.1 `
22
23
* ` v6.1.0.1 `
23
24
* ` v6.0.1.2 `
You can’t perform that action at this time.
0 commit comments