Skip to content

Commit 859973e

Browse files
authored
Merge pull request #814 from vbatts/change_image
pandoc: point to a joint OCI org image
2 parents 79b036d + 4366201 commit 859973e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- export PATH=$HOME/gopath/bin:$PATH
1414

1515
before_install:
16-
- docker pull vbatts/pandoc
16+
- docker pull quay.io/oci/pandoc:1.17.0.3-2.fc25.x86_64
1717
- make install.tools
1818
- go get -u github.com/alecthomas/gometalinter
1919
- gometalinter --install

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PANDOC ?= $(shell command -v pandoc 2>/dev/null)
77
OUTPUT_DIRNAME ?= output/
88
DOC_FILENAME ?= oci-image-spec
99

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

0 commit comments

Comments
 (0)