Skip to content

Commit 45b274c

Browse files
committed
docs: add Docker Images to README.md
1 parent 3819b6a commit 45b274c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Simple headless browser API to render images (PNG, JPEG, WebP, etc.) and PDFs fr
1313
| -------------- | ----- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
1414
| `HEADLESS_KEY` | `str` | `None` | Secret key that should be passed in protected calls so that the server-side "trusts" the client side (authentication). |
1515

16+
## Docker Images
17+
18+
Headless is available on Docker Hub with the following tags:
19+
20+
| Tag | Description | Supported Architectures |
21+
| ---------- | -------------------------------------------------- | ----------------------------------------------- |
22+
| `latest` | The most up-to-date stable version. | `linux/amd64` |
23+
| `debian` | Debian-based container for stability and security. | `linux/amd64` |
24+
| `chromium` | Container using chromium instead of chrome. | `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` |
25+
1626
## License
1727

1828
Headless is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
@@ -23,3 +33,4 @@ Headless is currently licensed under the [Apache License, Version 2.0](http://ww
2333
[![Build Status GitHub](https://github.com/hivesolutions/headless/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/headless/actions)
2434
[![npm Status](https://img.shields.io/npm/v/hive-headless.svg)](https://www.npmjs.com/package/hive-headless)
2535
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)
36+

0 commit comments

Comments
 (0)