Skip to content

Images and License

orion.png

License Management

Activating Your License

Upon purchasing from Juno, you will receive a license key via email from our team. This key is required during the Genesis deployment process to validate your subscription and activate all licensed services.

If you haven't received your license key or need assistance, please contact our sales team at sales@juno-innovations.com. We aim to respond to all inquiries within one business day.

Image Access

DockerHub Availability

Juno container images are now publicly available on DockerHub for direct access. You can pull images directly from our DockerHub repository without any special requests or approval process.

Air-Gapped Environments

If you are deploying in an air-gapped environment, you will need to follow the manual image deployment steps below to download and load images into your private registry.

Image Deployment Process (Air-Gapped Environments Only)

The following steps are only required if you are deploying in an air-gapped environment where DockerHub access is restricted.

Downloading Container Images for Air-Gapped Deployment

Download the required container images directly from our DockerHub repository for your specific Orion version. You can pull these images in an environment with DockerHub access, then transfer them to your air-gapped environment.

Loading Images to Your Registry

  1. Download the package from the AWS S3 presigned URL provided by our support team.

  2. Extract the contents:

    tar -xvf *.tar
    

  3. Load and publish using the included helper script:

    ./load.sh my-registry
    

Registry Path Configuration

To publish images to a specific path within your registry, include the full path:

./load.sh my-registry/custom-path

The script will handle authentication, tagging, and pushing all images to your specified registry location automatically.

Bootstrap Process

Image Download Required for Air-Gapped

Even during the Bootstrap Process, if you are in an air-gapped environment, you will still need to download the images following the steps above before proceeding with bootstrap operations.

Next Steps

For standard deployments, you can now proceed directly to pulling images from DockerHub. For air-gapped environments, once your images are loaded into your registry, proceed to the next prerequisite in your deployment checklist.

For further assistance, contact Juno Support.