Docker image can be very easily ran locally too, bacause you don't need
to setup different jvm runtimes in parallel or even different Windup
versions. There are 2 images for now with openjdk7 and openjdk8. So you
can easily do
time docker run -ti --rm -v $REPORTS:/opt/jboss/reports -v
$(pwd):/opt/jboss/application jboss/windup:2.4.0.CR2-openjdk7
/opt/jboss/windup/bin/windup --input application/$appname --output
/opt/jboss/reports --target eap --batchMode
and
in also with
time docker run -ti --rm -v $REPORTS:/opt/jboss/reports -v
$(pwd):/opt/jboss/application jboss/windup:2.4.0.CR2-openjdk8
/opt/jboss/windup/bin/windup --input application/$appname --output
/opt/jboss/reports --target eap --batchMode
and you are running at the same time on different jvm runtime without
any pre-setup. Notice different images like
jboss/windup:2.4.0.CR2-openjdk7 and jboss/windup:2.4.0.CR2-openjdk8
Certainly It is not correct as I used the same input/output for both,
but you should have the idea ;)
On 14.10.2015 21:25, Rodney Russ wrote:
I knew we had this with previous versions, but aside from possibly
running this on OpenShift (v3+) any thoughts on what the use case for
this would be?
On 14 Oct 2015, at 1:12, Marek Novotny wrote:
> Hi,
>
> I asked Marek Goldman for updating Windup docker images and he gave me
> the committer permissions to
https://github.com/jboss-dockerfiles/windup.
>
> So right now it is updated to the latest 2.4.0.Final release.
>
> There is master branch based on jboss/base-jdk:7 and jdk8 branch with
> base of jboss/base-jdk:8. All jvm are OpenkJDK builds.
>
> We have setup also binary builds on docker hub so you can pull directly
> docker images, see what is available at
>
https://hub.docker.com/r/jboss/windup/tags/
>
> Enjoy it!
>
> --
> Marek Novotny
> --
> Windup team member and Seam Project Lead
>
> Red Hat Czech s.r.o.
> Purkynova 99
> 612 45 Brno
>
>
> _______________________________________________
> windup-dev mailing list
> windup-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/windup-dev
--
Marek Novotny
--
Windup team member and Seam Project Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno