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 version 7.8.4 of Bonita #5883

Merged
merged 1 commit into from
May 9, 2019

Conversation

JeremJR
Copy link
Contributor

@JeremJR JeremJR commented May 9, 2019

No description provided.

@yosifkit
Copy link
Member

yosifkit commented May 9, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index 6b3bd3c..1b7e35e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 bonita:7.7
 bonita:7.7.5
 bonita:7.8
-bonita:7.8.3
+bonita:7.8.4
 bonita:latest
diff --git a/bonita_latest/Dockerfile b/bonita_latest/Dockerfile
index 8ebe534..fefc119 100644
--- a/bonita_latest/Dockerfile
+++ b/bonita_latest/Dockerfile
@@ -32,9 +32,9 @@ ARG TOMCAT_VERSION
 ARG BONITA_SHA256
 ARG BONITA_URL
 
-ENV BONITA_VERSION ${BONITA_VERSION:-7.8.3}
+ENV BONITA_VERSION ${BONITA_VERSION:-7.8.4}
 ENV TOMCAT_VERSION ${TOMCAT_VERSION:-8.5.34}
-ENV BONITA_SHA256  ${BONITA_SHA256:-cf47a56446d0d7ad93dc1a85988d220315f2200602871a6b1b93f64b9a989705}
+ENV BONITA_SHA256  ${BONITA_SHA256:-f7a838c7ae4a6c3e1945b1fb9739ebc0fd75b208309409e1fc5cd582f63f8d62}
 ENV BONITA_URL ${BONITA_URL:-https://release.ow2.org/bonita/BonitaCommunity-${BONITA_VERSION}-Tomcat-${TOMCAT_VERSION}.zip}
 
 # add Bonita archive to the container

@yosifkit
Copy link
Member

yosifkit commented May 9, 2019

Build test of #5883; 2eb1d07; amd64 (bonita):

$ bashbrew build bonita:7.7.5
Building bashbrew/cache:7e7c0403dbf477fd0693897bacce68a068847844627cc092293f72ca341778de (bonita:7.7.5)
Tagging bonita:7.7.5
Tagging bonita:7.7

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


$ bashbrew build bonita:7.8.4
Building bashbrew/cache:e4ffaf4f31f5f421bf4d64d256e7815a38e2f026bde48096d2f50b609eaede74 (bonita:7.8.4)
Tagging bonita:7.8.4
Tagging bonita:7.8
Tagging bonita:latest

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

@yosifkit yosifkit merged commit 259843f into docker-library:master May 9, 2019
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.

3 participants