File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 33#
44# - note: default tag for branch: dspace/dspace: dspace/dspace:dspace-7_x
55
6- # This Dockerfile uses JDK11 by default, but has also been tested with JDK17.
7- # To build with JDK17, use "--build-arg JDK_VERSION=17"
8- ARG JDK_VERSION=11
6+ ARG JDK_VERSION=17
97# The Docker version tag to build from
108ARG DSPACE_VERSION=dspace-7_x
119# The Docker registry to use for DSpace images. Defaults to "docker.io"
Original file line number Diff line number Diff line change 33#
44# - note: default tag for branch: dspace/dspace-cli: dspace/dspace-cli:dspace-7_x
55
6- # This Dockerfile uses JDK11 by default, but has also been tested with JDK17.
7- # To build with JDK17, use "--build-arg JDK_VERSION=17"
8- ARG JDK_VERSION=11
6+ ARG JDK_VERSION=17
97# The Docker version tag to build from
108ARG DSPACE_VERSION=dspace-7_x
119# The Docker registry to use for DSpace images. Defaults to "docker.io"
Original file line number Diff line number Diff line change 22# The purpose of this image is to make the build for dspace/dspace run faster
33#
44
5- # This Dockerfile uses JDK11 by default, but has also been tested with JDK17.
6- # To build with JDK17, use "--build-arg JDK_VERSION=17"
7- ARG JDK_VERSION=11
5+ ARG JDK_VERSION=17
86
97# Step 1 - Download all Dependencies
108FROM docker.io/maven:3-eclipse-temurin-${JDK_VERSION} AS build
Original file line number Diff line number Diff line change 55#
66# This image is meant for TESTING/DEVELOPMENT ONLY as it deploys the old v6 REST API under HTTP (not HTTPS)
77
8- # This Dockerfile uses JDK11 by default, but has also been tested with JDK17.
9- # To build with JDK17, use "--build-arg JDK_VERSION=17"
10- ARG JDK_VERSION=11
8+ ARG JDK_VERSION=17
119# The Docker version tag to build from
1210ARG DSPACE_VERSION=dspace-7_x
1311# The Docker registry to use for DSpace images. Defaults to "docker.io"
You can’t perform that action at this time.
0 commit comments