File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
33
44ARG NODE_VERSION=22
5- ARG DSPACE_VERSION=2024_02_x
5+ ARG DSPACE_VERSION=dspace-cris- 2024_02_x
66ARG DOCKER_REGISTRY=docker.io
77
8- FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-angular-dependencies:${DSPACE_VERSION:-2024_02_x} AS dev
8+ FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-angular-dependencies:${DSPACE_VERSION:-dspace-cris- 2024_02_x} AS dev
99
1010WORKDIR /app
1111ADD . /app/
Original file line number Diff line number Diff line change 11# Test build:
2- # docker build -f Dockerfile.dependencies -t 4science/dspace-angular-dependencies:2024_02_x .
2+ # docker build -f Dockerfile.dependencies -t 4science/dspace-angular-dependencies:dspace-cris- 2024_02_x .
33
44# Angular 17 + Node 22 optimized Dockerfile
55ARG NODE_VERSION=22
6- ARG DSPACE_VERSION=2024_02_X
6+ ARG DSPACE_VERSION=dspace-cris-2024_02_x
77ARG DOCKER_REGISTRY=docker.io
88
99FROM ${DOCKER_REGISTRY:-docker.io}/node:${NODE_VERSION-22}-alpine AS dependencies
@@ -15,4 +15,4 @@ WORKDIR /app
1515
1616# Install dependencies (use npm ci if you have package-lock.json)
1717COPY package.json yarn.lock ./
18- RUN yarn install --network-timeout 300000
18+ RUN yarn install --network-timeout 300000
Original file line number Diff line number Diff line change 88
99# Angular 17 + Node 22 optimized Dockerfile
1010ARG NODE_VERSION=22
11- ARG DSPACE_VERSION=2024_02_x
11+ ARG DSPACE_VERSION=dspace-cris- 2024_02_x
1212ARG DOCKER_REGISTRY=docker.io
1313
14- FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-angular-dependencies:${DSPACE_VERSION:-2024_02_x} AS build
14+ FROM ${DOCKER_REGISTRY:-docker.io}/4science/dspace-cris-angular-dependencies:${DSPACE_VERSION:-dspace-cris- 2024_02_x} AS build
1515
1616COPY --parents src/** config/** webpack/** docker/dspace-ui.json angular.json server.ts startup-message.ts tsconfig.json tsconfig.app.json tsconfig.server.json tsconfig.spec.json tsconfig.ts-node.json typedoc.json /app/
1717
You can’t perform that action at this time.
0 commit comments