Container registry
We host the Elimity Insights gateways and import agents in our own Google Cloud artifact registry at europe-west1-docker.pkg.dev/elimity-general/docker.
Naming convention
We provide images for usage on Linux and Windows. These images are labeled with the following naming convention:
Every release is given a version number (e.g.
v1.2.0)Linux images are labeled with this version number without suffix (e.g.
v1.2.0)Windows images are labeled with a suffix for the specific version of Windows (e.g.
v1.2.0-nanoserver-ltsc2022for Windows Server 2022)
Authentication
You can log in to our registry using your customers.elimity.com account. Contact your Elimity representative if you don't have such an account yet.
We recommend installing Google's credential helper for Docker to simplify the authentication process during using Docker. To do so, download the latest release as explained on that page and set it up using the instructions shown here. In this case the registry domain to add is europe-west1-docker.pkg.dev. After configuring, log in with the Docker credential helper and you can pull images from our container registry using the standard docker or docker-compose CLI.
Last updated

