Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new version of GeoNetwork: v3.4.4 #5081

Merged
merged 2 commits into from
Nov 19, 2018

Conversation

juanluisrp
Copy link
Contributor

Add new version of GeoNetwork and set latest tag.

Previous base image, tomcat:8.0-jre8, is no longer available in
Dockerhub. This commit upgrade the base image to tomcat:8.5-jre8.
Copy link
Contributor

@doublebyte1 doublebyte1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to the latest version of GN on https://github.com/geonetwork/docker-geonetwork

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index be34daf..44b633c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
 geonetwork:3.4
 geonetwork:3.4-postgres
-geonetwork:3.4.3
-geonetwork:3.4.3-postgres
+geonetwork:3.4.4
+geonetwork:3.4.4-postgres
 geonetwork:latest
 geonetwork:postgres
diff --git a/geonetwork_latest/Dockerfile b/geonetwork_latest/Dockerfile
index 34dd4c5..1152c65 100644
--- a/geonetwork_latest/Dockerfile
+++ b/geonetwork_latest/Dockerfile
@@ -1,12 +1,12 @@
-FROM tomcat:8.0-jre8
+FROM tomcat:8.5-jre8
 
 ENV GN_FILE geonetwork.war
 ENV DATA_DIR=$CATALINA_HOME/webapps/geonetwork/WEB-INF/data
 ENV JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -server -Xms512m -Xmx2024m -XX:NewSize=512m -XX:MaxNewSize=1024m -XX:+UseConcMarkSweepGC"
 
 #Environment variables
-ENV GN_VERSION 3.4.3
-ENV GN_DOWNLOAD_MD5 43d6628928f8c1d86c2c8e002f7fd81b
+ENV GN_VERSION 3.4.4
+ENV GN_DOWNLOAD_MD5 279ea63b0f75499d02316b320cf3db3e
 
 WORKDIR $CATALINA_HOME/webapps
 
diff --git a/geonetwork_postgres/Dockerfile b/geonetwork_postgres/Dockerfile
index c4bb332..aad2914 100644
--- a/geonetwork_postgres/Dockerfile
+++ b/geonetwork_postgres/Dockerfile
@@ -1,4 +1,4 @@
-FROM geonetwork:3.4.3
+FROM geonetwork:3.4.4
 
 RUN apt-get update && apt-get install -y postgresql-client && \
     rm -rf /var/lib/apt/lists/*

@yosifkit
Copy link
Member

Delaying merge until build queue settles to minimize #3835 impact; see related #5082

@yosifkit
Copy link
Member

Build test of #5081; 1ce6ae8; amd64 (geonetwork):

$ bashbrew build geonetwork:3.4.4
Building bashbrew/cache:78e2ac8b70b312f164c426383e3e1ef8975c3559e6f29c2b327438034fef328c (geonetwork:3.4.4)
Tagging geonetwork:3.4.4
Tagging geonetwork:3.4
Tagging geonetwork:latest

$ test/run.sh geonetwork:3.4.4
testing geonetwork:3.4.4
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build geonetwork:3.4.4-postgres
Building bashbrew/cache:4c8b90a35fb5da5a7c6c1255cb384c481ef45091b05528ec4bb8003f39bf24dd (geonetwork:3.4.4-postgres)
Tagging geonetwork:3.4.4-postgres
Tagging geonetwork:3.4-postgres
Tagging geonetwork:postgres

$ test/run.sh geonetwork:3.4.4-postgres
testing geonetwork:3.4.4-postgres
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@tianon tianon merged commit 122ed0e into docker-library:master Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants