Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Dec 11, 2024
1 parent 0fbcbba commit 38866b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions spec/libraries/registry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
expect(chef_run).to login_docker_registry('chefspec_custom_registry').with(
email: 'chefspec_email',
password: 'chefspec_password',
username: 'chefspec_username',
host: 'unix:///var/run/docker.sock'
username: 'chefspec_username'
)
end
end
Expand Down
8 changes: 0 additions & 8 deletions test/cookbooks/docker_test/recipes/image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
write_timeout 60
end

# pull NVIDIA CUDA image for GPU testing
docker_container 'nvidia/cuda' do
tag 'latest'
action :pull_if_missing
gpus 'all'
gpu_driver 'nvidia'
end

# host override
docker_image 'alpine-localhost' do
repo 'alpine'
Expand Down

0 comments on commit 38866b1

Please sign in to comment.