Skip to content

Commit 65ebe68

Browse files
authored
Update Dockerfile.cli
1 parent 5c374f9 commit 65ebe68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile.cli

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ ARG JDK_VERSION=17
1010
ARG DSPACE_VERSION=latest
1111
# The Docker registry to use for DSpace images. Defaults to "docker.io"
1212
# NOTE: non-DSpace images are hardcoded to use "docker.io" and are not impacted by this build argument
13-
# ARG DOCKER_REGISTRY=docker.io
13+
ARG DOCKER_REGISTRY=ghcr.io
1414

1515
# Step 1 - Run Maven Build
16-
# FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
17-
FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
16+
FROM ${DOCKER_REGISTRY}/techlib/dspace-dependencies:${DSPACE_VERSION} AS build
1817
ARG TARGET_DIR=dspace-installer
1918
WORKDIR /app
2019
# The dspace-installer directory will be written to /install

0 commit comments

Comments
 (0)