HomeGuidesChangelog
Guides

Obtaining a Sidecar Docker Image

Docker images can be obtained from Docker Hub (and optionally cached in your own privacy repository).

Obtaining a Docker Image With Docker Hub

512

Images will be pushed to this private Docker Hub repository. Request access from LiveRamp by providing your Docker Hub username to sidecar-technical (at) liveramp.com.

To pull an image from this repository from the command line with Docker:

  1. Make sure that you have the latest version of Docker installed.
  2. Make sure that the Docker account used for authentication is enabled for pull access.
  3. From the command line, run "docker login" to authenticate with Docker.
  4. Pull the image for a tag, e.g. v2.0-alpha, with docker pull liveramp/idl-mapper:v2.0-alpha

Release Tags

The sidecar will be released using semantic versioning. Breaking API changes will always invoke a major version bump, backwards compatible upgrades will invoke a minor version bump, and other fixes will invoke a patch version bump.