Image for building android(cordova) apps on CI engine
5.1K
Docker image created for automated builds of android/cordova applications on a CI system.
Prevents docker builds to leave artifacts unremovable by your CI user.
Environment Variables: EXTERTNAL_ID: UID of build directory owner. Any artifacts will belong to that user. BUILDER_FOLDERS: optional list of additional folders inside container to be owned by builder
docker run -v ${BUILDDIR}:/data -e "EXTERNAL_ID=$(id -u)" ifourmanov/andoirdbuilder grunt init
Content type
Image
Digest
Size
1.1 GB
Last updated
over 10 years ago
docker pull ifourmanov/androidbuilder