pandoc: point to a joint OCI org image#1078
pandoc: point to a joint OCI org image#1078vbatts wants to merge 1 commit intoopencontainers:mainfrom
Conversation
Signed-off-by: Vincent Batts <[email protected]>
|
LGTM. Thanks @vbatts For the record, before this PR, Travis tests was sometimes failing with: |
| DOCKER ?= $(shell command -v docker 2>/dev/null) | ||
| PANDOC ?= $(shell command -v pandoc 2>/dev/null) | ||
|
|
||
| PANDOC_CONTAINER ?= quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64 |
There was a problem hiding this comment.
| PANDOC_CONTAINER ?= quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64 | |
| PANDOC_IMAGE ?= quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64 |
😇
Given this version string is now much more complex than trusting vbatts/pandoc:latest, would it also make sense to either have a docker pull $(PANDOC_IMAGE) target or perhaps have install.tools do that?
There was a problem hiding this comment.
(To avoid the .travis.yml duplication, which will inevitably get out of sync or trip folks up if they need to bump this for whatever reason)
There was a problem hiding this comment.
quay.io/oci/pandoc:latest seems to work fine. Is there any reason for using an older version?
|
Can we modify to use the image located at https://github.com/opencontainers/container-images? |
|
stale PR |
Signed-off-by: Vincent Batts [email protected]