Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 674 Bytes

README.adoc

File metadata and controls

19 lines (13 loc) · 674 Bytes

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.