Skip to content

Commit

Permalink
Load images from docker daemon in export and relocate
Browse files Browse the repository at this point in the history
This is implemented by bumping pivotal/image-relocation to pick up the docker
daemon support.

Fixes cnabio#828
  • Loading branch information
glyn committed Aug 12, 2019
1 parent 38d7e6e commit c127a0e
Show file tree
Hide file tree
Showing 40 changed files with 1,588 additions and 350 deletions.
15 changes: 9 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@

[[constraint]]
name = "github.com/pivotal/image-relocation"
version = "v0.1"
version = "v0.2"

[[constraint]]
name = "github.com/deislabs/cnab-go"
version = "v0.3.0-beta1"

[[override]]
name = "github.com/google/go-containerregistry"
revision = "5296537b6d5d12241dd0a8b1ef70a59cba62f48c"
revision = "ef12d49c8daf6a6d72978966d5945e39bb898b4a"

[[override]]
name = "k8s.io/apimachinery"
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/google/go-containerregistry/pkg/logs/logs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions vendor/github.com/google/go-containerregistry/pkg/name/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions vendor/github.com/google/go-containerregistry/pkg/v1/daemon/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c127a0e

Please sign in to comment.