Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [musanmaz]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM blacklabelops/java:openjdk.8
MAINTAINER Steffen Bleul <sbl@blacklabelops.com>

ARG CROWD_VERSION=3.3.5
ARG CROWD_VERSION=5.1.2
# permissions
ARG CONTAINER_UID=1000
ARG CONTAINER_GID=1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| Version | Tags | Dockerfile |
|---------|-------|------------|
| 3.3.5 | 3.3.5, 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.

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#------------------
# CONTAINER VARIABLES
#------------------
export CROWD_VERSION=3.3.5
export CROWD_VERSION=5.1.2