Skip to content

Commit

Permalink
Update Dockerfiles to version 24.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed May 3, 2024
1 parent 998f03e commit a9eafa6
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.0-rc.2-linux-amd64.bin /tmp
COPY resources/xl-client-24.1.0-rc.3-linux-amd64.bin /tmp

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

Expand All @@ -29,7 +29,7 @@ MAINTAINER XebiaLabs Development <docker@xebialabs.com>
LABEL name="xebialabs/xl-client" \
maintainer="docker@xebialabs.com" \
vendor="XebiaLabs" \
version="24.1.0-rc.2" \
version="24.1.0-rc.3" \
release="1" \
summary="XL Client" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down

0 comments on commit a9eafa6

Please sign in to comment.