feat: init
Main Release / hadolint (push) Successful in 9s
Main Release / build (push) Successful in 2m15s
Main Release / tag (push) Successful in 16s
Tag Release / hadolint (push) Successful in 15s
Tag Release / build (push) Successful in 19s
Tag Release / build-push (push) Successful in 2m48s

This commit is contained in:
Julien Cabillot
2026-06-16 10:50:50 -04:00
parent 210d74dae7
commit cd7f15c48e
8 changed files with 260 additions and 1 deletions
+26 -1
View File
@@ -1,3 +1,28 @@
# hermes-agent
Hermes Agent container image
Container image for [Hermes Agent](https://github.com/NousResearch/hermes-agent) with additional tooling.
## Image
`jcabillot/hermes-agent` — [Docker Hub](https://hub.docker.com/r/jcabillot/hermes-agent)
Based on `nousresearch/hermes-agent` with `gnupg` and `jq` added.
## Usage
```bash
docker pull jcabillot/hermes-agent
```
## Build locally
```bash
docker build -t jcabillot/hermes-agent .
```
## Tags
| Tag | Description |
|-----|-------------|
| `latest` | Latest stable build from `main` |
| `sha-<commit>` | Per-commit build |