Skip to content

Commit c38fd10

Browse files
author
Rick Broker
authored
Merge pull request #3 from zvercodebender/7.0
XLD 7.0
2 parents 4ab1636 + 71b3413 commit c38fd10

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Dockerfile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
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.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
613
ADD resources/deployit.conf /opt/xld/server/conf/deployit.conf
714
RUN /opt/xld/server/bin/run.sh -setup -reinitialize -force
815
ADD resources/supervisord.conf /etc/supervisord.conf

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Docker image that has XLD installed.
1818
# Supported tags #
1919

2020
* `latest`, `v6.2.1.1`
21+
* `v7.0.0.0-alpha1`
2122
* `v6.2.0.1`
2223
* `v6.1.0.1`
2324
* `v6.0.1.2`

0 commit comments

Comments
 (0)