Export

Read a version from an …

I wanted to do a rather simple thing in a dockerfile: read a value from an external file and use it in a RUN command. Doing all this inside the dockerfile was a requirement, so I couldn’t pass the version while building the image using build-args or a similar solution.

There’s nothing …