Custom images for KASM which are personalized for zhr.one use.
Images are based on the core images and Dockerfile setups on the images.
The following images are available:
| Image name | Dockerfile | Makefile targets |
|---|---|---|
desktop-ubuntu |
Dockerfile.desktop |
desktop |
vscode |
Dockerfile.vscode |
vscode |
terminal |
Dockerfile.terminal |
terminal |
The above images are published with the following tags:
| Tag | Description |
|---|---|
main |
Automatically updated every Sunday at 1AM with the latest updates. |
testing |
Locally-created tags used for testing images. |
pr-* |
Automatically created for PR builds, not pushed to artifact repository. |
You can build an image using Docker with Buildx.
make <TARGET>You can also build only the arm64 image for a faster build time on M1 Macs using:
make <TARGET>-arm64Authenticate to the private registry using:
docker login images.kasm.polaris.gdnYou can build and push using:
make <TARGET>-pushOr push a previously built tag using:
docker tag <TAG>:testing images.kasm.polaris.gdn/<TAG>:testing
docker push images.kasm.polaris.gdn/<TAG>:testingNOTE: Use the
testinglabel for any unofficial builds.