Skip to content

Commit

Permalink
Switch codespaces devcontainer to single-instance-codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Aug 5, 2024
1 parent 5f58f0d commit 75acf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openQA Single Instance",
"image": "registry.opensuse.org/devel/openqa/containers15.5/openqa-single-instance",
"image": "registry.opensuse.org/devel/openqa/containers/openqa-single-instance-codespaces",
"runArgs": [ "--privileged", "--device", "/dev/kvm", "--entrypoint", "bash" ],
"postCreateCommand": "chown root:kvm /dev/kvm",
"containerEnv": {
Expand Down

0 comments on commit 75acf4c

Please sign in to comment.