Skip to content

Commit

Permalink
Update Dockerfiles to version 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed Nov 7, 2024
1 parent d194d94 commit 95b861e
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions xl-deploy/24.3/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -83,7 +83,7 @@ FROM amazonlinux:2

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/amazonlinux/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -87,7 +87,7 @@ FROM amazonlinux:2

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -83,7 +83,7 @@ FROM xebialabs/xl-centos:7-patch-v2.0

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/centos/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -87,7 +87,7 @@ FROM xebialabs/xl-centos:7-patch-v2.0

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/debian-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -88,7 +88,7 @@ FROM openjdk:17-jdk-slim-buster

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/debian-slim/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -92,7 +92,7 @@ FROM openjdk:17-jdk-slim-buster

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/redhat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -89,7 +89,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-17:latest

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/redhat/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -93,7 +93,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-17:latest

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/rhel7/rhel-atomic

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down Expand Up @@ -39,10 +39,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/rhel/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/rhel7/rhel-atomic

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down Expand Up @@ -39,10 +39,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -84,7 +84,7 @@ USER root

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions xl-deploy/24.3/ubuntu/Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ENV APP_ROOT=/opt/xebialabs \
APP_HOME=/opt/xebialabs/xl-deploy-server

# Install xl-deploy from zip file
COPY resources/xl-deploy-24.3.0-beta.7-server.zip /tmp
COPY resources/xl-deploy-24.3.0-server.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/xl-deploy-24.3.0-beta.7-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-beta.7-server ${APP_HOME} && \
unzip /tmp/xl-deploy-24.3.0-server.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/xl-deploy-24.3.0-server ${APP_HOME} && \
rm -fr ${APP_HOME}/serviceWrapper/ && \
rm ${APP_HOME}/bin/.wrapper-env* ${APP_HOME}/bin/install-service* ${APP_HOME}/bin/uninstall-service* && \
true
Expand Down Expand Up @@ -88,7 +88,7 @@ USER root

LABEL name="xebialabs/xl-deploy" \
vendor="Digital.ai" \
version="24.3.0-beta.7" \
version="24.3.0" \
release="1" \
summary="XL Deploy" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down

0 comments on commit 95b861e

Please sign in to comment.