We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59c234 commit 641347fCopy full SHA for 641347f
2 files changed
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