From 8c900b8e6fe198415d128810ecac12217c527420 Mon Sep 17 00:00:00 2001 From: rodolpheche Date: Sun, 11 Sep 2016 01:06:12 +0200 Subject: [PATCH] upgrade to version 2.1.12 --- Dockerfile | 2 +- readme.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a893f0a..8c0b4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM java:8-jdk -ENV WIREMOCK_VERSION 2.1.11 +ENV WIREMOCK_VERSION 2.1.12 RUN wget -q https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar diff --git a/readme.md b/readme.md index 27f5c82..84fcb2f 100644 --- a/readme.md +++ b/readme.md @@ -4,11 +4,11 @@ ## Supported tags and respective Dockerfile links : -- `2.1.11`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.11/Dockerfile) +- `2.1.12`, `latest` [(2.1/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.1.12/Dockerfile) ## How to use this image -##### The image include +#### The image include - `EXPOSE 8080 8081` : the wiremock http/https server port - `VOLUME /home/wiremock` : the wiremock data storage @@ -38,3 +38,7 @@ docker run -d -v $PWD/stub:/home/wiremock -p 8080:8080 -p 8081:8081 -e WIREMOCK_ ``` > Access [https://localhost:8081/__admin](https://localhost:8081/__admin) to to check https working + +#### Known issues + +TODO speak about permission denied error message in case of uid != 1000