Corey Quon

Results 3 issues of Corey Quon

Hi, I think defining the retryCount on the WorkflowTask provides a more customizable way to fine tune tasks for a given workflow. There may be some workflows that want to...

enhancement
help_wanted

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":...

I was using the registry client to query manifests / manifest lists from Docker Hub. By only setting the "Accept" header to schema2 manifests, manifest lists were not correctly being...

bug