https://github.com/linuxserver/docker-d2-builder
https://github.com/linuxserver/docker-d2-builder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxserver/docker-d2-builder
- Owner: linuxserver
- License: gpl-3.0
- Created: 2024-11-11T19:45:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-25T17:54:59.000Z (7 months ago)
- Last Synced: 2025-11-28T23:15:57.968Z (7 months ago)
- Language: Dockerfile
- Size: 99.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# linuxserver/d2-builder
Expects to run as part of the LSIO CI process. Not for public consumption.
## Running against local project
If you need to test functionality just run:
```bash
docker pull lscr.io/linuxserver/d2-builder:latest && \
docker run -d --rm -v /tmp/d2:/output -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/d2-builder:latest mastodon:latest
```
Generated svg files will be created in `/output`.
## Versions
The following line is only in this repo for loop testing:
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }