Skip to content

A repository to house a PIQUE model that analyzes dockerfiles and reports static analysis tool findings. The intention is for this project to be standalone for dockerfiles while also being used by the greater PIQUE cloud model

License

Notifications You must be signed in to change notification settings

MSUSEL/msusel-pique-cloud-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSUSEL-PIQUE-cloud-dockerfile

Introduction

This project is an operationalized PIQUE model for the assessment of quality in docker images.

Because of the various development environment challenges when dealing with numerous 3rd party applications, this project is also provided as a packaged standalone docker image. That image is available here.

Tools and 3rd party libraries

These tools and 3rd party libraries will be automatically pulled with the docker image

The dockerfile has been designed to easily adjust version information as new versions are released.

Run environment

Docker

docker engine 20.10.24 (not tested with versions 21+)

The image for this project is hosted on dockerhub here. Instructions to download and run are supplied below

not Docker

It is not suggested to run PIQUE-cloud-dockerfile without the pre-built docker image, but all files and configs are supplied on this repository.

Running

Prerequisites

  1. Download and install Docker engine
  2. [Optional] With Docker engine installed, pull the latest version of this project: docker pull msusel/pique-cloud-dockerfile:latest
  3. Navigate to a working directory for this project. Note this script will create input and output directories relative to your working directory. It is not necessary to be in the same directory as the msusel-pique-cloud-dockerfile.

Simple Shell Script Setup for Linux/MacOS

Linux and MacOS users may take advantage of a shell script to expedite setup and run. You can obtain the shell script by cloning this repository, or with the following command:

wget https://raw.githubusercontent.com/MSUSEL/msusel-pique-cloud-dockerfile/master/prepare_environment

Executing shell script will automatically check dependencies, guide the user through setting up necessary keys, pull the appropriate docker image and run PIQUE against a sample target file.

This script can be run at any time during the setup process and multiple times if necessary. It will attempt to detect changes and start from the correct point in the setup process.

  1. ./prepare_environment will execute the script. Follow the prompts to set up your environment and run PIQUE against a sample target.
    • You may need to make the script executable on your system running chmod +x prepare_environment to make the installation script executable on your system.
  2. Post-setup steps
    • To run static analysis tools on different or multiple targets, edit WORKDIR/input/docker-image-target.json to include the name of the local image(s) or DockerHub-hosted image(s) to be run.

Manual Setup for Windows or Unix-based OS

A user in any environment may follow the manual steps to setup and run PIQUE-cloud-dockerfile:

  1. Create two directories, "input" and "output".
  2. Create a file named 'docker-image-target.json' and place it in the 'input' directory.
  3. Copy and paste the contents of the targets file to 'docker-image-target.json'
    1. Modify 'docker-image-target.json' to target the docker images to be analyzed.
  4. The resulting directory structure should look like this:
├── $WORKDIR
│   ├── input
│   │   ├── docker-image-target.json
│   ├── output
  1. Run the command docker run -it --rm -v "/var/run/docker.sock:/var/run/docker.sock:rw" -v /path/to/working/directory/input:/input -v /path/to/working/directory/output:/output pique-cloud-dockerfile:latest
  2. Results will be generated in the 'output' directory

Funding Agency:

About

A repository to house a PIQUE model that analyzes dockerfiles and reports static analysis tool findings. The intention is for this project to be standalone for dockerfiles while also being used by the greater PIQUE cloud model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published