Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from outofcoffee/feature/apiman-1.2.1.Final
Browse files Browse the repository at this point in the history
Updates Dockerfile to use apiman 1.2.1.Final
  • Loading branch information
EricWittmann committed Jan 24, 2016
2 parents 0c2870f + 7f6c9a2 commit 3508a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions on-wildfly8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Use latest jboss/base-jdk:7 image as the base
# Use Wildfly 8 image as the base
FROM jboss/wildfly:8.2.1.Final

MAINTAINER Eric Wittmann <[email protected]>

ENV APIMAN_VERSION 1.2.0.Beta2
ENV APIMAN_VERSION 1.2.1.Final

RUN cd $HOME/wildfly \
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Expand Down
2 changes: 1 addition & 1 deletion on-wildfly8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You may want to map the port(s) so you can access the app

docker build -t="apiman/on-wildfly8" --rm .

## Image accesible on Docker hub
## Image accessible on Docker hub

This image is automatically built and published into [Docker Hub][apiman_dockerhub].

Expand Down

0 comments on commit 3508a1d

Please sign in to comment.