Official images for itopia Spaces
This set of open-source images provides opinionated software development environments (including IDEs, CLIs, settings, etc.), which should enable most developers to be productive in itopia Spaces without requiring customization (by administrators) or personalization (by developers).
For information about supported Linux distributions, see the base images.
Administrators can deploy these images by selecting them during the space creation process (using the itopia Spaces Admin Portal, API, or CLI).
Alternatively, administrators can customize these images by using them as the base image for a custom image. For example:
# syntax=docker/dockerfile:1
FROM ghcr.io/itopia-inc/spaces-images/spaces-ubuntu-nodejs:focal-16
# Install your developers' tools
# Configure your developers' default environmentQuestions? Requests? Please let us know on GitHub!