Don't connect to BuildKit daemon in test #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The container spawned from the newly built image might not be running on
a Docker-in-Docker host that has access to a BuildKit daemon, so
attempting to use one is likely going to fail.
Merely checking that the CLI is installed will have to suffice.