Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
seting UTC timezone and fixed grouper version
skublik committed Sep 26, 2018
1 parent 576b0d8 commit eee2732
Showing 9 changed files with 6 additions and 371 deletions.
2 changes: 1 addition & 1 deletion demo/complex/grouper-daemon/Dockerfile
@@ -1,4 +1,4 @@
FROM tier/grouper:latest
FROM tier/grouper:2.3.0-a109-u47-w12-p21

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

2 changes: 1 addition & 1 deletion demo/complex/grouper-data/Dockerfile
@@ -1,4 +1,4 @@
FROM tier/grouper:latest
FROM tier/grouper:2.3.0-a109-u47-w12-p21

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

2 changes: 1 addition & 1 deletion demo/complex/grouper-ui/Dockerfile
@@ -1,4 +1,4 @@
FROM tier/grouper:latest
FROM tier/grouper:2.3.0-a109-u47-w12-p21

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

9 changes: 0 additions & 9 deletions demo/complex/grouper-ws/Dockerfile

This file was deleted.

180 changes: 0 additions & 180 deletions demo/complex/grouper-ws/container_files/server.xml

This file was deleted.

46 changes: 0 additions & 46 deletions demo/complex/grouper-ws/container_files/tomcat-users.xml

This file was deleted.

128 changes: 0 additions & 128 deletions demo/complex/grouper-ws/container_files/web.xml

This file was deleted.

5 changes: 0 additions & 5 deletions demo/complex/gsh/Dockerfile

This file was deleted.

3 changes: 3 additions & 0 deletions midpoint/midpoint-server/Dockerfile
@@ -6,6 +6,9 @@ FROM tier/shibboleth_sp

MAINTAINER info@evolveum.com

ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
RUN curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo
RUN yum -y update

0 comments on commit eee2732

Please sign in to comment.