Skip to content

Commit

Permalink
Add nighthawk_adaptive_load_client to docker_build.sh (#1089)
Browse files Browse the repository at this point in the history
Signed-off-by: Otto van der Schaaf <oschaaf@aviatrix.com>
  • Loading branch information
Otto van der Schaaf authored Mar 15, 2024
1 parent 2ad464c commit f4a3a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e

DOCKER_NAME="nighthawk"
DOCKER_IMAGE_PREFIX="envoyproxy/${DOCKER_NAME}"
BINARIES=(nighthawk_test_server nighthawk_client nighthawk_service nighthawk_output_transform)
BINARIES=(nighthawk_test_server nighthawk_client nighthawk_service nighthawk_output_transform nighthawk_adaptive_load_client)
BAZEL_BIN="$(bazel info -c opt bazel-bin)"
WORKSPACE="$(bazel info workspace)"
TMP_DIR="${WORKSPACE}/tmp-docker-build-context"
Expand All @@ -35,4 +35,4 @@ cd "${TMP_DIR}"
echo "running docker build ... "
docker build -f "${TMP_DIR}/Dockerfile-${DOCKER_NAME}" -t "${DOCKER_IMAGE_PREFIX}-dev:latest" .
rm -rf "${TMP_DIR}"
echo "docker build finished"
echo "docker build finished"

0 comments on commit f4a3a6b

Please sign in to comment.