Ask: support for Azure Pipelines, besides Github Actions
Hello. I was looking forward to adding pandoc into a pipeline for transforming our documentation into other formats (PDF) automatically. The Github Actions implementation seemed really interesting, but I really want to get it to work within the Azure DevOps/Azure Pipelines environment.
I read on the Microsoft docs on alpine containers that there are some requirements on making this work. Specifically supplying Node.js, some tools and a few references.
Can anyone tell me whether:
- The docker image as it currently stands supports these tooling?
- Is what I am asking possible in the short term? For example, what steps could I take to customize a container for this purpose?
If the answer is no to all of these, I would kindly request support for Azure Pipelines in the future. If this feature is possible, I would like to suggest a quickstart section to the docs.
Thank you for considering my request in advace.