Skip to content

pandoc: point to a joint OCI org image#1078

Closed
vbatts wants to merge 1 commit intoopencontainers:mainfrom
vbatts:change_image
Closed

pandoc: point to a joint OCI org image#1078
vbatts wants to merge 1 commit intoopencontainers:mainfrom
vbatts:change_image

Conversation

@vbatts
Copy link
Member

@vbatts vbatts commented Dec 7, 2020

Signed-off-by: Vincent Batts [email protected]

@alban
Copy link
Contributor

alban commented Dec 7, 2020

LGTM. Thanks @vbatts

For the record, before this PR, Travis tests was sometimes failing with:

$ docker pull vbatts/pandoc
Using default tag: latest
Error response from daemon: received unexpected HTTP status: 500 Server Error
The command "docker pull vbatts/pandoc" failed and exited with 1 during .

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(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)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quay.io/oci/pandoc:latest seems to work fine. Is there any reason for using an older version?

@jdolitsky
Copy link
Contributor

Can we modify to use the image located at https://github.com/opencontainers/container-images?

ghcr.io/opencontainers/pandoc:2.9.2.1-8.fc33.x86_64@sha256:5d81ff930a043295a557be8b003ece2a33d14e91b28c50d368413b83372f8d28

@vbatts
Copy link
Member Author

vbatts commented Apr 20, 2022

stale PR

@vbatts vbatts closed this Apr 20, 2022
@vbatts vbatts deleted the change_image branch April 20, 2022 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants