reg icon indicating copy to clipboard operation
reg copied to clipboard

Docker registry v2 command line client and repo listing generator with security checks.

Results 62 reg issues
Sort by recently updated
recently updated
newest added

When querying for vulns, I get this error ``` $ reg vulns --clair https://clair.j3ss.co r.j3ss.co/chrome ``` I am using this version of reg ``` reg: version : v0.16.1 git hash...

bug

It adds `--prefix-path` option on `reg server` command.

- It took me a while to figure out how this was supposed to be setup, so I figured I'd save someone else some time - Configuration is based on...

Resolves: https://github.com/genuinetools/reg/issues/190 Previously: ``` $ reg manifest alpine INFO[0000] domain: docker.io INFO[0000] server address: https://registry-1.docker.io { "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "config": { "mediaType": "application/vnd.docker.container.image.v1+json", "size": 1512, "digest": "sha256:055936d3920576da37aa9bc460d70c5f212028bda1c08c0879aedf03d7a66ea1" }, "layers":...

Given there is an image in GCR having a manifest referenced by a digest and a tag pointing to that manifest `reg rm gcr.io/project/image:tag` directly tries to delete the underlying...

bug
registry/gcr

I am not able to get reg working. My setup is: - openshift 3.11 - Openshift registry - [clair 2.1.2](quay.io/coreos/clair:v2.1.2) (running on openshift) - reg (running on openshift in a...

It seems like this tool does not support pagination when listing the tags using `reg tags`. AWS ECR limits this to 100 results and returns the next url in the...

I was surprised by the behavior of `reg rm` in that it removes other tags that point to the same image digest as well as the specified tag. The real-world...

When an auth challenge does not contain a value for service there is no point in passing an empty value to the challenge endpoint. Moreover, not passing an empty values...