generated from kasmtech/workspaces_registry_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from TDWolff/1.0
Adding the CSA Docker hub image to the workspace registry
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |