https://github.com/hmaier-dev/docker-wkhtmltopdf
debian-based image with wkthtmltopdf plus all deps
https://github.com/hmaier-dev/docker-wkhtmltopdf
Last synced: 5 months ago
JSON representation
debian-based image with wkthtmltopdf plus all deps
- Host: GitHub
- URL: https://github.com/hmaier-dev/docker-wkhtmltopdf
- Owner: hmaier-dev
- Created: 2025-04-15T13:50:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T14:03:21.000Z (about 1 year ago)
- Last Synced: 2025-05-16T06:12:06.977Z (about 1 year ago)
- Language: Earthly
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image
Build the image with the `+build`-target and the fitting version tag:
```bash
earthly +build --tag="v1"
```
If you want to push the image to the Github Container Registry, use the `--push`-flag.
```bash
earthly +build --tag="v1" --push
```