Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
docker
clarin-dspace
Commits
585a9213
Commit
585a9213
authored
6 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
some small fixes to release.sh and default-ssl
parent
8be2b2b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/commul-customization/default-ssl
+2
-2
2 additions, 2 deletions
dockerfiles/commul-customization/default-ssl
dockerfiles/release.sh
+6
-6
6 additions, 6 deletions
dockerfiles/release.sh
with
8 additions
and
8 deletions
dockerfiles/commul-customization/default-ssl
+
2
−
2
View file @
585a9213
...
@@ -89,8 +89,8 @@ server {
...
@@ -89,8 +89,8 @@ server {
location /php/aa-statistics.php {
location /php/aa-statistics.php {
shib_request /shibauthorizer;
shib_request /shibauthorizer;
include proxy_params;
#
include proxy_params;
proxy_pass http://
apache
;
proxy_pass http://
localhost:8080
;
}
}
location /repository {
location /repository {
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/release.sh
+
6
−
6
View file @
585a9213
...
@@ -4,11 +4,11 @@ set -e
...
@@ -4,11 +4,11 @@ set -e
VERSION
=
${
1
:-
latest
}
VERSION
=
${
1
:-
latest
}
TYPE
=
${
2
:-
staging
}
TYPE
=
${
2
:-
staging
}
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/dspace:
$VERSION
.
-f
Dockerfile.dspace
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/dspace:
$VERSION
.
-f
Dockerfile.dspace
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/nginx:
$VERSION
.
-f
Dockerfile.nginx
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/nginx:
$VERSION
.
-f
Dockerfile.nginx
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/postgres:
$VERSION
.
-f
Dockerfile.postgres
docker build
-t
gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/postgres:
$VERSION
.
-f
Dockerfile.postgres
docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/dspace:
$VERSION
docker push gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/dspace:
$VERSION
docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/nginx:
$VERSION
docker push gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/nginx:
$VERSION
docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/
$TYPE
/postgres:
$VERSION
docker push gitlab.inf.unibz.it:4567/commul/docker/
clarin-
dspace/
$TYPE
/postgres:
$VERSION
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment