From 4c7856928c3a7405c3200f586303ac8f9c4255e9 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Fri, 30 Jan 2026 21:22:01 +0100 Subject: [PATCH] chore: add registries.json Disable all uploads --- REUSE.toml | 2 +- registries.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 registries.json diff --git a/REUSE.toml b/REUSE.toml index d43e6bc..d9edf38 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -24,7 +24,7 @@ SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation SPDX-License-Identifier = "Apache-2.0" [[annotations]] -path = "integration.json" +path = ["integration.json", "registries.json"] precedence = "override" SPDX-FileCopyrightText = "Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved." SPDX-License-Identifier = "Apache-2.0" diff --git a/registries.json b/registries.json new file mode 100644 index 0000000..a6da9a5 --- /dev/null +++ b/registries.json @@ -0,0 +1,4 @@ +{ + "dockerhub": false, + "GCR": false +}