Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a warning when a base image is unsupported #569

Open
baronfel opened this issue May 13, 2024 · 0 comments
Open

Provide a warning when a base image is unsupported #569

baronfel opened this issue May 13, 2024 · 0 comments
Labels
Area: Integrations Work done to integrate with other tools, especially IDE tooling Area: Task

Comments

@baronfel
Copy link
Member

Containers may support an OCI Annotation that is used to declare their support status. For example, soon Microsoft-produced images will support the vnd.microsoft.artifact.lifecycle.end-of-life.date annotation. The SDK Container tools should support warning a user when the base image used are building on is out of support. The behavior/annotation used should:

  • vary based on the base image chosen until/unless there is some emergent standard here
  • be explicitly set by the user
  • be able to be disabled entirely by the user

References:

@baronfel baronfel added Area: Task Area: Integrations Work done to integrate with other tools, especially IDE tooling labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Integrations Work done to integrate with other tools, especially IDE tooling Area: Task
Projects
None yet
Development

No branches or pull requests

1 participant