Skip to content

Commit 1db50c5

Browse files
committed
[DSC-2193] fix versions
1 parent 5a4f273 commit 1db50c5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
33

44
ARG NODE_VERSION=22
5-
ARG DSPACE_VERSION=2024_02_x
5+
ARG DSPACE_VERSION=dspace-cris-2024_02_x
66
ARG 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

1010
WORKDIR /app
1111
ADD . /app/

Dockerfile.dependencies

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
55
ARG NODE_VERSION=22
6-
ARG DSPACE_VERSION=2024_02_X
6+
ARG DSPACE_VERSION=dspace-cris-2024_02_x
77
ARG DOCKER_REGISTRY=docker.io
88

99
FROM ${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)
1717
COPY package.json yarn.lock ./
18-
RUN yarn install --network-timeout 300000
18+
RUN yarn install --network-timeout 300000

Dockerfile.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
# Angular 17 + Node 22 optimized Dockerfile
1010
ARG NODE_VERSION=22
11-
ARG DSPACE_VERSION=2024_02_x
11+
ARG DSPACE_VERSION=dspace-cris-2024_02_x
1212
ARG 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

1616
COPY --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

0 commit comments

Comments
 (0)