Skip to main content
The Minimus gallery for Community Edition users shows every image version by all of its available tags. You can pull any supported image version by any available image tag.

Image tag types

TagExampleBehavior
latestnginx-fips:latestAlways resolves to the most recently published image. Pulling this tag again in the future may give you a different image than today.
Stable linenginx-fips:stableTracks the current stable release line. Updates automatically to the newest stable patch but never jumps to a new major or minor version without your input.
Image linenginx-fips:1.26Pins to a specific minor version. You will receive patch updates automatically, but your image will not advance to 1.27.
Versionnginx-fips:1.26.3Pins to an exact version. You can receive vulnerability patches and stay protected by making sure to pull fresh images
Timestampnginx-fips:1.26.3-202504300027Pins to a specific build of a specific version. The timestamp tag is equivalent to the image digest. It is useful for full reproducibility in air-gapped or compliance-sensitive environments.
For example, if you want to pull to the NGINX-FIPS image, you can pull by any of the image tags:
docker pull reg.mini.dev/nginx-fips:latest
To learn more, see tags and digests.
Last modified on June 22, 2026