From e7df64c89d422f06a890a66543d44dc7be38ddd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C5=9Eirin=20Usanmaz?= Date: Fri, 25 Oct 2019 15:14:04 +0300 Subject: [PATCH 1/5] Upgrade Crowd Version to 3.7.0(latest) --- Dockerfile | 2 +- README.md | 2 +- buildscripts/release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d20058a..05cce98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM blacklabelops/java:openjdk.8 MAINTAINER Steffen Bleul -ARG CROWD_VERSION=3.3.5 +ARG CROWD_VERSION=3.7.0 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/README.md b/README.md index dffb06e..9c69f27 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Version | Tags | Dockerfile | |---------|-------|------------| -| 3.3.5 | 3.3.5, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | +| 3.7.0 | 3.7.0, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | > Older tags remain but are not supported/rebuild. diff --git a/buildscripts/release.sh b/buildscripts/release.sh index 8b95140..c875f37 100755 --- a/buildscripts/release.sh +++ b/buildscripts/release.sh @@ -3,4 +3,4 @@ #------------------ # CONTAINER VARIABLES #------------------ -export CROWD_VERSION=3.3.5 +export CROWD_VERSION=3.7.0 From a2f85b1678b7eda40414144538ca71093a1e7ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20S=CC=A7irin=20Usanmaz?= Date: Mon, 18 Jul 2022 20:45:37 +0300 Subject: [PATCH 2/5] version upgraded 4.1.10 --- Dockerfile | 2 +- README.md | 2 +- buildscripts/release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05cce98..913ed5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM blacklabelops/java:openjdk.8 MAINTAINER Steffen Bleul -ARG CROWD_VERSION=3.7.0 +ARG CROWD_VERSION=4.1.10 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/README.md b/README.md index 9c69f27..44f8462 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Version | Tags | Dockerfile | |---------|-------|------------| -| 3.7.0 | 3.7.0, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | +| 4.1.10 | 4.1.10, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | > Older tags remain but are not supported/rebuild. diff --git a/buildscripts/release.sh b/buildscripts/release.sh index c875f37..f4b9855 100755 --- a/buildscripts/release.sh +++ b/buildscripts/release.sh @@ -3,4 +3,4 @@ #------------------ # CONTAINER VARIABLES #------------------ -export CROWD_VERSION=3.7.0 +export CROWD_VERSION=4.1.10 From 5c6456289d1702f817a2839771b0ce073846d1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20S=CC=A7irin=20Usanmaz?= Date: Mon, 18 Jul 2022 21:55:46 +0300 Subject: [PATCH 3/5] crowd upgrade --- Dockerfile | 2 +- README.md | 2 +- buildscripts/release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 913ed5b..c96f6fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM blacklabelops/java:openjdk.8 MAINTAINER Steffen Bleul -ARG CROWD_VERSION=4.1.10 +ARG CROWD_VERSION=5.0.1 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/README.md b/README.md index 44f8462..580f4f5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Version | Tags | Dockerfile | |---------|-------|------------| -| 4.1.10 | 4.1.10, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | +| 5.0.1 | 5.0.1, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | > Older tags remain but are not supported/rebuild. diff --git a/buildscripts/release.sh b/buildscripts/release.sh index f4b9855..942c3ac 100755 --- a/buildscripts/release.sh +++ b/buildscripts/release.sh @@ -3,4 +3,4 @@ #------------------ # CONTAINER VARIABLES #------------------ -export CROWD_VERSION=4.1.10 +export CROWD_VERSION=5.0.1 From 09e7109bd3c14ed78b966036711d504d3ed4a392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20S=CC=A7irin=20Usanmaz?= Date: Sun, 26 Mar 2023 11:54:31 +0300 Subject: [PATCH 4/5] upgraded to 5.1.2 crowd --- Dockerfile | 2 +- README.md | 2 +- buildscripts/release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c96f6fa..6056e27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM blacklabelops/java:openjdk.8 MAINTAINER Steffen Bleul -ARG CROWD_VERSION=5.0.1 +ARG CROWD_VERSION=5.1.2 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/README.md b/README.md index 580f4f5..59a3ae2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Version | Tags | Dockerfile | |---------|-------|------------| -| 5.0.1 | 5.0.1, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | +| 5.1.2 | 5.1.2, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) | > Older tags remain but are not supported/rebuild. diff --git a/buildscripts/release.sh b/buildscripts/release.sh index 942c3ac..ee0b6cf 100755 --- a/buildscripts/release.sh +++ b/buildscripts/release.sh @@ -3,4 +3,4 @@ #------------------ # CONTAINER VARIABLES #------------------ -export CROWD_VERSION=5.0.1 +export CROWD_VERSION=5.1.2 From d886eb7337b07a62e7b2b2dc857a56340e24fc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20S=CC=A7irin=20Usanmaz?= Date: Sun, 26 Mar 2023 11:56:43 +0300 Subject: [PATCH 5/5] upgraded to 5.1.2 crowd --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20ef309..3edf59c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,16 +14,6 @@ jobs: py-pip \ curl \ curl-dev - - run: - name: Build Branch Images - command: | - set +o pipefail - sh buildscripts/buildDevelopmentImages.sh - - run: - name: Test Branch Images - command: | - sh buildscripts/testDevelopmentImages.sh - build_releases: working_directory: /app docker: