Neuro-extras

Latest version: v24.2.0

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 10

21.11.1

21.11.0

Features
--------


- Allow to build and push docker images to the remote image registries.

The requirement for allowing Kaniko (the underlying tool) to push such images - it should be authenticated.

The registry authention data structure should be in the following form:
`{"auths": {"<registry URI>": {"auth": "<base64 encoded '<username>:<password>' string"}}}`
(tested with the `https://index.docker.io/v1/` - public DockerHub registry)

`neuro-extras config build-registry-auth` command might become handy in this case.

To attach the target registry AUTH data into the builder job, one might save it as the platform secret and mount it into the builder job.
Mounting of the secret could be done either as the ENV variable with the name prefixed by `NE_REGISTRY_AUTH` or as the secret file.
In the latter case, the ENV variable should also be added with the mentioned above prefix and pointing to the corresponding file. ([328](https://github.com/neuromation/neuro-extras/issues/328))

21.9.3

Checkout [CHANGELOG.md](CHANGELOG.md) for release notes.

21.7.23

21.7.2

21.3.19

Checkout [CHANGELOG.md](CHANGELOG.md) for release notes.

Page 3 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.