Rewrite imports for new github org
This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
0521958ac0
commit
4f2b443a27
101 changed files with 540 additions and 543 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Container Level Metrics
|
||||
|
||||
* https://github.com/docker/containerd/pull/646
|
||||
* https://github.com/containerd/containerd/pull/646
|
||||
|
||||
We merged a PR to add our first pass of container level metrics to our
|
||||
prometheus output in containerd. We still have to review the metric names and
|
||||
|
@ -18,7 +18,7 @@ and figure out where the implementation gaps are.
|
|||
|
||||
### Image to OCI Spec
|
||||
|
||||
* https://github.com/docker/containerd/pull/660
|
||||
* https://github.com/containerd/containerd/pull/660
|
||||
|
||||
We merged support for getting an image config that was pulled off of a registry
|
||||
and generating a spec based on the image properties in the `ctr` command. This
|
||||
|
@ -39,7 +39,7 @@ sudo ctr run --id redis -t docker.io/library/redis:alpine
|
|||
|
||||
### Image handlers
|
||||
|
||||
* https://github.com/docker/containerd/pull/638
|
||||
* https://github.com/containerd/containerd/pull/638
|
||||
|
||||
We refactored the fetch command into a more generic image handler interface. As
|
||||
we look forward to supporting the full oci image spec as well as the Docker
|
||||
|
@ -56,7 +56,7 @@ docker.io/library/redis:latest application/vnd.docker.distribution.manif
|
|||
|
||||
## Snapshot driver improvements
|
||||
|
||||
* https://github.com/docker/containerd/pull/635
|
||||
* https://github.com/containerd/containerd/pull/635
|
||||
|
||||
The `overlay` and `btrfs` driver implementations are now fully implemented and
|
||||
share an implementation for metadata storage. This new metadata storage package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue