Commits

Tim Donohue authored 08ae7bfdbad
Replace all old docker "dspace-7_x" tags with latest
No tags

docker/cli.yml

Modified
9 9 #
10 10 # This is a copy of the docker-compose-cli.yml that is available in the DSpace/DSpace
11 11 # (Backend) at:
12 12 # https://github.com/DSpace/DSpace/blob/main/docker-compose-cli.yml
13 13 #
14 14 # Therefore, it should be kept in sync with that file
15 15 version: "3.7"
16 16
17 17 services:
18 18 dspace-cli:
19 - image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-dspace-7_x}"
19 + image: "${DOCKER_OWNER:-dspace}/dspace-cli:${DSPACE_VER:-latest}"
20 20 container_name: dspace-cli
21 21 environment:
22 22 # Below syntax may look odd, but it is how to override dspace.cfg settings via env variables.
23 23 # See https://github.com/DSpace/DSpace/blob/main/dspace/config/config-definition.xml
24 24 # __P__ => "." (e.g. dspace__P__dir => dspace.dir)
25 25 # __D__ => "-" (e.g. google__D__metadata => google-metadata)
26 26 # dspace.dir
27 27 dspace__P__dir: /dspace
28 28 # db.url: Ensure we are using the 'dspacedb' image for our database
29 29 db__P__url: 'jdbc:postgresql://dspacedb:5432/dspace'

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut