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 [email protected].
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.
latest, withdocker pull liveramp/idl-mapper:latest
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 4 years ago
