Skip to content

Commit

Permalink
make DOCKER_ARGS a passable var from CLI builds (#2434)
Browse files Browse the repository at this point in the history
Signed-off-by: jonahjon <jonahjones094@gmail.com>
  • Loading branch information
jonahjon authored Jun 20, 2023
1 parent 0148511 commit 3cd4b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BINS = aws-k8s-agent aws-cni grpc-health-probe cni-metrics-helper aws-vpc-cni aw
CORE_PLUGIN_DIR = $(MAKEFILE_PATH)/core-plugins/

# DOCKER_ARGS is extra arguments passed during container image build.
DOCKER_ARGS =
DOCKER_ARGS ?=
# DOCKER_RUN_FLAGS is set the flags passed during runs of containers.
DOCKER_RUN_FLAGS = --rm -ti $(DOCKER_ARGS)
# DOCKER_BUILD_FLAGS_CNI is the set of flags passed during CNI container image
Expand Down

0 comments on commit 3cd4b76

Please sign in to comment.