docker icon indicating copy to clipboard operation
docker copied to clipboard

No docker.io/ncbi/blast-static:2.15.0 images

Open nathanweeks opened this issue 9 months ago • 3 comments

docker.io/ncbi/blast-static:2.15.0 images haven't been built yet: https://hub.docker.com/r/ncbi/blast-static/tags

nathanweeks avatar Apr 28 '24 10:04 nathanweeks

@nathanweeks , can you use the 2.15.0 docker image in https://hub.docker.com/r/ncbi/blast/tags ?

christiam avatar Apr 29 '24 22:04 christiam

For the most part yes, though I've encountered at least a couple limitations:

  1. No linux/arm64/v8 builds, which can present problems with (at least) local development/use on macOS
  2. (Minor issue) the uncompressed image size of docker.io/ncbi/blast:2.15.0 is almost 2X larger docker/ncbi/blast-static:2.15.0 (~1.69 GB vs. ~858 MB), even though the dynamically-linked version should in principle be much smaller, primarily due to https://github.com/ncbi/docker/issues/23 (and to a lesser extent due to the retention of source code & build artifacts in image layers). Also more CVEs to get flagged by container security scanners.

Is a linux/arm64 build of ncbi/blast planned?

nathanweeks avatar Apr 30 '24 13:04 nathanweeks

Yes, we'll update the docker images in the next month. I'm sorry for the inconvenience.

christiam avatar May 02 '24 18:05 christiam

@nathanweeks , the docker.io/ncbi/blast-static:2.15.0 image has been updated.

christiam avatar May 22 '24 20:05 christiam