Skip to content

Commit

Permalink
upgrade to version 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadeynebram committed May 17, 2019
1 parent 2a20cc8 commit 2b802f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM jboss/wildfly:14.0.1.Final
FROM jboss/wildfly:15.0.1.Final

ENV JBOSS_HOME /opt/jboss/wildfly

# Set the TEIID_VERSION env variable
ENV TEIID_VERSION 12.0.0
ENV TEIID_VERSION 12.2.0

# Download and unzip Teiid server
RUN cd $JBOSS_HOME \
&& curl -O https://oss.sonatype.org/service/local/repositories/releases/content/org/teiid/teiid/$TEIID_VERSION/teiid-$TEIID_VERSION-wildfly-dist.zip \
&& bsdtar -xf teiid-$TEIID_VERSION-wildfly-dist.zip \
&& curl -O https://oss.sonatype.org/service/local/repositories/releases/content/org/teiid/wildfly/teiid-wildfly/$TEIID_VERSION/teiid-wildfly-$TEIID_VERSION-dist.zip \
&& bsdtar -xf teiid-wildfly-$TEIID_VERSION-dist.zip \
&& chmod +x $JBOSS_HOME/bin/*.sh \
&& rm teiid-$TEIID_VERSION-wildfly-dist.zip
&& rm teiid-wildfly-$TEIID_VERSION-dist.zip

VOLUME ["$JBOSS_HOME/standalone", "$JBOSS_HOME/domain"]

Expand Down

0 comments on commit 2b802f1

Please sign in to comment.