diff options
author | Mauro Sardara <msardara@cisco.com> | 2022-09-13 10:58:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2022-09-13 10:58:30 +0000 |
commit | b22de5bb26de43324419ce275272d38333c42879 (patch) | |
tree | 930978dbc96fc67507d8380861d7076523ee7068 /tests/1-node.yml | |
parent | b7f57d0f689d073340994cdade532462ca264d3b (diff) | |
parent | 741952819d7452f7690c3ca355f42dac30b1d854 (diff) |
Merge "fix: re-introduce BASE_IMAGE argument in docker-compose files for tests"
Diffstat (limited to 'tests/1-node.yml')
-rw-r--r-- | tests/1-node.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/1-node.yml b/tests/1-node.yml index 515ca6871..eb8c19f34 100644 --- a/tests/1-node.yml +++ b/tests/1-node.yml @@ -4,6 +4,8 @@ services: build: context: .. dockerfile: ${DOCKERFILE} + args: + - BASE_IMAGE image: hicn-base privileged: true container_name: forwarder |