Neuro-extras

Latest version: v24.10.0

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

Scan your dependencies

Page 2 of 4

22.2.2

=================================


Bugfixes
--------


- Fix relative dockerfile path for Kaniko on Windows ([463](https://github.com/neuromation/neuro-extras/issues/463))

22.2.1

=================================


Features
--------


- Added Python 3.10 support. ([417](https://github.com/neuromation/neuro-extras/issues/417))

- Add `local-build` subcommand to `neuro-extras image` that allows building images via local Docker daemon. ([448](https://github.com/neuromation/neuro-extras/issues/448))

- Help user to select the resource preset for image build ([450](https://github.com/neuromation/neuro-extras/issues/450))


Deprecations and Removals
-------------------------


- Removed Python 3.6 support. ([417](https://github.com/neuromation/neuro-extras/issues/417))

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-registy-auth` command might become handy in this case.

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

21.9.3

=================================


Features
--------


- Support Python 3.8 and 3.9 ([249](https://github.com/neuromation/neuro-extras/issues/249))

21.7.23

=================================


Features
--------


- Reduce neuro-extras image size, add neuro-flow into the image and include GitHub ssh key to known hosts. ([290](https://github.com/neuromation/neuro-extras/issues/290))


Bugfixes
--------


- Image transfer now works even if it was initiated not from SRC cluster. ([295](https://github.com/neuromation/neuro-extras/issues/295))

21.7.2

=================================


Features
--------


- Make `neuro-extras data cp` accept preset name and migrate code to use `neuro.jobs.start` method in the SDK ([218](https://github.com/neuromation/neuro-extras/issues/218))


Bugfixes
--------


- Downgrade Kaniko to v1.3.0 due to OOMKills ([287](https://github.com/neuromation/neuro-extras/issues/287))

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.