Skip to content

Commit

Permalink
Merge pull request #1 from TDWolff/1.0
Browse files Browse the repository at this point in the history
Adding the CSA Docker hub image to the workspace registry
  • Loading branch information
jm1021 authored Aug 27, 2024
2 parents bec07b3 + ef130b8 commit 31ed0d1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions workspaces/Ubuntu-CSA-Edition/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"friendly_name": "Ubuntu 22.04 CSA Edition",
"image_src": "nighthawkcoders-stu-edition.png",
"description": "This Dockerfile creates a Docker image based on Ubuntu, with Google Chrome and Visual Studio Code pre-installed. It's designed to provide students with a consistent, ready-to-use development environment on any device.",
"name": "nighthawkcoders/pusd-student-ubuntu:1.14.0-csa,
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"docker_registry": "https://index.docker.io/v1.1/",
"categories": [
"Desktop",
"Development"
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"run_config": {
"hostname": "kasm"
},
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x",
"1.15.x"
],
"uncompressed_size_mb": 4200
}

0 comments on commit 31ed0d1

Please sign in to comment.