Skip to content

Commit

Permalink
add dockerFile and dockerUri to bootstrap-rancher (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanchongyizu authored and anhou committed Jan 17, 2018
1 parent c865d51 commit 5346e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/task-data/tasks/bootstrap-rancher.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ module.exports = {
options: {
kernelFile: 'vmlinuz-1.0.2-rancher',
initrdFile: 'initrd-1.0.2-rancher',
dockerFile: 'discovery.docker.tar.xz',
kernelUri: '{{ file.server }}/common/{{ options.kernelFile }}',
initrdUri: '{{ file.server }}/common/{{ options.initrdFile }}',
dockerUri: '{{ file.server }}/common/{{ options.dockerFile }}',
profile: 'rancherOS.ipxe',
comport: 'ttyS0'
},
Expand Down

0 comments on commit 5346e17

Please sign in to comment.