Ben van B

Results 121 comments of Ben van B

@andrewrothstein Regarding the output. If a robot account has been created, what output do you expect from the tool, e.g. `docker login -u="user" -p="token"` so it could be issued on...

Create robot ``` curl -s -H "Authorization: Bearer ${QUAY_APP_TOKEN}" \ --header "Content-Type:application/json" -X PUT \ -d "{\"description\":\"Robot account created by bot\"}" \ "https://quay.io/api/v1/organization/some-org/robots/some-user" ``` Add permission ``` curl -s -H...

@vvvvvvch Did you create the docker repository in your new nexus server? Could [you](https://github.com/030/n3dr/blob/main/docs/quickstarts/DOCKER.md) check this doc?

You could add me as a reviewer.

Probably you have already some ideas how to implement this feature. Geerlingguy implemented this feature as follows for nodejs: https://github.com/geerlingguy/ansible-role-nodejs/blob/master/defaults/main.yml#L15 ``` [nodejs_npm_global_packages: [] # # Install a specific version of...

@andyfeller Where to create an issue for the GitHub API so the calls that are required for enabling/disabling releases, packages and deployments can be implemented?

We now installed iproute. I thought that it could be reverted if there were releases.

@euskadi31 Could you indicate what is the status of this? This seems to solve #4260

What about adding a new key, e.g. imageDigest? This will ensure that existing functionality will not break.