Skip to content

Commit

Permalink
Update Dockerfiles to version 24.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed Jul 9, 2024
1 parent 2709d20 commit 94b641a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xl-client/24.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ 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.3-linux-amd64.bin /tmp
COPY resources/xl-client-24.1.4-linux-amd64.bin /tmp

RUN mkdir -p ${APP_HOME} && \
mv /tmp/xl-client-24.1.3-linux-amd64.bin ${APP_HOME}/xl && \
mv /tmp/xl-client-24.1.4-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.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} && \
wget -O /tmp/xl-op-blueprints-24.1.4.zip https://nexus.xebialabs.com/nexus/content/repositories/digitalai-public/ai/digital/xlclient/blueprints/xl-op-blueprints/24.1.4/xl-op-blueprints-24.1.4.zip && \
unzip -o /tmp/xl-op-blueprints-24.1.4.zip -d ${XL_OP_BLUEPRINTS_HOME} && \
chgrp -R 0 ${XL_OP_BLUEPRINTS_HOME} && \
chmod -R g=u ${XL_OP_BLUEPRINTS_HOME}

Expand All @@ -27,7 +27,7 @@ FROM alpine:3.19

LABEL name="xebialabs/xl-client" \
vendor="Digital.ai" \
version="24.1.3" \
version="24.1.4" \
release="1" \
summary="XL Client" \
description="Remote control your XebiaLabs DevOps Platform!" \
Expand Down

0 comments on commit 94b641a

Please sign in to comment.