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
1eabd9e1
Commit
1eabd9e1
authored
Nov 10, 2020
by
jnaud
Browse files
Add ca-certificates-java
parent
b6298a0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
cicd/build/docker-prod/web/Dockerfile
View file @
1eabd9e1
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 @
1eabd9e1
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
...
...
Chef Projet Prodige
@prodigeadmin
mentioned in commit
23a4bc63
·
Jun 02, 2021
mentioned in commit
23a4bc63
mentioned in commit 23a4bc63c43b24f8117c46b223e1de23ecd67c08
Toggle commit list
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