JetBrains Space Help

Create a Container Registry

  1. Navigate to the project where you want to create a registry.

  2. On the project sidebar, choose Packages.

  3. On the Packages page, click New repository.

  4. In the New Package Repository window, specify repository settings:

    • Type: choose Container Registry.

    • Name and Description: specify the registry name (it must be a unique identifier) and description.

    • Access: choose Public if you want unauthenticated users to be able to read from the repository. Otherwise, choose Private. Learn more

    • Immutable tag names: If selected, users are not allowed to push images with the same tag. This means that the tag becomes a unique image identifier. The most popular usage of tag immutability is image versioning: it is not possible to publish an image with the same version twice. This is exactly how versioning is organized, for example, on Docker Hub: myImage:1.0.0, myImage:1.0.1, myImage:release.

    • Immutable images: If selected, users are not allowed to push images with the same tag and a digest.

  5. After you create the registry, click the Get Started button to see the command-line snippets that will help you get started: connect to the registry, publish, and get images. Here you can also Generate personal token for accessing the registry.

    To copy the repository URL, in the top right corner click Copy link Copy registry link. For example, a URL might look like this: mycompany.registry.jetbrains.space/p/projectkey/mydocker/myimage

Last modified: 09 March 2023