Skip to content

Commit

Permalink
Update Dockerfiles to version 24.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed Dec 2, 2024
1 parent d5f5878 commit 52b01cd
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 48 deletions.
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -69,7 +69,7 @@ FROM amazonlinux:2

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -71,7 +71,7 @@ FROM amazonlinux:2

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -69,7 +69,7 @@ FROM xebialabs/xl-centos:7-patch-v2.0

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -71,7 +71,7 @@ FROM xebialabs/xl-centos:7-patch-v2.0

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -74,7 +74,7 @@ FROM openjdk:17-jdk-slim-buster

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -76,7 +76,7 @@ FROM openjdk:17-jdk-slim-buster

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -75,7 +75,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-17:latest

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -77,7 +77,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-17:latest

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -70,7 +70,7 @@ USER root

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down
8 changes: 4 additions & 4 deletions deploy-task-engine/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/deploy-task-engine

# Install deploy-task-engine from zip file
COPY resources/deploy-task-engine-24.3.1.zip /tmp
COPY resources/deploy-task-engine-24.3.2.zip /tmp
RUN mkdir -p ${APP_ROOT} && \
unzip /tmp/deploy-task-engine-24.3.1.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.1 ${APP_HOME} && \
unzip /tmp/deploy-task-engine-24.3.2.zip -d ${APP_ROOT} && \
mv ${APP_ROOT}/deploy-task-engine-24.3.2 ${APP_HOME} && \
true

# Create directories for external drivers
Expand Down Expand Up @@ -72,7 +72,7 @@ USER root

LABEL name="xebialabs/deploy-task-engine" \
vendor="Digital.ai" \
version="24.3.1" \
version="24.3.2" \
release="1" \
summary="Deploy Worker" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down

0 comments on commit 52b01cd

Please sign in to comment.