Skip to content

ProjectAlexandria/dockerfile-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerfile-analyzer

Component for identifying and analyzing dockerfile in a given directory.

Triggered by external-task-client following-topics:

  • dockerfile-analysis: identifies and analyzes dockerfiles

Required

  • Spring-Config: Option alexandria.sharedfolder

  • Camunda: Business-Key → used for subfolder name

  • Files in directory: ${alexandria.sharedfolder}\${business-key}

Database

fills following tables

  • docker_file: reference to files

  • docker_image: reference to possible images without tag

  • docker_image_file: relationship information between the previous two.