Skip to content

Commit

Permalink
Merge pull request #8527 from caskdata/hotfix/also-specify-node-version
Browse files Browse the repository at this point in the history
Specify Node.js attributes in Packer definition JSON, also
  • Loading branch information
sagarkapare authored Apr 10, 2017
2 parents 2143c8f + 8090e54 commit 4a49268
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cdap-distributions/src/packer/cdap-sdk-ubuntu16-with-uri.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@
"install_flavor": "openjdk",
"jdk_version": 7
},
"nodejs": {
"install_method": "binary",
"version": "0.12.0",
"binary": {
"checksum": {
"linux_x64": "3bdb7267ca7ee24ac59c54ae146741f70a6ae3a8a8afd42d06204647fe9d4206"
}
}
},
"openssh": {
"server": {
"permit_root_login": "without-password",
Expand Down

0 comments on commit 4a49268

Please sign in to comment.