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

Commit

Permalink
Merge pull request #5 from jorgemoralespou/1.1.0.Final
Browse files Browse the repository at this point in the history
Updated to 1.1.0.Final
  • Loading branch information
jorgemoralespou committed Apr 13, 2015
2 parents 78691ad + 128f8a8 commit f517704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiman-wildfly/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM jboss/wildfly:8.2.0.Final
MAINTAINER Jorge Morales <[email protected]>

ENV APIMAN_VERSION 1.0.3.Final
ENV APIMAN_VERSION 1.1.0.Final

RUN cd $JBOSS_HOME \
&& curl http://downloads.jboss.org/overlord/apiman/$APIMAN_VERSION/apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip -o apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip \
&& curl http://downloads.jboss.org/overlord/apiman/$APIMAN_VERSION-fixed/apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip -o apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip \
&& bsdtar -xf apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip \
&& rm apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip

Expand Down

0 comments on commit f517704

Please sign in to comment.