diff --git a/.travis.yml b/.travis.yml index aef821a52..624e455e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile b/Makefile index 64a8c84d0..56bfadfc9 100644 --- a/Makefile +++ b/Makefile @@ -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 \