# Download Docker image

{% hint style="info" %}
The list of published images is available [here](https://github.com/pagopa/rtd-ms-transaction-filter/pkgs/container/rtd-ms-transaction-filter).

If not explicitly stated **you must** use the latest version.
{% endhint %}

Use the following command to make the desired image available locally:

```
docker pull ghcr.io/pagopa/rtd-ms-transaction-filter:latest
```

After the download the image should be listed.

Run:

```
docker image ls
```

Example of expected output:

```
REPOSITORY                                 TAG         IMAGE ID       CREATED          SIZE
ghcr.io/pagopa/rtd-ms-transaction-filter   latest      3c2af40f86f8   N  minutes ago   <SIZE>
```
