Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
1
vendor/github.com/containers/image/docker/fixtures/registries.d/emptyConfig.yaml
generated
vendored
Normal file
1
vendor/github.com/containers/image/docker/fixtures/registries.d/emptyConfig.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{}
|
||||
14
vendor/github.com/containers/image/docker/fixtures/registries.d/internal-example.com.yaml
generated
vendored
Normal file
14
vendor/github.com/containers/image/docker/fixtures/registries.d/internal-example.com.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
docker:
|
||||
example.com:
|
||||
sigstore: https://sigstore.example.com
|
||||
registry.test.example.com:
|
||||
sigstore: http://registry.test.example.com/sigstore
|
||||
registry.test.example.com:8888:
|
||||
sigstore: http://registry.test.example.com:8889/sigstore
|
||||
sigstore-staging: https://registry.test.example.com:8889/sigstore/specialAPIserverWhichDoesntExist
|
||||
localhost:
|
||||
sigstore: file:///home/mitr/mydevelopment1
|
||||
localhost:8080:
|
||||
sigstore: file:///home/mitr/mydevelopment2
|
||||
localhost/invalid/url/test:
|
||||
sigstore: ":emptyscheme"
|
||||
12
vendor/github.com/containers/image/docker/fixtures/registries.d/internet-user.yaml
generated
vendored
Normal file
12
vendor/github.com/containers/image/docker/fixtures/registries.d/internet-user.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
default-docker:
|
||||
sigstore: file:///mnt/companywide/signatures/for/other/repositories
|
||||
docker:
|
||||
docker.io/contoso:
|
||||
sigstore: https://sigstore.contoso.com/fordocker
|
||||
docker.io/centos:
|
||||
sigstore: https://sigstore.centos.org/
|
||||
docker.io/centos/mybetaprooduct:
|
||||
sigstore: http://localhost:9999/mybetaWIP/sigstore
|
||||
sigstore-staging: file:///srv/mybetaWIP/sigstore
|
||||
docker.io/centos/mybetaproduct:latest:
|
||||
sigstore: https://sigstore.centos.org/
|
||||
1
vendor/github.com/containers/image/docker/fixtures/registries.d/invalid-but.notyaml
generated
vendored
Normal file
1
vendor/github.com/containers/image/docker/fixtures/registries.d/invalid-but.notyaml
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue