Revision 64f6a1f2
Added by Dmitri Dolguikh about 8 years ago
test/factories/docker_registry.rb | ||
---|---|---|
2 | 2 |
factory :docker_registry do |
3 | 3 |
sequence(:name) { |n| "hub#{n}" } |
4 | 4 |
sequence(:url) { |n| "http://localhost/#{n}" } |
5 |
sequence(:username) { |n| "username#{n}" } |
|
6 |
sequence(:password) { |n| "password#{n}" } |
|
5 | 7 |
end |
6 | 8 |
|
7 | 9 |
trait :with_location do |
Also available in: Unified diff
Fixes #8393: added support for basic auth for standalone registries