Skip to content

Commit

Permalink
change to buildkitd2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnamehrotra committed Aug 1, 2023
1 parent f67b7ec commit 8b4178c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ load helpers

teardown_file(){
docker ps -a
sudo docker stop buildkitd
sudo docker stop buildkitd2
}

@test "Run buildkit in container"{
docker run --net=host --detach --rm --privileged --name buildkitd --entrypoint buildkitd moby/buildkit:v0.12.0 --addr tcp://0.0.0.0:8888
docker run --net=host --detach --rm --privileged --name buildkitd2 --entrypoint buildkitd moby/buildkit:v0.12.0 --addr tcp://0.0.0.0:8888
assert_success
}

Expand Down

0 comments on commit 8b4178c

Please sign in to comment.