You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building an app with a project.toml that contains either _.id or _.version, I get the following warning
Warning: The following keys declared in project.toml are not supported in schema version 0.2:
Warning: - _.id
Warning: - _.version
Warning: The above keys will be ignored. If this is not intentional, try updating your schema version.
Summary
When building an app with a
project.toml
that contains either_.id
or_.version
, I get the following warningThe project-descriptor spec says both are valid: https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md
This worked in a previous version in August (apologies, don't know the version I had then of pack).
Potentially related: #2155
Reproduction
Steps
project.toml
for an app._.id
or_.version
field to theproject.toml
pack build app:latest
Current behavior
The error message I displayed above is shown.
Expected behavior
No error messages, as per spec.
Environment
pack info
docker info
The text was updated successfully, but these errors were encountered: