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: 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 +}