Skip to content
Snippets Groups Projects
Commit 23a4bc63 authored by Jenkins's avatar Jenkins
Browse files

Merge commit '1eabd9e1'

parents b6298a0a 1eabd9e1
No related branches found
No related tags found
No related merge requests found
Pipeline #15898 failed
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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment