-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfiles to version 23.3.0-rc.2
- Loading branch information
XebiaLabsCI
committed
Oct 5, 2023
1 parent
2338e48
commit cb39d0c
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ RUN apk add --no-cache gawk unzip curl busybox-extras | |
ENV USER_UID=10001 APP_ROOT=/opt/xebialabs | ||
ENV APP_HOME=${APP_ROOT}/xl-client | ||
|
||
COPY resources/xl-client-23.3.0-rc.1-linux-amd64.bin /tmp | ||
COPY resources/xl-client-23.3.0-rc.2-linux-amd64.bin /tmp | ||
|
||
RUN mkdir -p ${APP_HOME} && \ | ||
mv /tmp/xl-client-23.3.0-rc.1-linux-amd64.bin ${APP_HOME}/xl && \ | ||
mv /tmp/xl-client-23.3.0-rc.2-linux-amd64.bin ${APP_HOME}/xl && \ | ||
chgrp -R 0 ${APP_ROOT} && \ | ||
chmod -R g=u ${APP_ROOT} && \ | ||
chmod +x ${APP_HOME}/xl | ||
|
@@ -22,7 +22,7 @@ MAINTAINER XebiaLabs Development <[email protected]> | |
LABEL name="xebialabs/xl-client" \ | ||
maintainer="[email protected]" \ | ||
vendor="XebiaLabs" \ | ||
version="23.3.0-rc.1" \ | ||
version="23.3.0-rc.2" \ | ||
release="1" \ | ||
summary="XL Client" \ | ||
description="Enterprise-scale Application Release Automation for any environment" \ | ||
|