Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed Feb 13, 2019
1 parent 8a771c2 commit 315a602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -55,8 +55,7 @@ npm install container-image-builder

## API

- `import {Image} from 'container-image-builder'`
- `import {GcrClient} from 'container-image-builder/registry'`
- `require('container-image-builder').Image` or `import {Image} from 'container-image-builder'`

### Image builder API

Expand All @@ -75,14 +74,15 @@ npm install container-image-builder
as you get more creative you'll find you have to combine work done in the image builder with lower level api calls.
like adding a new blob directly to the target registry before you call addLayer.

todo

## Common actions

### update env vars or exec path of a container

### add a layer to an image

git### copy an image to another docker registry
### copy an image to another docker registry

## notes

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "container-image-builder",
"version": "1.0.0",
"description": "container registry client. without docker, docker/oci registry client and image building helpers for protocol version 2",
"description": "container image builder. without docker, docker/oci registry client and image building helpers for protocol version 2",
"main": "build/src/index.js",
"keywords": [],
"scripts": {
Expand Down

0 comments on commit 315a602

Please sign in to comment.