Hello,
As far as I can tell the official docker images are not signed. This means these images will fail to download in environments where docker content trust is configured. It would be nice if this was done.
# docker trust inspect pandoc/core
[]
no signatures or cannot access pandoc/core
Pulling docker image pandoc/extra ...
WARNING: Failed to pull image with policy "always": missing signature key
ERROR: Job failed: failed to pull image "pandoc/extra" with specified policies [always]: missing signature key
Hello,
As far as I can tell the official docker images are not signed. This means these images will fail to download in environments where docker content trust is configured. It would be nice if this was done.