docker-mdbook icon indicating copy to clipboard operation
docker-mdbook copied to clipboard

mdBook Alpine Base Docker Image.

Results 15 docker-mdbook issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/peaceiris/docker-mdbook). ## Repository problems These problems occurred while...

dependencies

Hi, i would like to use mdbook-admonish but rust is not new enough in the image, i tried "rustupdate" but that doesn't seem to have worked. https://ci.codeberg.org/repos/12296/pipeline/103/3

https://github.com/peaceiris/docker-mdbook/actions/runs/6298574777/job/17097672950#step:13:23

There is an aarch64 build of mdbook published, i.e. https://github.com/rust-lang/mdBook/releases/tag/v0.4.32, would it be possible to have your automation publish an image to suit this platform please? use case here is...

This adds the external links module: https://github.com/jonahgoldwastaken/mdbook-external-links I haven't tested the build yet, but wanted to open this PR to see if its something you're interested in.

It is useful that the following assets are pre-installed into the docker image. - mdbook-admonish.css - mermaid-init.js - mermaid.min.js

enhancement
dependencies

As a best security practice, the `Dockerfile` should ensure that the last USER is not `root` (see [here](https://docs.prismacloud.io/en/enterprise-edition/policy-reference/docker-policies/docker-policy-index/ensure-the-last-user-is-not-root) for reference).

Using the suggested [`compose.yml`](https://github.com/peaceiris/docker-mdbook?tab=readme-ov-file#docker-compose) with a book that uses `mdbook-mermaid`, `docker compose up` fails with the following error: ```bash [+] Running 1/0 ✔ Container mdbook Created 0.0s Attaching to mdbook...