From 69d281f11261ee3b3048d0edbad29e752cafcced Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 25 Jan 2026 20:41:27 +0100 Subject: [PATCH 1/2] chore: fix paths to sub readmes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6cfde12..b26f2f5 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ The buildpack is published for consumption at ## Behavior This buildpack participates if one of the following detection succeeds: -- (miniconda)[installers/pkg/minconda/README.md] -> Always -- (pip)[installers/pkg/pip/README.md] -> Always -- (pipenv)[installers/pkg/pipenv/README.md] -> Always -- (poetry)[installers/pkg/poetry/README.md] -> `pyproject.toml` is present in the root folder -- (uv)[installers/pkg/uv/README.md] -> `uv.lock` is present in the root folder +- (miniconda)[pkg/installers/minconda/README.md] -> Always +- (pip)[pkg/installers/pip/README.md] -> Always +- (pipenv)[pkg/installers/pipenv/README.md] -> Always +- (poetry)[pkg/installers/poetry/README.md] -> `pyproject.toml` is present in the root folder +- (uv)[pkg/installers/uv/README.md] -> `uv.lock` is present in the root folder The buildpack will do the following: * At build time: From 7a99a72042a0a0e6296853f856641e2cc88c5127 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 25 Jan 2026 22:29:21 +0100 Subject: [PATCH 2/2] 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 6690bf2..de9d70a 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 +}