Skip to content

Commit

Permalink
upgrade to version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolpheche committed Sep 4, 2017
1 parent 84c8077 commit 2bb3d58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre

MAINTAINER Rodolphe CHAIGNEAU <[email protected]>

ENV WIREMOCK_VERSION 2.7.1
ENV WIREMOCK_VERSION 2.8.0
ENV GOSU_VERSION 1.7

# grab gosu for easy step-down from root
Expand All @@ -18,11 +18,13 @@ RUN set -x \

# grab wiremock standalone jar
RUN mkdir -p /var/wiremock/lib/ \
&& wget https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar \
&& wget https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/$WIREMOCK_VERSION/wiremock-standalone-$WIREMOCK_VERSION.jar \
-O /var/wiremock/lib/wiremock-standalone.jar

WORKDIR /home/wiremock

RUN echo $WIREMOCK_VERSION > wiremock-version

COPY docker-entrypoint.sh /

VOLUME /home/wiremock
Expand Down
6 changes: 4 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine

MAINTAINER Rodolphe CHAIGNEAU <[email protected]>

ENV WIREMOCK_VERSION 2.7.1
ENV WIREMOCK_VERSION 2.8.0

RUN apk add --update openssl

Expand All @@ -12,11 +12,13 @@ RUN apk add --no-cache 'su-exec>=0.2' bash

# grab wiremock standalone jar
RUN mkdir -p /var/wiremock/lib/ \
&& wget https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/${WIREMOCK_VERSION}/wiremock-standalone-$WIREMOCK_VERSION.jar \
&& wget https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-standalone/$WIREMOCK_VERSION/wiremock-standalone-$WIREMOCK_VERSION.jar \
-O /var/wiremock/lib/wiremock-standalone.jar

WORKDIR /home/wiremock

RUN echo $WIREMOCK_VERSION > wiremock-version

COPY docker-entrypoint.sh /

VOLUME /home/wiremock
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
## Supported tags & respective Dockerfile links :

- `2.7.1`, `latest` [(2.7/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.1/Dockerfile)
- `2.8.0`, `latest` [(2.8/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.8.0/Dockerfile)
- `2.8.0-alpine` [(2.8-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.8.0/alpine/Dockerfile)
- `2.7.1` [(2.7/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.1/Dockerfile)
- `2.7.1-alpine` [(2.7-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.7.1/alpine/Dockerfile)
- `2.6.0` [(2.6/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/Dockerfile)
- `2.6.0-alpine` [(2.6-alpine/Dockerfile)](https://github.com/rodolpheche/wiremock-docker/blob/2.6.0/alpine/Dockerfile)
Expand Down

0 comments on commit 2bb3d58

Please sign in to comment.