Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add regclient/regclient/regctl #9892

Merged

Conversation

CrystalMethod
Copy link
Contributor

regclient/regclient/regctl: Docker and OCI Registry Client in Go and tooling using those libraries

$ aqua g -i regclient/regclient/regctl

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ regctl
Utility for accessing docker registries
More details at https://github.com/regclient/regclient

Usage:
  regctl [command]

Available Commands:
  artifact    manage artifacts
  blob        manage image blobs/layers
  completion  Generate completion script
  help        Help about any command
  image       manage images
  index       manage manifest lists and OCI index
  manifest    manage manifests
  registry    manage registries
  repo        manage repositories
  tag         manage tags
  version     Show the version

Flags:
  -h, --help                 help for regctl
      --logopt stringArray   Log options
      --user-agent string    Override user agent
  -v, --verbosity string     Log level (debug, info, warn, error, fatal, panic) (default "warning")

Use "regctl [command] --help" for more information about a command.

[regclient/regclient/regctl](https://github.com/regclient/regclient): Docker and OCI Registry Client in Go and tooling using those libraries

```console
$ aqua g -i regclient/regclient/regctl
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Feb 15, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v3.133.0 milestone Feb 15, 2023
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Feb 15, 2023

If the latest version has an asset for darwin/arm64, please check if the old version also has an asset for darwin/arm64.
If the old version doesn't have, we have to set version_overrides to enable rosetta2 in old versions.

@suzuki-shunsuke suzuki-shunsuke merged commit 09f4373 into aquaproj:main Feb 15, 2023
@suzuki-shunsuke
Copy link
Member

And if you create multiple pull requests for the same repository (in this case regclient/regclient),
I think it is better to merge them to one pull request because after a pull request is merged we have to resolve a conflict.

#9893

image

Conflict occurs when we create pull requests for packages whose names are consecutive.

@suzuki-shunsuke
Copy link
Member

@CrystalMethod CrystalMethod deleted the feat/regclient/regclient/regctl branch February 15, 2023 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants