Skip to content

Commit

Permalink
Update Dockerfiles to version 24.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed Jun 12, 2024
1 parent c0cf1a7 commit 255b1d1
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions xl-client/24.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,30 @@ ENV USER_UID=10001 APP_ROOT=/opt/xebialabs
ENV APP_HOME=${APP_ROOT}/xl-client
ENV XL_OP_BLUEPRINTS_HOME=${APP_ROOT}/xl-op-blueprints

COPY resources/xl-client-24.1.2-linux-amd64.bin /tmp
COPY resources/xl-client-24.1.3-linux-amd64.bin /tmp

RUN mkdir -p ${APP_HOME} && \
mv /tmp/xl-client-24.1.2-linux-amd64.bin ${APP_HOME}/xl && \
mv /tmp/xl-client-24.1.3-linux-amd64.bin ${APP_HOME}/xl && \
chgrp -R 0 ${APP_ROOT} && \
chmod -R g=u ${APP_ROOT} && \
chmod +x ${APP_HOME}/xl

RUN mkdir -p ${XL_OP_BLUEPRINTS_HOME} && \
wget -O /tmp/xl-op-blueprints-24.1.2.zip https://nexus.xebialabs.com/nexus/content/repositories/digitalai-public/ai/digital/xlclient/blueprints/xl-op-blueprints/24.1.2/xl-op-blueprints-24.1.2.zip && \
unzip -o /tmp/xl-op-blueprints-24.1.2.zip -d ${XL_OP_BLUEPRINTS_HOME} && \
wget -O /tmp/xl-op-blueprints-24.1.3.zip https://nexus.xebialabs.com/nexus/content/repositories/digitalai-public/ai/digital/xlclient/blueprints/xl-op-blueprints/24.1.3/xl-op-blueprints-24.1.3.zip && \
unzip -o /tmp/xl-op-blueprints-24.1.3.zip -d ${XL_OP_BLUEPRINTS_HOME} && \
chgrp -R 0 ${XL_OP_BLUEPRINTS_HOME} && \
chmod -R g=u ${XL_OP_BLUEPRINTS_HOME}

FROM alpine:3.19

MAINTAINER XebiaLabs Development <[email protected]>

LABEL name="xebialabs/xl-client" \
maintainer="[email protected]" \
vendor="XebiaLabs" \
version="24.1.2" \
vendor="Digital.ai" \
version="24.1.3" \
release="1" \
summary="XL Client" \
description="Enterprise-scale Application Release Automation for any environment" \
url="https://www.xebialabs.com/xl-client"
description="Remote control your XebiaLabs DevOps Platform!" \
url=""

ENV USER_UID=10001 APP_ROOT=/opt/xebialabs
ENV APP_HOME=${APP_ROOT}/xl-client
Expand Down

0 comments on commit 255b1d1

Please sign in to comment.