Skip to content

Commit

Permalink
fixuo
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 16, 2024
1 parent d206c39 commit 6adfaab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ services:
fits:
image: islandora/fits:main
crayfits:
image: ${DOCKER_REPOSITORY_BASE}-fits:${DOCKER_TAG}
image: lehighlts/scyllaridae-fits:${DOCKER_TAG}
ffmpeg:
image: ${DOCKER_REPOSITORY_BASE}-ffmpeg:${DOCKER_TAG}
image: lehighlts/scyllaridae-ffmpeg:${DOCKER_TAG}
imagemagick:
image: ${DOCKER_REPOSITORY_BASE}-imagemagick:${DOCKER_TAG}
image: lehighlts/scyllaridae-imagemagick:${DOCKER_TAG}
tesseract:
image: ${DOCKER_REPOSITORY_BASE}-tesseract:${DOCKER_TAG}
image: lehighlts/scyllaridae-tesseract:${DOCKER_TAG}
whisper:
image: ${DOCKER_REPOSITORY_BASE}-whisper:${DOCKER_TAG}
image: lehighlts/scyllaridae-whisper:${DOCKER_TAG}
pandoc:
image: ${DOCKER_REPOSITORY_BASE}-pandoc:${DOCKER_TAG}
image: lehighlts/scyllaridae-pandoc:${DOCKER_TAG}
test:
image: alpine
command: sleep 300
environment:
DOCKER_REPOSITORY_BASE: ${DOCKER_REPOSITORY_BASE}
DOCKER_TAG: ${DOCKER_TAG}
volumes:
- ./test.sh:/test.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ for SERVICE in "${SERVICES[@]}"; do
elif [ "$SERVICE" == "pandoc" ]; then
curl -o result.tex \
-H "Content-Type: text/markdown" \
-H "Accept: text/x-latex" \
-H "Accept: application/x-latex" \
--data-binary "@/fixtures/pandoc/input.md" \
"$URL"

Expand Down

0 comments on commit 6adfaab

Please sign in to comment.