Skip to content

Commit

Permalink
Merge pull request #27 from Embarcadero/12.2
Browse files Browse the repository at this point in the history
Script update to 12.2 Athens
  • Loading branch information
checkdigits authored Sep 16, 2024
2 parents 46f281b + ce162a9 commit 89844e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:jammy as builder
ARG password=securepass

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

# Install build dependencies
Expand Down Expand Up @@ -54,4 +54,4 @@ EXPOSE 64211
VOLUME ["/root/PAServer/scratch-dir"]

# Executes PAServer runner script
ENTRYPOINT ["./paserver_docker.sh"]
ENTRYPOINT ["./paserver_docker.sh"]
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
IMAGE_NAME="radstudio/paserver"
TAG_LATEST="latest"
TAG_VERSION="athens"
TAG_NUMERIC="12.1.1"
TAG_NUMERIC="12.2"

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

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

0 comments on commit 89844e6

Please sign in to comment.