Files
alec.turner d26252fc11 update dockerfiles based on latest streamline image
The latest images incorporate all changes previously added by the dockerfiles.
The arm image however is still missing/unreliable from the registry and must be
built independently.
2024-04-25 10:04:06 -07:00

20 lines
558 B
JSON

{
"name": "h4cc/wkhtmltoimage-amd64",
"description": "Convert html to image using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"keywords": ["image", "thumbnail", "snapshot", "wkhtmltoimage", "convert", "binary"],
"license": "LGPL Version 3",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"minimum-stability": "stable",
"bin": [
"bin/wkhtmltoimage-amd64"
],
"require": {
}
}