docker pull beevelop/cordova:latest
docker build -t beevelop/cordova github.com/beevelop/docker-cordova
docker run -it beevelop/cordova bash
FROM beevelop/cordova:latest
Releases follow CalVer (Calendar Versioning) and use YYYY.MM.MICRO syntax. The following command helps with tagging a new release:
git tag "v$(date +"%Y").$(date +"%m").$(($(git tag -l "v$(date +"%Y").*" | wc -l)+1))"

Content type
Image
Digest
sha256:fba1343b7…
Size
2.7 GB
Last updated
about 5 hours ago
docker pull beevelop/cordova