File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ ARG JDK_VERSION=17
1010ARG 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 ${DOCKER_REGISTRY}/dspace /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
17+ # FROM techlib/dspace-dependencies:${DSPACE_VERSION} AS build
1818ARG TARGET_DIR=dspace-installer
1919WORKDIR /app
2020# The dspace-installer directory will be written to /install
You can’t perform that action at this time.
0 commit comments