Skip to content

Commit

Permalink
first version of userspace convertor
Browse files Browse the repository at this point in the history
Co-authoerd-by: Chen Chen <[email protected]>
Co-authoerd-by: Bowei Zhuang <[email protected]>
Signed-off-by: liulanzheng <[email protected]>
  • Loading branch information
liulanzheng committed Oct 19, 2022
1 parent 379e2ac commit aaee33e
Show file tree
Hide file tree
Showing 6 changed files with 462 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SN_DESTDIR=/opt/overlaybd/snapshotter

# command
COMMANDS=overlaybd-snapshotter ctr
COMMANDS=overlaybd-snapshotter ctr convertor
BINARIES=$(addprefix bin/,$(COMMANDS))

# go packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Accelerated Container Image is a __non-core__ sub-project of containerd.

We provide a modified CLI tool(ctr) to facilitate image pull, and custom conversion from traditional OCI tarball format to overlaybd format.

The convertor supports layer deduplication, which prevents duplication of layer convertion for every image conversion.
The convertor supports layer deduplication, which prevents duplication of layer conversion for every image conversion.

* [buildkit for overlaybd](https://github.com/data-accelerator/buildkit) (Experimental)

Expand Down
Loading

0 comments on commit aaee33e

Please sign in to comment.