Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
jpr_prodige_geonetwork
Commits
23a4bc63
Commit
23a4bc63
authored
Nov 10, 2020
by
Jenkins
Browse files
Merge commit '
1eabd9e1
'
parents
b6298a0a
1eabd9e1
Pipeline
#15898
failed with stages
in 3 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cicd/build/docker-prod/web/Dockerfile
View file @
23a4bc63
FROM
tomcat:8-jdk8
RUN
apt update
;
\
apt
install
-y
ca-certificates-java
## Not delpoy the geosource-overlay-3.4.1-0.war but the unziped one in docker
COPY
--chown=root:root ./target/geosource-overlay-3.4.1-0 /usr/local/tomcat/webapps/geonetwork
...
...
cicd/dev/web/Dockerfile
View file @
23a4bc63
FROM
tomcat:8-jdk8
RUN
apt update
;
\
apt
install
-y
ca-certificates-java
# WEB-INF/config-overrides.properties
#ENV LDAP_CREDENTIAL ldappassword
#ENV CAS_BASEURL https://cas.prodige.internal
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment