Skip to content

Repository files navigation

KASM Custom Images

Custom images for KASM which are personalized for zhr.one use.

Images are based on the core images and Dockerfile setups on the images.

Images

The following images are available:

Image name Dockerfile Makefile targets
desktop-ubuntu Dockerfile.desktop desktop
vscode Dockerfile.vscode vscode
terminal Dockerfile.terminal terminal

Tags

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.

Building an image locally

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>-arm64

Building and pushing to registry

Authenticate to the private registry using:

docker login images.kasm.polaris.gdn

You can build and push using:

make <TARGET>-push

Or push a previously built tag using:

docker tag <TAG>:testing images.kasm.polaris.gdn/<TAG>:testing
docker push images.kasm.polaris.gdn/<TAG>:testing

NOTE: Use the testing label for any unofficial builds.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages