devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
257 stars 61 forks source link

Images used in registry samples are missing some basic tools (e.g. git) #1140

Open amisevsk opened 1 year ago

amisevsk commented 1 year ago

Which area this feature is related to?

/kind bug

Which area this bug is related to?

/area registry

What versions of software are you using?

Go project

Operating System and version:

Go Pkg Version:

Node.js project

Operating System and version:

Node.js version:

Yarn version:

Project.json:

Web browser

Operating System and version:

Browser name and version:

Bug Summary

Describe the bug:

The images referenced in samples in the devfile registry lack some basic tools in some cases. For example, the .NET 5.0 sample uses an image that does not contain git: https://registry.devfile.io/viewer/devfiles/community/dotnet50

It's a little strange that the devfile specifies a git repository to clone but does not contain git itself.

To Reproduce:

podman run -it --rm registry.access.redhat.com/ubi8/dotnet-50:5.0 which git

Expected behavior

Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable

Additional context

Any workaround?

Suggestion on how to fix the bug

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days.