Skip to content

Commit

Permalink
Update Dockerfile-nighthawk (#1102)
Browse files Browse the repository at this point in the history
This is an addendum to #1089

This actually makes sure that the docker image that gets pushed from CI will contain the binary which is now available.

Signed-off-by: Otto van der Schaaf <oschaaf@aviatrix.com>
  • Loading branch information
Otto van der Schaaf authored Mar 20, 2024
1 parent f632116 commit bba21f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/Dockerfile-nighthawk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ADD nighthawk_client /usr/local/bin/nighthawk_client
ADD nighthawk_test_server /usr/local/bin/nighthawk_test_server
ADD nighthawk_output_transform /usr/local/bin/nighthawk_output_transform
ADD nighthawk_service /usr/local/bin/nighthawk_service
ADD nighthawk_adaptive_load_client /usr/local/bin/nighthawk_adaptive_load_client
ADD default-config.yaml /etc/envoy/envoy.yaml

# Ports for nighthawk_test_server, see default-config.yaml
Expand Down

0 comments on commit bba21f2

Please sign in to comment.