https://github.com/gotenberg/integration-tools
Docker image providing integration testing tools for Gotenberg.
https://github.com/gotenberg/integration-tools
Last synced: 11 months ago
JSON representation
Docker image providing integration testing tools for Gotenberg.
- Host: GitHub
- URL: https://github.com/gotenberg/integration-tools
- Owner: gotenberg
- License: mit
- Created: 2025-02-19T18:17:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T07:14:30.000Z (12 months ago)
- Last Synced: 2025-07-17T10:14:12.545Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 9.81 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integration Tools
> [!NOTE]
> This image provides integration testing tools for Gotenberg.
## Build from Source
To compile the project from source, run:
```bash
make build
```
If you need to update the VeraPDF version, first edit the version number in the `.env` file, then execute:
```bash
make download-verapdf build
```