Skip to content

Commit

Permalink
Add ArchLinux Development workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Nov 18, 2023
1 parent 4f96edb commit 976889d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added workspaces/ArchLinux-Dev/archlinux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions workspaces/ArchLinux-Dev/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"description": "Customized ArchLinux image for development purposes",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "archlinux.png",
"name": "doctorwhen/kasm:archlinux-dev",
"friendly_name": "ArchLinux Dev",
"run_config": {
"hostname": "kasm-arch"
},
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Development",
"Desktop",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 1060
}

0 comments on commit 976889d

Please sign in to comment.