From 436620164eb1de77b544a284d11e4b9628b0a658 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 7 Dec 2020 08:58:00 -0500 Subject: [PATCH] pandoc: point to a joint OCI org image Signed-off-by: Vincent Batts --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \