Docker updates for v3.8 #11155
Replies: 1 comment 4 replies
-
The About nightly builds: pandoc is recognized by Docker as an official Open Source Organization, which gives us access to useful tools, including the Docker Build Cloud. That allows us to build pandoc images for both, amd64 and arm64. However, our build-times are limited to 400 minutes per month. Building all images for a release consumes around 90-100 minutes. So we can do no more than 4 full releases each month. Everything above fortnightly builds is therefore out of the question. We could setup weekly or even nightly builds using just GitHub Actions, but this would limit us to amd64 images. Factoring in that each such build consumes resources and thus leaves an environmental footprint, I opted to refrained from doing that. The benefit doesn't seem to justify the costs and the effort to set it up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Even though I use the standalone version on a daily basis, I sometimes experiment with pandoc using the docker images available on Docker Hub. I was wondering when v3.8 will be available as a prebuilt Docker image, and if there were plans to make the nightly build version available as a Docker Image, for testing bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions