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 ...@@ -13,6 +13,7 @@ perl -pi -e 's/clarin-dev/clarin/g' dockerfiles/commul-customization/webpage/ind
# adapt URL and prefix for handle server # 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/config.dct
perl -pi -e 's/20.500.12084/20.500.12124/g' dockerfiles/commul-customization/local.properties
# adapt shib SP ID # adapt shib SP ID
perl -pi -e 's/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea61/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea91/g' dockerfiles/commul-customization/clarin.eurac.edu.template.metadata.xml perl -pi -e 's/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea61/_5d15d5a81bc952da1d34986ebc7713c0d5c9ea91/g' dockerfiles/commul-customization/clarin.eurac.edu.template.metadata.xml
......
...@@ -15,12 +15,12 @@ lr.pid.service.testPid = ...@@ -15,12 +15,12 @@ lr.pid.service.testPid =
# multiple configurations can be given separated by semicolon # multiple configurations can be given separated by semicolon
# default configuration should have asterisk as the community ID # default configuration should have asterisk as the community ID
# subprefix is only used for local handles # 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 # if true, PID metadata will be filled with object metadata like title
lr.pid.resolvemetadata = true lr.pid.resolvemetadata = true
handle.canonical.prefix = http://hdl.handle.net/ handle.canonical.prefix = http://hdl.handle.net/
handle.prefix = 20.500.12084 handle.prefix = 20.500.12124
handle.dir=${dspace.dir}/handle-server handle.dir=${dspace.dir}/handle-server
lr.reserve.pid.on.start = false lr.reserve.pid.on.start = false
......
...@@ -50,7 +50,7 @@ spec: ...@@ -50,7 +50,7 @@ spec:
secretKeyRef: secretKeyRef:
key: mail.pass key: mail.pass
name: dspace-secrets 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 name: clarin-dspace
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
io.kompose.service: nginx io.kompose.service: nginx
spec: spec:
containers: 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 imagePullPolicy: Always
name: clarin-nginx name: clarin-nginx
ports: ports:
......
...@@ -48,7 +48,7 @@ spec: ...@@ -48,7 +48,7 @@ spec:
secretKeyRef: secretKeyRef:
key: dspace.utils.name key: dspace.utils.name
name: dspace-secrets 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 imagePullPolicy: Always
name: clarin-postgres name: clarin-postgres
resources: {} resources: {}
......