Skip to content

Commit 8359d6a

Browse files
committed
JBDS-4004 Update to CDK 2.2 RC1
1 parent 7c88cc2 commit 8359d6a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

requirements.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
55
"bundle": "yes",
66
"version": "2.2",
7-
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/10-Aug-2016/cdk.zip",
8-
"filename": "cdk_2.2.0.RC5-20160810.zip",
9-
"sha256sum": "96ec28094a8762b625b8e7190d73919b03bbd9be92ea3829cd914da346be1159",
7+
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/12-Aug-2016.rc1/cdk.zip",
8+
"filename": "cdk_2.2.0.RC5-20160812.zip",
9+
"sha256sum": "50e15628d6c9dd4761dc5ec9fdd335ced1511b5ef5a95314be4ea9923af9de06",
1010
"vendor": "Red Hat, Inc."
1111
},
1212
"rhel-vagrant-virtualbox.box": {
1313
"name": "Red Hat Container Development Kit RHEL 7.2 Vagrant box for VirtualBox",
1414
"description": "Developer Tools for Creating, Testing, and Distributing Red Hat Container-Based Applications",
1515
"bundle": "yes",
1616
"version": "7.2.10082016-1",
17-
"url": "http://cdk-builds.usersys.redhat.com/builds/nightly/10-Aug-2016/rhel-7-cdk-vagrant-scratch-7.2.10082016-1.x86_64.vagrant-virtualbox.box",
18-
"filename": "rhel-7-cdk-vagrant-scratch-7.2.10082016-1.x86_64.vagrant-virtualbox.box",
19-
"sha256sum": "367d752d02cf06cfd9b50a80d2a0cc392127800584f8a76c668d332375286483",
17+
"url": "http://cdk-builds.usersys.redhat.com/builds/weekly/12-Aug-2016.rc1/rhel-cdk-kubernetes-7.2-27.x86_64.vagrant-virtualbox.box",
18+
"filename": "rhel-cdk-kubernetes-7.2-27.x86_64.vagrant-virtualbox.box",
19+
"sha256sum": "55f06138ecb04023e287b41a5353f630881be391621d6fae0cc0f6732134e564",
2020
"vendor": "Red Hat, Inc."
2121
},
2222
"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-7-cdk';
19+
fileNames['rhel-vagrant-virtualbox.box'] = 'rhel-cdk';
2020
fileNames['oc.zip'] = 'origin-client-tools';
2121
fileNames['cygwin.exe'] = 'cygwin';
2222
fileNames['jbds.jar'] = 'devstudio';

0 commit comments

Comments
 (0)