We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6de3c2 commit 0e40a0cCopy full SHA for 0e40a0c
REUSE.toml
@@ -24,7 +24,7 @@ SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation
24
SPDX-License-Identifier = "Apache-2.0"
25
26
[[annotations]]
27
-path = "integration.json"
+path = ["integration.json", "registries.json"]
28
precedence = "override"
29
SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved."
30
registries.json
@@ -0,0 +1,4 @@
1
+{
2
+ "dockerhub": false,
3
+ "GCR": false
4
+}
0 commit comments