image-relocation
image-relocation copied to clipboard
Docker/OCI image relocation
Copying to Harbor Version v2.1.3-b6de84c5, I get an error saying `unsupported status code 405; body: Method Not Allowed`
The project does not appear to have the ability to relocate an image to an insecure registry. This functionality would be useful when working with local registries and not having...
Currently, each command attaches itself via `init()` and the `Root` command variable, made globally available. This could lead to hard-to-predict behavior when image-relocation is used as a library, especially if...
https://github.com/pivotal/image-relocation/pull/31 automates releasing when a tag is pushed, but the release notes are minimal - just the last commit appears. Release notes like [`duffle`'s](https://github.com/deislabs/duffle/releases) would be good.
See https://github.com/pivotal/image-relocation/pull/40 and, in particular, [this script](https://gist.github.com/st3v/f365fe83762f68f85a3a5729b89dfaa1) from @st3v which works fine on macOS.
I was using a program that used this library and it gave me with this error message: `Error preparing artifacts: UNAUTHORIZED: authentication required; [map[Type:repository Class: Name:deislabs/arsebiscuits-cnab Action:pull]]` The stringised Go...
Also delete the corresponding mocks and their generation in this repo.
Some unit tests were added by PR https://github.com/pivotal/image-relocation/pull/8, but more can be back-filled.