envoyproxy / envoyproxy/nighthawk

Validate in CI that the Docker image can actually run

Open
#1,317 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C++
Stars
414
Forks
95
Avg merge
2d 9h
Merged PRs (30d)
11

Description

https://github.com/envoyproxy/nighthawk/issues/1312 found that the image published to https://hub.docker.com/r/envoyproxy/nighthawk-dev/tags was broken for everyone. It would not even have been able to start on the machine where it was built.

This is a way to check, with `docker run` picking up the newly built image:

```
ci/do_ci.sh docker
docker run envoyproxy/nighthawk-dev:latest nighthawk_client --help
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.