podman-desktop / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
415 stars 16 forks source link

feat: backend for examples catalog #920

Closed cdrage closed 3 weeks ago

cdrage commented 3 weeks ago

feat: backend for examples catalog

What does this PR do?

Adds the basic backend functionality for the examples catalog.

This adds a JSON file that lists all the currently available examples.

Screenshot / video of UI

NOT INCLUDED IN PR. But part of this UI implementation:

https://github.com/user-attachments/assets/9205c5f3-40a6-4def-a4ee-2653c4165c25

What issues does this PR fix or reference?

Part of https://github.com/containers/podman-desktop-extension-bootc/issues/895

How to test this PR?

N/A

Signed-off-by: Charlie Drage charlie@charliedrage.com

cdrage commented 3 weeks ago

Added some tests and updated based on the review! @deboer-tim