We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c374f9 commit 65ebe68Copy full SHA for 65ebe68
Dockerfile.cli
@@ -10,11 +10,10 @@ ARG JDK_VERSION=17
10
ARG DSPACE_VERSION=latest
11
# The Docker registry to use for DSpace images. Defaults to "docker.io"
12
# NOTE: non-DSpace images are hardcoded to use "docker.io" and are not impacted by this build argument
13
-# ARG DOCKER_REGISTRY=docker.io
+ARG DOCKER_REGISTRY=ghcr.io
14
15
# Step 1 - Run Maven Build
16
-# FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
17
-FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
+FROM ${DOCKER_REGISTRY}/techlib/dspace-dependencies:${DSPACE_VERSION} AS build
18
ARG TARGET_DIR=dspace-installer
19
WORKDIR /app
20
# The dspace-installer directory will be written to /install
0 commit comments