Backend.ai

Latest version: v22.3.0

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

Scan your dependencies

Page 13 of 27

19.03.0b2

----------------------

- Add missing implementation for authenticated image pulls from private docker
registries.

19.03.0b1

----------------------

- BIG: Support dynamic resource slots and full private Docker registries. (98)
- Expand support for various kernel environments: Python 2, R, Julia, JupyterHub

19.03.0a3

----------------------

- Replace "--skip-jail" option with "--sandbox-type", which now defaults to use
Docker-provided sandboxing until we get our jail stabilized.

19.03.0a2

----------------------

- Fix missing stderr outputs in the query mode. Now standard Python exception logs
may contain ANSI color codes as `jupyter_client` automatically highlights them.
(93)

19.03.0a1

----------------------

- NEW: Rewrite the kernel image specification. Now it is much easier to build
your own kernel image by adding just a few more labels in Dockerfiles.
(ref: https://github.com/lablup/backend.ai-kernels/#howto-adding-a-new-image)
- We now support official NVIDIA GPU Cloud images in this way.
- We are now able to support Python 2.x kernels again!
- Now agent/kernel-runner/jail/hook are all managed together and the kernel
images are completely separated from their changes.
- NEW: New command-line options
- `--skip-jail`: disables our jail and falls back to the Docker's default seccomp
filter. Useful for troubleshotting with our jail.
- `--jail-arg`: when using our jail, add extra command-line arguments to the jail
by specifying this option multiple times.
Note that options starting with dash must be prepended with an extra space to
avoid parsing issues imposed by the Python's standard argparse module.
- `--kernel-uid`: when the agent is executed as root, use this to make the kernel
containers to run as specific user/UID.
- `--scratch-in-memory`: moves the scratch and /tmp directories into a separate
in-memory filesystem (tmpfs) to avoid inode/quota exahustion issues in
multi-tenant setups.

This option is only available at Linux and the agent must be run as root. When
used, the size of each directory is limited to 64 MiB. (In the future this will
become configurable.)
- CHANGE: The kernel runner now preserves container-defined environment variables.

18.12.3

--------------------

* Add "--skip-sslcert-validation" option and environment variable equivalent.
(backported from master)
* Fix pretty-printing of server errors with no/null title field in the details.
(backported from master)

Page 13 of 27

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.