Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove `pkg/registries` | Valentin Rothberg | 2021-06-25 |
| | | | | | | | | | | | | | | Pull the trigger on the `pkg/registries` package which acted as a proxy for `c/image/pkg/sysregistriesv2`. Callers should be using the packages from c/image directly, if needed at all. Also make use of libimage's SystemContext() method which returns a copy of a system context, further reducing the risk of unintentionally altering global data. [NO TESTS NEEDED] Signed-off-by: Valentin Rothberg <rothberg@redhat.com> | ||
* | fix use with localhost (testing) | troyready | 2021-03-12 |
| | | | | Signed-off-by: troyready <troy@troyready.com> | ||
* | add /auth for docker compatibility | troyready | 2021-03-12 |
This endpoint just validates credentials: https://github.com/moby/moby/blob/v20.10.4/api/swagger.yaml#L7936-L7977 Fixes: #9564 Signed-off-by: troyready <troy@troyready.com> |