Skip to content

Commit

Permalink
Added play version 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
criluc committed Oct 15, 2018
1 parent c45826a commit c9c1035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Cristian Lucchesi <cristian.lucchesi@gmail.com>
RUN apt-get update && apt-get install -y sudo ant python && apt-get clean

ENV HOME /opt/play
ENV PLAY_VERSION 1.5.0
ENV PLAY_VERSION 1.5.1
RUN groupadd -r play -g 1000 && \
useradd -u 1000 -r -g play -m -d $HOME -s /sbin/nologin -c "Play user" play

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ docker-play1
============

Docker for Play 1
- play 1.5.0 version based on official openjdk:8-jre.
- play 1.5.{0,1} version based on official openjdk:8-jre.
- play 1.4.{3,4} version based on official openjdk:8-jre.
- play 1.4.{0,1,2} version based on official openjdk-8.
- play 1.{2.7,3.0,3.1,3.2} version based on official openjdk-7.


Play 1.5.1 ready to go
-----------------------

$ docker run -it --rm criluc/play1:1.5.1 bash

Play 1.5.0 ready to go
-----------------------

Expand Down

0 comments on commit c9c1035

Please sign in to comment.