Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.12 KB

File metadata and controls

42 lines (28 loc) · 1.12 KB

testcab/sencha-cmd

docker build automated

Docker image for Sencha Cmd, based on openjdk:8-jre, with Node.js 10 and npm 5 installed to support Fashion extension, and ruby 2.5 installed to support Compass extension.

Supported Tags

  • 7.5.1.20, 7.5.1, 7.5, 7, latest
  • 7.5.0.5, 7.5.0
  • 7.4.0.39, 7.4.0, 7.4
  • 7.3.0.19, 7.3.0, 7.3
  • 7.2.0.84, 7.2.0, 7.2
  • 7.1.0.15, 7.1.0, 7.1
  • 7.0.0.40, 7.0.0, 7.0
  • 6.7.0.63, 6.7.0, 6.7, 6
  • 6.6.0.13, 6.6.0, 6.6
  • 6.5.3.6, 6.5.3, 6.5

Run as a container

Shell command:

docker run --rm -it testcab/sencha-cmd

Use as a base container

Dockerfile:

FROM testcab/sencha-cmd
# custom instructions follows

LICENSE

MIT