Sign inSign up

dubit/flex-gradle

By dubit

Updated over 10 years ago

An image for building flex/As3 applications with gradle

Image
1

1.7K

dubit/flex-gradle repository overview

What is this?

An image for building flex/As3 applications with gradle, intended to be used with gradlefx plugin. It contains the latest gradle version from niaquinto/gradle and apache flex 4.9.0 with global player swc 11.1.

Dockerfile

The source dockerfile can be found here

Additional Requirements

Within your project folder you need a build.gradle file that contains config for gradlefx The project folder should also be mounted as a volume to /app see below.

Running the Container

docker run -v /projectfolder/:/app dubit/flex-gradle

By default the container will run gradle build publish in the /app directory and output your gradlefx build to /build (contains build files) and /publish (contains final artifact)

TODO: add tagged images for other flex sdk and player.swc combinations

Tag summary

Content type

Image

Digest

Size

337.1 MB

Last updated

over 10 years ago

docker pull dubit/flex-gradle