Skip to content

glibc version mismatch after continuumio/miniconda3 update #2

Description

@aethr

I cloned this repo locally to enable backtrace and debug flags in the gfortran build (for setup-wrf), and found that after a fresh container build, metgrid.exe failed to run with a glibc version error.

Cause appears to be that the base image of continuumio/miniconda3 was updated from debian v12 (bookworm) to debian v13 (trixie). Commit: anaconda/docker-images@26adaf2

The tag continuumio/miniconda3:25.3.1-1 appears to be the last image based on bookworm, so I suppose you could pin the builder image in Dockerfile to that tag. I got around the issue locally by changing the setup-wrf base image to debian:trixie-slim where we're just copying the /opt/wrf folder.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions