Skip to content

Commit ffcb89b

Browse files
committed
Update CDK to latest nightly build from 2016-08-30
1 parent 7ea1a57 commit ffcb89b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

requirements.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"name": "Red Hat Container Development Kit",
44
"description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
55
"bundle": "yes",
6-
"version": "2.2",
6+
"version": "2.2.0.N-20160830",
77
"dmUrl": "https://developers.redhat.com/download-manager/jdf/file/cdk-2.1.0.zip?workflow=direct",
8-
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/12-Aug-2016.rc1/cdk.zip",
9-
"filename": "cdk_2.2.0.RC5-20160812.zip",
10-
"sha256sum": "50e15628d6c9dd4761dc5ec9fdd335ced1511b5ef5a95314be4ea9923af9de06",
8+
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/30-Aug-2016/cdk.zip",
9+
"filename": "cdk_2.2.0.N-20160830.zip",
10+
"sha256sum": "1927881651ddc5693cf3a6fd1fe2ccd1e006b50b2e05590f575ec345f92d71e9",
1111
"virusTotalReport": "https://virustotal.com/en/file/50e15628d6c9dd4761dc5ec9fdd335ced1511b5ef5a95314be4ea9923af9de06/analysis/",
1212
"vendor": "Red Hat, Inc."
1313
},
1414
"rhel-vagrant-virtualbox.box": {
1515
"name": "Red Hat Container Development Kit RHEL 7.2 Vagrant box for VirtualBox",
1616
"description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
1717
"bundle": "yes",
18-
"version": "7.2.10082016-1",
18+
"version": "7.2.30082016-1",
1919
"dmUrl": "https://developers.redhat.com/download-manager/jdf/file/rhel-cdk-kubernetes-7.2-25.x86_64.vagrant-virtualbox.box?workflow=direct",
20-
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/12-Aug-2016.rc1/rhel-cdk-kubernetes-7.2-27.x86_64.vagrant-virtualbox.box",
21-
"filename": "rhel-cdk-kubernetes-7.2-27.x86_64.vagrant-virtualbox.box",
22-
"sha256sum": "55f06138ecb04023e287b41a5353f630881be391621d6fae0cc0f6732134e564",
20+
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/30-Aug-2016/rhel-7-cdk-vagrant-scratch-7.2.30082016-1.x86_64.vagrant-virtualbox.box",
21+
"filename": "rhel-7-cdk-vagrant-scratch-7.2.30082016-1.x86_64.vagrant-virtualbox.box",
22+
"sha256sum": "64c74a868060ef3db7f9418a94a298cad91f0ce800e567a6a06a38ebebb60836",
2323
"vendor": "Red Hat, Inc."
2424
},
2525
"oc.zip": {

test/check-requirements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function checkRequirements() {
1616

1717
//to check if the url looks like it points to what it is supposed to
1818
fileNames['cdk.zip'] = 'cdk';
19-
fileNames['rhel-vagrant-virtualbox.box'] = 'rhel-cdk';
19+
fileNames['rhel-vagrant-virtualbox.box'] = 'cdk-vagrant';
2020
fileNames['oc.zip'] = 'oc-origin-cli';
2121
fileNames['cygwin.exe'] = 'cygwin';
2222
fileNames['jbds.jar'] = 'devstudio';

0 commit comments

Comments
 (0)