readthedocs-docker-images icon indicating copy to clipboard operation
readthedocs-docker-images copied to clipboard

Docker image definitions used by Read the Docs

Results 11 readthedocs-docker-images issues
Sort by recently updated
recently updated
newest added

We hit what looks to be an intermittent failure to download a Python tarball: ``` Downloading python-build... Cloning into '/home/docs/.asdf/plugins/python/pyenv'... python-build 3.6.15 /home/docs/.asdf/installs/python/3.6.15 Downloading Python-3.6.15.tar.xz... -> https://www.python.org/ftp/python/3.6.15/Python-3.6.15.tar.xz error: failed to...

Improvement
Accepted

Following the same pattern we implemented in https://github.com/readthedocs/readthedocs-docker-images/pull/179 to build and upload .tar.gz to S3, we should build the Docker image on `/release/ubuntu-*/` branches and upload them to Docker Hub....

Improvement

When trying to convert a PDF file to PNG, I get the following error: ``` RuntimeError: Error running 'convert -density 96 /tmp/magic_call-rrtbdrjl/magic_call.pdf /tmp/magic_call-rrtbdrjl/magic_call.pdf.png' to create 'magic_call.pdf.png': convert-im6.q16: not authorized `/tmp/magic_call-rrtbdrjl/magic_call.pdf'...

Needed: more information

Most of the image size and build time comes from the LaTeX tooling required to build PDF's. We should create a `nopdf` version of the images that exclude this. We...

Needed: design decision

This would still be a manual process, as I don't know how we would automate the integration tests, but it would at least give maintainers and contributors a quick way...

Needed: design decision
Needed: tests

ImageMagick installed with Ubuntu/Debian does not include RSVG enabled by default. RSVG has to be enabled by compiling ImageMagick with ``--with-rsvg=yes`` with all of the various delegates configured and installed....

Hi, Please advise as to the Licensing of this project.

Though we already have `asdf`, it might be better to also have `pipx` so that we can install Python Applications directly from PyPI when needed. Current workaround in `.readthedocs.yaml`: ```...

Feature

We are currently using [`asdf v0.14.0`](https://github.com/readthedocs/readthedocs-docker-images/blob/main/Dockerfile#L132) and we haven't had any issue so far. There is a new version of `asdf` that was completely rewritten in Go, and the whole...

Needed: design decision
Improvement

This has been reported before in #48, but I'm still struggling to get a local instance of a readthedocs server running in docker. Like other users have done in the...