aboutsummaryrefslogtreecommitdiff
path: root/mission/roman/Dockerfile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixes deprecated call to ENV in Dockerfile templates (#17)Joseph Hunkeler2024-07-311-1/+1
| | | * LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line XY)
* Update Dockerfile templatesJoseph Hunkeler2024-04-101-6/+8
| | | | | | * Move ADD calls to improve docker build's caching behavior * Replace template strings with package paths * Give the "developer" user access to the generated spec file on-disk
* Remove pointless ARGsJoseph Hunkeler2024-03-061-6/+1
| | | | * CONDA_VERSION and CONDA_BUILD_VERSION are never used in a meaningful way
* Add mission Dockerfile templatesJoseph Hunkeler2024-02-231-0/+80
* Generate Dockerfile