Skip to content

Commit

Permalink
Remove non-UTC timezone from containers
Browse files Browse the repository at this point in the history
This was for testing the logging requirement concerning UTC timestamps.
  • Loading branch information
mederly committed Sep 26, 2018
1 parent a084cfc commit bed5f72
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions demo/complex/grouper-daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ FROM tier/grouper:latest

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

# JUST FOR TESTING - REMOVE BEFORE RELEASE
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/US/Central /etc/localtime \
&& date

CMD ["daemon"]
5 changes: 0 additions & 5 deletions demo/complex/grouper-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@ RUN (mysqld_safe & ) \

EXPOSE 3306

# JUST FOR TESTING - REMOVE BEFORE RELEASE
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/US/Central /etc/localtime \
&& date

CMD mysqld_safe
5 changes: 0 additions & 5 deletions demo/complex/grouper-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

#COPY in custom css, images, etc

# JUST FOR TESTING - REMOVE BEFORE RELEASE
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/US/Central /etc/localtime \
&& date

CMD ["ui"]
5 changes: 0 additions & 5 deletions demo/complex/idp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ FROM unicon/shibboleth-idp:latest

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

# JUST FOR TESTING - REMOVE BEFORE RELEASE
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/US/Central /etc/localtime \
&& date

COPY shibboleth-idp/ /opt/shibboleth-idp/
5 changes: 0 additions & 5 deletions midpoint/midpoint-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ ENV TIER_MAINTAINER=tier

# requires MP_VERSION and TIER_xyz variables so we have to execute it here

# JUST FOR TESTING - REMOVE BEFORE RELEASE
RUN rm /etc/localtime \
&& ln -s /usr/share/zoneinfo/US/Central /etc/localtime \
&& date

RUN /opt/tier/setenv.sh

HEALTHCHECK --interval=1m --timeout=30s --start-period=2m CMD /usr/local/bin/healthcheck.sh
Expand Down

0 comments on commit bed5f72

Please sign in to comment.