From e4278c094d6119759f536a19b537aa2f3940fb39 Mon Sep 17 00:00:00 2001 From: bsumner Date: Mon, 16 Nov 2020 10:22:20 -0600 Subject: [PATCH 1/2] updated version info --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- download.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee1121a..ade0a3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=8.2 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG VERSION=2.2.0 +ARG VERSION=2.4.0 LABEL name="Beast Core" \ maintainer="matt.stover@beast-code.com" \ @@ -51,4 +51,4 @@ HEALTHCHECK --interval=12s --timeout=10s --start-period=30s \ ENTRYPOINT ["/usr/local/bin/dumb-init", "--"] -CMD ["/beast-core/server/BCServer.Server"] \ No newline at end of file +CMD ["/beast-core/start.sh"] \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 25e61ed..a09a961 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.2.0") \ No newline at end of file +dccscrPipeline(version: "2.4.0") \ No newline at end of file diff --git a/download.json b/download.json index 6512fe4..20516cc 100644 --- a/download.json +++ b/download.json @@ -6,7 +6,7 @@ "validation": { "type": "sha256", - "value": "ef572de90f38de85b272da389edef78d8965ef5b6bb7148f4e0848a3411510c9" + "value": "f64132435f6f13b54b487efe35d62273af282ec3f19462e0a2006978ce1f39d2" }, "auth": { -- GitLab From 5f748244550ba803c310b8a431a593c0bc2b448f Mon Sep 17 00:00:00 2001 From: bsumner Date: Tue, 17 Nov 2020 07:06:32 -0600 Subject: [PATCH 2/2] updated sha and beastcore.tar.gz --- download.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.json b/download.json index 20516cc..ca7cf6d 100644 --- a/download.json +++ b/download.json @@ -6,7 +6,7 @@ "validation": { "type": "sha256", - "value": "f64132435f6f13b54b487efe35d62273af282ec3f19462e0a2006978ce1f39d2" + "value": "65abf060caef6117bb93cfcbba590cef0de64f38896eac909c24b718e5f8290a" }, "auth": { -- GitLab