Skip to content

Commit

Permalink
Merge pull request #1 from cloudogu/feature/cas_plugin_update
Browse files Browse the repository at this point in the history
Set cas plugin to 1.2.13 and bump up dogu version
  • Loading branch information
mbehlendorf authored Sep 28, 2017
2 parents 2f16ed2 + f3579ab commit 22a93e2
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ MAINTAINER Robert Auer <robert.auer@cloudogu.com>

# set environment variables
ENV REDMINE_VERSION=3.4.2 \
CAS_PLUGIN_VERSION=1.2.11 \
CAS_PLUGIN_VERSION=1.2.13 \
ACTIVERECORD_SESSION_STORE_PLUGIN_VERSION=0.0.1 \
RUBYCASVERSION=2.3.13 \
USER=redmine \
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/redmine",
"Version": "3.4.2-1",
"Version": "3.4.2-2",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
49 changes: 49 additions & 0 deletions spec/goss/goss.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
file:
/startup.sh:
exists: true
owner: root
mode: "0755"
group: root
filetype: file
/usr/share/webapps/redmine/public/themes/Cloudogu:
exists: true
filetype: directory
/usr/share/webapps/redmine:
exists: true
filetype: directory
/usr/share/webapps/redmine/config/environment.rb:
exists: true
filetype: file
contains: ["RedmineApp::Application.routes.default_scope = '/redmine'"]
package:
git:
installed: true
imagemagick:
installed: true
libffi:
installed: true
postgresql-client:
installed: true
ruby:
installed: true
ruby-bigdecimal:
installed: true
ruby-bundler:
installed: true
sqlite-libs:
installed: true
su-exec:
installed: true
tini:
installed: true
tzdata:
installed: true
port:
tcp:3000:
listening: true
interface:
eth1:
exists: true
process:
ruby:
running: true

0 comments on commit 22a93e2

Please sign in to comment.