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 using `go install github.com/genuinetools/reg@latest` with go 1.18, it five the following error: ``` go: downloading github.com/genuinetools/reg v0.16.1 go: github.com/genuinetools/reg@latest (in github.com/genuinetools/[email protected]): The go.mod file for the module providing named...

When trying to build `reg` with Go 1.18.4 (`darwin/arm64`), I'm getting the following error: ``` ❯ go build # golang.org/x/sys/unix ../../../.go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:28:3: //go:linkname must refer to declared function or variable ../../../.go/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:43:3:...

Please feel free to correct me where I might be wrong in this feature request. I am naive to how certificates work. Seems to be close but not exact to...

feature_request

Without this the command fails with: ``` pass the name of the repository ```

I'm a user of [Fedora Toolbox](https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/) that uses containers for interactive desktop purposes. I'd like to be aware of new tags for the fedora-toolbox repository without a complex automation setup:...

I think it would be a real nice addon to also add container size in the list of containers tags.

Fixes https://github.com/genuinetools/reg/issues/176. This PR makes a query for the v2 manifest and then sum the `size` parameter in the `Layers` array in the return object to calculate the size of...

Is there a way to map a digest to a tag? Given an image for which we know its digest, I would like to map it to its corresponding tag....

This PR allows OCI images to be displayed through the manifest command. It also fixes my scenario on #173 which was caused by the create date being determined via a...

Wanted to manage a registry attached to a running instance of microk8s. Couldn't figure out how to make any command work other than `ls` Everything else returned various errors. For...