Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
wait

behave:
image: ghcr.io/davidcozens/behave:sha-b871b1c
image: ghcr.io/davidcozens/behave:sha-3faff14
volumes:
- ..:/workspaces/SolidSyslog:cached
- ../Bdd/output:/workspaces/SolidSyslog/Bdd/output
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.bdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
retries: 10

behave:
image: ghcr.io/davidcozens/behave:sha-b871b1c
image: ghcr.io/davidcozens/behave:sha-3faff14
user: "0"
volumes:
- ..:/workspaces/SolidSyslog
Expand Down
2 changes: 1 addition & 1 deletion docs/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| `ghcr.io/davidcozens/cpputest` | `sha-18f19e1` | devcontainer (`gcc` service), all CI jobs except clang |
| `ghcr.io/davidcozens/cpputest-clang` | `sha-0385cea` | `clang` compose service, `clang-build-and-test` CI job |
| `balabit/syslog-ng` | `latest` | `syslog-ng` service — BDD test oracle |
| `ghcr.io/davidcozens/behave` | `sha-b871b1c` | `behave` service — Debian trixie + Python 3.12 + Behave for BDD scenarios |
| `ghcr.io/davidcozens/behave` | `sha-3faff14` | `behave` service — Debian trixie + Python 3.12 + Behave for BDD scenarios |

## Docker Compose setup

Expand Down
Loading