Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Image instance plugin + packetnet instance plugin #531

Merged
merged 5 commits into from
May 10, 2017

Conversation

chungers
Copy link
Contributor

@chungers chungers commented May 8, 2017

In this PR:

  • Image instance plugin --> create an OS image instance; handles pushing to different backends.
  • Packet instance plugin --> bare-metal cloud service Packet.net instance plugin.

Both are for LinuxKit integration.

@codecov
Copy link

codecov bot commented May 9, 2017

Codecov Report

Merging #531 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #531   +/-   ##
=======================================
  Coverage   56.66%   56.66%           
=======================================
  Files          57       57           
  Lines        3937     3937           
=======================================
  Hits         2231     2231           
  Misses       1420     1420           
  Partials      286      286

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcc5b42...9593527. Read the comment docs.

Signed-off-by: David Chung <david.chung@docker.com>
David Chung added 3 commits May 9, 2017 17:05
Signed-off-by: David Chung <david.chung@docker.com>
Signed-off-by: David Chung <david.chung@docker.com>
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "imager" git@github.com:chungers/infrakit.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842353583680
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@chungers chungers changed the title [WIP] Image instance plugin + packetnet instance plugin Image instance plugin + packetnet instance plugin May 10, 2017
@chungers chungers merged commit 319152e into docker-archive:master May 10, 2017
chungers pushed a commit to chungers/infrakit that referenced this pull request Sep 30, 2017
chungers pushed a commit to chungers/infrakit that referenced this pull request Oct 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants