-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When attempting to create a new workspace from an image using DevPod with Podman, I encountered the following error:
Error: parsing image configuration: unsupported image-specific operation on artifact with type "application/vnd.devcontainers"
It appears that DevPod fails to process an image configuration due to an unsupported artifact type. This prevents the workspace from being created successfully.
Steps to Reproduce:
- Set up DevPods with Podman.
- Attempt to create a workspace from image
ghcr.io/jmuchovej/templates/typst. - Observe the error message.
Expected Behavior:
DevPod should successfully parse the image configuration and create the workspace without errors.
Actual Behavior:
The process fails with the error message mentioned above.
Environment:
- DevPod version: v0.6.8
- Podman version: 5.3.2
- OS/Arch: Linux-bluefin/amd64
Additional Context:
- The image in question may be using a devcontainer artifact type that Podman does not fully support.
- If there are any workarounds, such as modifying the image or adjusting Podman configurations, please advise.
Any guidance on resolving this issue would be greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels