Skip to content

Commit

Permalink
use constant instead of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
swachter committed May 10, 2021
1 parent c8e78ba commit 2f89083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/maven-jdk11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE="$CONTAINER_REGISTRY_REPO/openjdk"
ARG BASE_IMAGE="swachter/openjdk"
ARG BASE_IMAGE_VERSION="11.0.4.11"

FROM ${BASE_IMAGE}:${BASE_IMAGE_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion projects/maven-jdk11/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CONTAINER_PROJECT="maven"

# Base Image Dependency
BASE_IMAGE="$CONTAINER_REGISTRY_REPO/openjdk"
BASE_IMAGE="swachter/openjdk"
JDK_VERSION="11.0.11.0.9"
MAVEN_VERSION="3.6.3"
BASE_IMAGE_VERSION="${JDK_VERSION}-b${CIRCLE_BUILD_NUM}"
Expand Down
2 changes: 1 addition & 1 deletion projects/openjdk-11/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CONTAINER_PROJECT="openjdk"

# Base Image Dependency
BASE_IMAGE="$CONTAINER_REGISTRY_REPO/centos"
BASE_IMAGE="swachter/centos"
BASE_IMAGE_VERSION="8-b${CIRCLE_BUILD_NUM}"
BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%S%z")"

Expand Down

0 comments on commit 2f89083

Please sign in to comment.