Skip to content

Commit

Permalink
pandoc: point to a joint OCI org image
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Dec 7, 2020
1 parent 79b036d commit 4366201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- export PATH=$HOME/gopath/bin:$PATH

before_install:
- docker pull vbatts/pandoc
- docker pull quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64
- make install.tools
- go get -u github.com/alecthomas/gometalinter
- gometalinter --install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PANDOC ?= $(shell command -v pandoc 2>/dev/null)
OUTPUT_DIRNAME ?= output/
DOC_FILENAME ?= oci-image-spec

PANDOC_CONTAINER ?= docker.io/vbatts/pandoc:1.17.0.3-2.fc25.x86_64
PANDOC_CONTAINER ?= quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64
ifeq "$(strip $(PANDOC))" ''
ifneq "$(strip $(DOCKER))" ''
PANDOC = $(DOCKER) run \
Expand Down

0 comments on commit 4366201

Please sign in to comment.