Commits on Source (31)
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
https://clarin.eurac.edu:8443/egon w. stemle authored
In certain situations, for example, when checking the "Other versions" dropdown menu a request (possibly after a redirect) is made to `port:8443`. Of course, this results in an error (because the clarin-dspace is behind a reverse proxy). ``` OPTIONS https://clarin.eurac.edu:8443/repository/rest/handle/20.500.12124/6/refbox net::ERR_CONNECTION_TIMED_OUT ``` Here, we make sure tomcat will only redirect to `port:443` which is the port the reverse proxy serves.
-
egon w. stemle authored
- use latest 8.0 tomcat version (=8.0.53) - build and install Apache Tomcat Native Library - use mirror://mirros.ubuntu.com URL schema in apt.sources to speed up downloads - add org.label-schema LABELs for version, build-date, vcs-url - reduce multiple apt-get update/install invocations
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
- add org.label-schema LABELs for version, build-date, vcs-url
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
See, for example, https://github.com/moby/moby/issues/18017; ARG may invalidate following `RUN` statements because it implicitly alters the build context. Also, use * apt.local.conf * ubuntu-16.04.sources.list Fix #64
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
-
egon w. stemle authored
Showing
- CHANGELOG.md 29 additions, 1 deletionCHANGELOG.md
- dockerfiles/.dockerignore 2 additions, 0 deletionsdockerfiles/.dockerignore
- dockerfiles/Dockerfile.dspace 85 additions, 39 deletionsdockerfiles/Dockerfile.dspace
- dockerfiles/Dockerfile.handle 24 additions, 5 deletionsdockerfiles/Dockerfile.handle
- dockerfiles/Dockerfile.nginx 35 additions, 15 deletionsdockerfiles/Dockerfile.nginx
- dockerfiles/Dockerfile.postgres 29 additions, 5 deletionsdockerfiles/Dockerfile.postgres
- dockerfiles/adapt_utilities_sql.sh 1 addition, 1 deletiondockerfiles/adapt_utilities_sql.sh
- dockerfiles/apt.local.conf 3 additions, 0 deletionsdockerfiles/apt.local.conf
- dockerfiles/commul-customization/catalina.sh 0 additions, 593 deletionsdockerfiles/commul-customization/catalina.sh
- dockerfiles/commul-customization/clarin.eurac.edu.template.metadata.xml 7 additions, 7 deletions...mmul-customization/clarin.eurac.edu.template.metadata.xml
- dockerfiles/commul-customization/dspace-pom.xml 0 additions, 1674 deletionsdockerfiles/commul-customization/dspace-pom.xml
- dockerfiles/commul-customization/entrypoint.sh 2 additions, 2 deletionsdockerfiles/commul-customization/entrypoint.sh
- dockerfiles/commul-customization/setenv.sh 0 additions, 4 deletionsdockerfiles/commul-customization/setenv.sh
- dockerfiles/commul-customization/tomcat-server.xml 3 additions, 3 deletionsdockerfiles/commul-customization/tomcat-server.xml
- dockerfiles/commul-customization/tomcat-setenv.sh 3 additions, 0 deletionsdockerfiles/commul-customization/tomcat-setenv.sh
- dockerfiles/commul-customization/tomcat8 0 additions, 74 deletionsdockerfiles/commul-customization/tomcat8
- dockerfiles/release.sh 17 additions, 6 deletionsdockerfiles/release.sh
- dockerfiles/ubuntu-16.04.sources.list 4 additions, 0 deletionsdockerfiles/ubuntu-16.04.sources.list
- kubernetes/dspace-deployment.yaml 1 addition, 1 deletionkubernetes/dspace-deployment.yaml
- kubernetes/dspace-ingress.yaml 4 additions, 0 deletionskubernetes/dspace-ingress.yaml
dockerfiles/.dockerignore
0 → 100644
dockerfiles/apt.local.conf
0 → 100644
This diff is collapsed.
This diff is collapsed.
dockerfiles/ubuntu-16.04.sources.list
0 → 100644