Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions registries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"dockerhub": false,
"GCR": false
}
Loading