---
title: How to display the versions of an image
description: Instructions for displaying versions of images in Scaleway's Container Registry.
tags: container-registry
dates:
  validation: 2025-06-19
  posted: 2019-02-25
---
import Requirements from '@macros/iam/requirements.mdx'


Scaleway Container Registry supports image versioning. This allows you to track any changes in your container image versions and easily revert your deployment if needed. You can choose which image version you want to pull, and delete any versions that you no longer need.

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [Container Registry namespace](/container-registry/how-to/create-namespace/)


1. Click **Container Registry** under the **Storage** or **Containers** sections of the [Scaleway console](https://console.scaleway.com) side menu. The Container Registry namespaces dashboard displays.
2. Click the namespace's name to list its images.
3. To view pull instructions for a specific version, click <Icon name="more" /> next to the version. Then click **Pull instructions**.
    <Message type="tip">
      If a specific version is no longer required, click <Icon name="more" /> > **Delete** next to the identifier to delete it.
    </Message>