mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-12 05:23:36 +00:00
Correcting Dockerfile path for manual e2e tests
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
This commit is contained in:
parent
a52680b3bf
commit
9e3ad2ea1e
@ -10,7 +10,7 @@ running="$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null || t
|
|||||||
if [ "${running}" != 'true' ]; then
|
if [ "${running}" != 'true' ]; then
|
||||||
# run registry and push the multus image
|
# run registry and push the multus image
|
||||||
docker run -d --restart=always -p "${reg_port}:5000" --name "${reg_name}" registry:2
|
docker run -d --restart=always -p "${reg_port}:5000" --name "${reg_name}" registry:2
|
||||||
docker build -t localhost:5000/multus:e2e ..
|
docker build -t localhost:5000/multus:e2e -f ../deployments/Dockerfile ..
|
||||||
docker push localhost:5000/multus:e2e
|
docker push localhost:5000/multus:e2e
|
||||||
fi
|
fi
|
||||||
reg_host="${reg_name}"
|
reg_host="${reg_name}"
|
||||||
|
Loading…
Reference in New Issue
Block a user