The official grib_api docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
GRIB API is the encoding/decoding software for GRIB edition 1 and 2 developed at ECMWF.
The tag of each grib_api docker image is consist of the version of grib_api and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 1.21.0-oe2403sp4 | grib_api 1.21.0 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 1.21.0-oe2403sp3 | grib_api 1.21.0 on openEuler 24.03-lts-sp3 | amd64, arm64 |
To pull the grib_api image:
docker pull openeuler/grib_api:{Tag}
To run the grib_api container and use the command-line tools:
docker run --rm openeuler/grib_api:{Tag} grib_ls -h
Example: inspecting a GRIB file mounted into the container:
docker run --rm -v /path/to/data:/data openeuler/grib_api:{Tag} grib_ls /data/sample.grib
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:da5c66e63…
Size
250.7 MB
Last updated
2 months ago
docker pull openeuler/grib_apiPulls:
4
Last week