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
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:
- Make sure that you have the latest version of Docker installed.
- Make sure that the Docker account used for authentication is enabled for pull access.
- From the command line, run "docker login" to authenticate with Docker.
- Pull the image for a tag, e.g.
v2.0-alpha, withdocker 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.
Updated about 5 years ago
