Giter VIP home page Giter VIP logo

Comments (8)

shaardie avatar shaardie commented on August 28, 2024 2

Thanks for caring. The docker command was only to show the problem. The actual issue I encountered is that my GitLab CI documentation Jobs are not working anymore. I will try to fix them today in a small example, I am going to post here https://gitlab.com/shaardie/pandoc-docker-test.

from dockerfiles.

K4zuki avatar K4zuki commented on August 28, 2024 1

I think this is entrypoint matter.
Does this give what you want?

$ docker run -it --entrypoint=sh pandoc/latex:2.10
                 ^^^^^^^^^^^^^^^

from dockerfiles.

svenevs avatar svenevs commented on August 28, 2024 1

Also, you probably want to do docker run --rm -it --entrypoint=/bin/sh with the added --rm. Otherwise container stays around after you ctrl+D to exit shell (check docker ps -a iirc, you probably have a handful of containers you want to kill).

from dockerfiles.

shaardie avatar shaardie commented on August 28, 2024

Okay, this is working fine. Thanks for the help.

from dockerfiles.

svenevs avatar svenevs commented on August 28, 2024

Yes this is #78 thank you for asking / answering! Just following up to confirm 2.10 went out yesterday, but you were right to raise an issue (we're aware that this is hard to search for as the error messages will always depend on individual use cases).

I will be adding docs and closing that issue later today, I'm in the middle of a really complicated move and only had time to build the images yesterday x0

from dockerfiles.

tarleb avatar tarleb commented on August 28, 2024

Thanks @shaardie. There is issue #75 which is about the lack of documentation of this. Any help would be greatly appreciated.

We could also think about adding a repo similar to pandoc/pandoc-actions-example for GitLab. Might be a good excuse to finally populate the pandoc group on GitLab.

from dockerfiles.

shaardie avatar shaardie commented on August 28, 2024

@tarleb Since I have already some working GitLab CI Jobs for Pandoc and since I am using Pandoc pretty often, I would love to help with this. So you want to have this examples directly in a repository on GitLab? How can I best start with this?

from dockerfiles.

tarleb avatar tarleb commented on August 28, 2024

Great! I'm going to create a repo on GitLab and give you access.

from dockerfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.