Skip to content

Bump Aspen to version 4.0.5 to support minisondes#5

Merged
d70-t merged 2 commits intoatmdrops:mainfrom
acrosby:update-to-406
Jan 22, 2026
Merged

Bump Aspen to version 4.0.5 to support minisondes#5
d70-t merged 2 commits intoatmdrops:mainfrom
acrosby:update-to-406

Conversation

@acrosby
Copy link
Contributor

@acrosby acrosby commented Jan 22, 2026

Bumping Aspen to 4.0.5 to support mini-dropsonde configs.

  1. Updated Dockerfile to allow build args for alma linux version (ALMALINUX_VER) and aspenqc version (ASPEN_VER)
  2. Default versions to ALMALINUX_VER=9.6 and ASPEN_VER=4.0.5
  3. README.md updated to reference 4.0.5 as well

I left the github workflow config alone.

By default 4.0.5 can be built like docker build --rm --tag ghcr.io/atmdrops/aspenqc:4.0.5 -f Dockerfile .

But the build-args support docker build --rm --build-arg ASPEN_VER=4.0.5 --build-arg ALMALINUX_VER=9.6 --tag ghcr.io/atmdrops/aspenqc:4.0.5 -f Dockerfile ., although the availability of the ASPEN version for specific AlmaLinux versions is dictated by what is available on https://www.eol.ucar.edu/software/aspen . (For instance, docker build --rm --build-arg ASPEN_VER=4.0.5 --build-arg ALMALINUX_VER=9.5 --tag ghcr.io/atmdrops/aspenqc:4.0.5-9.5 -f Dockerfile . doesn't work.)

…UX_VER) and aspenqc version (ASPEN_VER), defaulting to ALMALINUX_VER=9.6 and ASPEN_VER=4.0.5 to add support minisondes, README.md updated to reference 4.0.5 as well
Copy link
Contributor

@d70-t d70-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for bumping the version 🙏

@d70-t d70-t merged commit 4b54c5f into atmdrops:main Jan 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants