> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minimus.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Subscriptions

> Subscribe to an image to pull any image version by any tag

Add a subscription to an image in the Minimus gallery to unlock full access to it. With an image subscription, you can pull any supported image version by any available image tag. All image tags will appear active in the Versions tab of your subscribed images.

<img src="https://mintcdn.com/gutsy-6162adbc/B_YMUejxgM50ngt3/images/tags-unlocked-with-image-subscription.png?fit=max&auto=format&n=B_YMUejxgM50ngt3&q=85&s=d6e2ad26e41b6e8ce068f912117138fe" alt="Tags Unlocked With Image Subscription Pn" width="1438" height="648" data-path="images/tags-unlocked-with-image-subscription.png" />

## For your subscribed images, all versions and tags are available

When you subscribe to an image, the image card in the Minimus gallery will become fully available. You will be able to copy the pull command for any version by any tag.

For example, if you subscribe to the NGINX-FIPS image, you will gain unlimited access to all NGINX-FIPS image versions including the mainline and stable lines and all future versions released over the term of your subscription:

<CodeGroup>
  ```bash latest theme={null}
  docker pull reg.mini.dev/nginx-fips:latest
  ```

  ```bash by stable line theme={null}
  docker pull reg.mini.dev/nginx-fips:stable
  ```

  ```bash by image line theme={null}
  docker pull reg.mini.dev/nginx-fips:1.26
  ```

  ```bash by version theme={null}
  docker pull reg.mini.dev/nginx-fips:1.26.3
  ```

  ```bash by timestamp tag theme={null}
  docker pull reg.mini.dev/nginx-fips:1.26.3-202504300027
  ```
</CodeGroup>

For images not in your subscription, you can continue to pull the `latest` and `latest-dev` images, as before. You do not lose any of your default account privileges.

## My subscription

Go to **Manage > Subscription** ([direct link](https://images.minimus.io/manage/subscription)) to view your subscription summary page with the list of images currently included in your subscription, aggregate pull statistics for each image, the days remaining for your current subscription, and your next renewal date.
