Obtaining a Sidecar Docker Image
Docker images can be obtained from Docker Hub or Amazon ECR (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
Obtaining a Docker Image through Amazon ECR
Images are available through a private registry in the Amazon Elastic Container Registry. To request access, reach out to [email protected] for more details.
Once you have been granted access you will be able to pull the image. Find instructions on Private Registry Authentication and for Pulling an Image.
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 2 years ago