Skip to content

Commit 0cc8bc9

Browse files
authored
Update Dockerfile
1 parent 84d244e commit 0cc8bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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 ${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
1818
ARG TARGET_DIR=dspace-installer
1919
WORKDIR /app
2020
# The dspace-installer directory will be written to /install

0 commit comments

Comments
 (0)