Skip to content

Commit

Permalink
Adding the Ubuntu Stu Edition 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
TDWolff committed May 24, 2024
1 parent 69dbf48 commit 4b9c998
Show file tree
Hide file tree
Showing 2 changed files with 22 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.
22 changes: 22 additions & 0 deletions workspaces/Ubuntu-Student-Edition/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"friendly_name": "Ubuntu 22.04 Student Edition",
"image_src": "blob:https://nighthawkcoders.github.io/2b1d4e8b-cc42-49be-bd65-03156e282bd0",
"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",
"cores": 2,
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"docker_registry": "https://index.docker.io/v1/",
"categories": [
"Desktop",
"Development",
"Productivity"
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"architecture": [
"amd64"
]
}

0 comments on commit 4b9c998

Please sign in to comment.