Skip to content

DEPRECATED Pushing OpsSight Images to a Secure Registry

Jonathan Beakley edited this page May 7, 2019 · 1 revision

This page describes how to grab the OpsSight images and push them into a secure registry.

First, clone the opssight-connector repo:

git clone https://github.com/blackducksoftware/opssight-connector

In order to push the OpsSight images to your secure registry, you must run:

cd download/opssight
./opssight-images.sh --push -r <DOCKER_REGISTRY> -p <DOCKER_PROJECT> -u <DOCKER_USER>

The images will now be in this directory:

download/opssight/opssight-images
Clone this wiki locally