Skip to content

Conversation

josharrington
Copy link

@josharrington josharrington commented Feb 7, 2025

I'm developing against Fedora which has Podman installed by default. To use a devcontainer, it was necessary to ensure SELinux was not blocking access to the kvm project files in my home directory.

To configure the Devcontainer extension to use Podman, it must be configured by the user first in their settings.json with "dev.containers.dockerPath": "podman"

  • Creates a podman devcontainer config
  • Ensures dev_update.sh runs in bash as the container image uses zsh by default and it is not compatible

@CLAassistant
Copy link

CLAassistant commented Feb 13, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@IDisposable IDisposable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice shebang !

"features": {
"ghcr.io/devcontainers/features/node:1": {
// Should match what is defined in ui/package.json
"version": "21.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now needs to be 22.15.0

@@ -1,3 +1,5 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer needed in the PR

@adamshiervani
Copy link
Contributor

This can be merged; just resolve the conflicts and we'll merge it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants