Skip to content

Commit 89844e6

Browse files
authored
Merge pull request #27 from Embarcadero/12.2
Script update to 12.2 Athens
2 parents 46f281b + ce162a9 commit 89844e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:jammy as builder
44
ARG password=securepass
55

66
ENV PA_SERVER_PASSWORD=$password
7-
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/121/1211/LinuxPAServer23.0.tar.gz
7+
ENV PA_SERVER_URL=https://altd.embarcadero.com/releases/studio/23.0/122/LinuxPAServer23.0.tar.gz
88
ENV PA_SERVER_VERSION=23.0
99

1010
# Install build dependencies
@@ -54,4 +54,4 @@ EXPOSE 64211
5454
VOLUME ["/root/PAServer/scratch-dir"]
5555

5656
# Executes PAServer runner script
57-
ENTRYPOINT ["./paserver_docker.sh"]
57+
ENTRYPOINT ["./paserver_docker.sh"]

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
IMAGE_NAME="radstudio/paserver"
88
TAG_LATEST="latest"
99
TAG_VERSION="athens"
10-
TAG_NUMERIC="12.1.1"
10+
TAG_NUMERIC="12.2"
1111

1212
# Build the Docker image with the first tag
1313
docker build . \
@@ -21,4 +21,4 @@ docker tag "${IMAGE_NAME}:${TAG_LATEST}" "${IMAGE_NAME}:${TAG_VERSION}"
2121
docker tag "${IMAGE_NAME}:${TAG_LATEST}" "${IMAGE_NAME}:${TAG_NUMERIC}"
2222

2323
# Echo a success message
24-
echo "Docker image ${IMAGE_NAME} tagged with ${TAG_LATEST}, ${TAG_VERSION}, and ${TAG_NUMERIC}"
24+
echo "Docker image ${IMAGE_NAME} tagged with ${TAG_LATEST}, ${TAG_VERSION}, and ${TAG_NUMERIC}"

0 commit comments

Comments
 (0)