epam / cloud-pipeline

Cloud agnostic genomics analysis, scientific computation and storage platform
https://cloud-pipeline.com
Apache License 2.0
144 stars 58 forks source link

Compose a Dockerfile based on tool version image history #3568

Open SilinPavel opened 1 week ago

SilinPavel commented 1 week ago

User should be able to easily compose dockerfile based on tool image history.

To be able to implement this, lets do the following:

Server

new method GET /tool/dockerfile with parameters:

This method should return Dockerfile to download with the following rules:

UI

Add to the tool image version history page a button which will generate and download Dockerfile for selected tool version.