aboutsummaryrefslogtreecommitdiff
path: root/mission/jwst/Dockerfile.in
Commit message (Collapse)AuthorAgeFilesLines
* Only add conda packages and wheels to the imageJoseph Hunkeler2024-08-081-1/+1
| | | | * docker images are saved to the packages directory and will be consumed by the image if present.
* 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