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.
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.
v1.1.0-stable, withdocker pull liveramp/idl-mapper:v1.1.0-stable
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 almost 6 years ago
