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.2 of Bonita #5496

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

JeremJR
Copy link
Contributor

@JeremJR JeremJR commented Mar 1, 2019

No description provided.

@yosifkit
Copy link
Member

yosifkit commented Mar 1, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index feed39f..979d2a2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 bonita:7.7
 bonita:7.7.5
 bonita:7.8
-bonita:7.8.1
+bonita:7.8.2
 bonita:latest
diff --git a/bonita_latest/Dockerfile b/bonita_latest/Dockerfile
index 3214272..f1172e2 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.1}
+ENV BONITA_VERSION ${BONITA_VERSION:-7.8.2}
 ENV TOMCAT_VERSION ${TOMCAT_VERSION:-8.5.34}
-ENV BONITA_SHA256  ${BONITA_SHA256:-ed7e3a2636e2522a35021baa6dbf2211e372df56fa2fd58d7a68654a993d38c9}
+ENV BONITA_SHA256  ${BONITA_SHA256:-083264bb77c61a1e1734e7c1d8f619ee2ed2a089777f461eefda3fd7b36a668b}
 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 Mar 1, 2019

Build test of #5496; 9a6fdb9; amd64 (bonita):

$ bashbrew build bonita:7.7.5
Using bashbrew/cache:c959995e1870b01a781f7d5f9464e7c066b8f4b8c73ee695d2da894c7f62c66a (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.2
Building bashbrew/cache:0024ce5ba1fe27e456710775ac5eb4e548144a51cf157edca904de1b1a36ca36 (bonita:7.8.2)
Tagging bonita:7.8.2
Tagging bonita:7.8
Tagging bonita:latest

$ test/run.sh bonita:7.8.2
testing bonita:7.8.2
	'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 8ef2852 into docker-library:master Mar 1, 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