Skip to content
This repository has been archived by the owner. It is now read-only.

blackducksoftware/detect-image-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Detect Image Builder builds Docker images configured to run Detect from within a Docker container.

Configuration

To configure supported package manager versions and Detect versions, edit image-builder.sh.

To enable pushing of images to Docker Hub, set environment variables DOCKER_INT_BLACKDUCK_USER and DOCKER_INT_BLACKDUCK_PASSWORD.

To push release images, set environment variable DETECT_IMAGE_RELEASE_BUILD=TRUE. Otherwise, images will be tagged with "-SNAPSHOT" suffix.

To run:

    bash image-builder.sh

Documentation

Detect Image Builder is comprised of:

  • A bash script image-builder.sh
  • A bash script run-detect.sh that serves as the entry point for all Detect images
  • A Dockerfile detect-base-dockerfile that is used to build a base Detect image containing just Detect, Java and run-detect.sh
  • Several Dockerfiles that image-builder.sh passes arguments to in order to build Docker images packaged with package manager executables in order to support Detect Detectors

Images are pushed to Docker Hub under the repo blackducksoftware/detect.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published