An image for building flex/As3 applications with gradle
1.7K
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.
The source dockerfile can be found here
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.
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
Content type
Image
Digest
Size
337.1 MB
Last updated
over 10 years ago
docker pull dubit/flex-gradle