devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Checkout at path where dockerfile is present

Open dheeth opened this issue 3 years ago • 0 comments

Summary

It's not necessary that dockerfile is always present at root of source code repository. In case it is not, we have to either checkout manually to dockerfile path in pre-ci or we have to create another dockerfile which has all abosulte paths from root

Motivation

If dockerfile is not at root, checkout path will run docker build from the path where dockerfile is present in source code repository which won't need any changes to dockerfile

Proposal

We can solve this using an input field for checkout path

AB#408

dheeth avatar Jul 21 '22 17:07 dheeth