Skip to content

Commit

Permalink
Resolve #5 by upgrading to Java8
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Jan 18, 2017
1 parent ba34d3f commit 9b5be9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,10 +1,10 @@
FROM alpine:3.2
FROM anapsix/alpine-java:8_server-jre

ENV ELASTICMQ_VERSION 0.12.1
EXPOSE 9324

CMD ["java", "-jar", "-Dconfig.file=/elasticmq/custom.conf", "/elasticmq/server.jar"]
COPY custom.conf /elasticmq/custom.conf

RUN apk --update add openjdk7-jre-base
ADD https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-${ELASTICMQ_VERSION}.jar /elasticmq/server.jar
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,10 @@
Provides [ElasticMQ](https://github.com/adamw/elasticmq).

## Supported tags and respective `Dockerfile` links
* [`latest`, `0.8.12` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/master/Dockerfile)
* [`latest`, `0.12.1` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/0.12.1/Dockerfile)
* [`0.9.3` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/0.9.3/Dockerfile)
* [`0.9.0` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/0.9.0/Dockerfile)
* [`0.8.12` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/0.8.12/Dockerfile)
* [`0.8.7` (Dockerfile)](https://github.com/expert360/docker-elasticmq/blob/0.8.7/Dockerfile)

## expert360/elasticmq:latest
Expand Down

0 comments on commit 9b5be9f

Please sign in to comment.