aboutsummaryrefslogtreecommitdiff
path: root/mission/generic
Commit message (Collapse)AuthorAgeFilesLines
* More like GENERIC python environmentJoseph Hunkeler2024-10-081-1/+5
| | | | * I need to figure out a good way to offer a mode that doesn't require python to be installed in the resulting environment
* Add skeleton base mission environments:Joseph Hunkeler2024-10-081-0/+2
| | | | | | * generic * jwst * roman
* Add file schema to extra index urlfix-dockerfile-pypi-indexJoseph Hunkeler2024-10-041-1/+1
|
* Fix typo: (#41)Joseph Hunkeler2024-08-301-2/+2
| | | * Change python_compat to python_compact
* Update mission configs (#34)Joseph Hunkeler2024-08-202-2/+65
| | | | | | | | | | | * Clean package caches (saves about 1GB of layer-space) * Update installation instructions * Update layout * Use template variables where appropriate * Instructions now provide release notes in one place * Pandoc now uses --standalone
* Undo changes made to Dockerfile.in (#31)Joseph Hunkeler2024-08-171-2/+1
| | | | * The packages directory is copied to the build/docker directory. * There is no need to separate these ADD calls.
* Fix Dockerfile ADD (#22)Joseph Hunkeler2024-08-091-1/+2
| | | | * Destination directories were not created properly * This ensures $HOME/packages/{conda,wheels} are created in the docker developer home directory
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Continuation of #19 * Fixes always_update_base_environment override bug added by PR #19 * Finish type hinting implementation * ini_getval_* functions now able to affect rendering mode using INI_READ_RAW and INI_READ_RENDER * Created pointers to deeply nested structures to increase readability * Output from ini_write() is more consistent, with fewer errant spaces and line feeds * Fixes accidental regression in #19. INIVAL_TYPE_STR_ARRAY never produced an array of pointers to char. This needs to be corrected in the future. i.e. It has always generated a new-line delimited string, not a StrList, or array. * Fix strlist_append_tokenize * original pointer is no longer modified * token strings are stripped of leading space before appending to the list * Use defines instead of magic numbers * delivery_init: add render_mode argument * test_conda: Add render mode * test_ini: Add render mode * Only add conda packages and wheels to the image * docker images are saved to the packages directory and will be consumed by the image if present. * Render template variables after bootstrapping the delivery
* 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)
* Remove rc level from build nameJoseph Hunkeler2024-04-151-1/+1
|
* Add generic missionJoseph Hunkeler2024-04-123-0/+91