botsudo/docker-rustpython

Sponsored OSS

By Wdes SAS / Sudo Bot

Updated about 2 months ago

A docker image for rustpython

Image
Languages & frameworks
0

2.3K

botsudo/docker-rustpython repository overview

A docker rustpython image

This is a Docker image for the RustPython project. It had the default feature flags + freeze-stdlib.

You can find it on Docker Hub and the sources on GitHub.

Pull it

docker pull botsudo/docker-rustpython:latest

Example usage

# A test script
echo -e "import json\nprint(json.dumps([{'server': [{'tls': False}]}]))" > test.py
# Will print: [{"server": [{"tls": false}]}]
docker run -v $PWD/test.py:/app/test.py:ro --rm botsudo/docker-rustpython:latest /app/test.py
# See help
docker run --rm botsudo/docker-rustpython:latest --help

Is my architecture supported ?

We support as much as possible, the list is:

  • linux/386
  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64/v8
  • linux/ppc64le

For linux/s390x, it needs fixing:

Tag summary

Content type

Image

Digest

sha256:165120b22

Size

27.2 MB

Last updated

about 2 months ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

23

Last week