Closed unexge closed 2 weeks ago
This doesn't build MP from source exactly - instead from a published commit. Could we rename this to something else? Say Dockerfile.github
?
For me, I'd still consider this as building from source as opposed to using prebuilt artifacts. Mountpoint has also a Dockerfile.source, and it also builds Mountpoint by cloning the repository.
I'm fine approving this, but I'm unsure what we'd call a build from local sources. Perhaps Dockerfile.local
That sounds good to me, changed to Dockerfile.local
.
Sometimes it's useful to be able to build Mountpoint from source to test work-in-progress features. This PR adds a sample Dockerfile to achieve that. One can build the CSI Driver image by compiling Mountpoint from source by:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.