Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • commul/docker/clarin-dspace
1 result
Show changes
Commits on Source (1)
......@@ -13,6 +13,7 @@ perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/webpage/ind
# adapt URL and prefix for handle server
perl -pi -e 's/20.500.12084/20.500.12124/g' dockerfiles/commul-customization/config.dct
perl -pi -e 's/20.500.12084/20.500.12124/g' dockerfiles/commul-customization/local.properties
# adapt shib SP ID
perl -pi -e 's/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea61/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea91/g' dockerfiles/commul-customization/clarin.eurac.edu.template.metadata.xml
......
......@@ -15,12 +15,12 @@ lr.pid.service.testPid =
# multiple configurations can be given separated by semicolon
# default configuration should have asterisk as the community ID
# subprefix is only used for local handles
lr.pid.community.configurations = community=*,prefix=20.500.12084,type=local,canonical_prefix=http://hdl.handle.net/
lr.pid.community.configurations = community=*,prefix=20.500.12124,type=local,canonical_prefix=http://hdl.handle.net/
# if true, PID metadata will be filled with object metadata like title
lr.pid.resolvemetadata = true
handle.canonical.prefix = http://hdl.handle.net/
handle.prefix = 20.500.12084
handle.prefix = 20.500.12124
handle.dir=${dspace.dir}/handle-server
lr.reserve.pid.on.start = false
......
......@@ -50,7 +50,7 @@ spec:
secretKeyRef:
key: mail.pass
name: dspace-secrets
image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/dspace:1.2
image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/dspace:1.2.2
name: clarin-dspace
imagePullPolicy: Always
ports:
......
......@@ -20,7 +20,7 @@ spec:
io.kompose.service: nginx
spec:
containers:
- image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/nginx:1.2
- image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/nginx:1.2.2
imagePullPolicy: Always
name: clarin-nginx
ports:
......
......@@ -48,7 +48,7 @@ spec:
secretKeyRef:
key: dspace.utils.name
name: dspace-secrets
image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/postgres:1.2
image: gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/production/postgres:1.2.2
imagePullPolicy: Always
name: clarin-postgres
resources: {}
......