From 1be4dcc97f00c8d98a4f6ceb2938bda6165f14e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 22 Jun 2023 15:45:55 +0200 Subject: [PATCH] docs: pushing an image to a registry (#2969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: pushing an image to a registry Signed-off-by: Fabrice Flore-Thébault * docs: implemented suggestions Signed-off-by: Fabrice Flore-Thébault --------- Signed-off-by: Fabrice Flore-Thébault --- .../pushing-an-image-to-a-registry.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 website/docs/getting-started/pushing-an-image-to-a-registry.md diff --git a/website/docs/getting-started/pushing-an-image-to-a-registry.md b/website/docs/getting-started/pushing-an-image-to-a-registry.md new file mode 100644 index 00000000000..aa3fab38a69 --- /dev/null +++ b/website/docs/getting-started/pushing-an-image-to-a-registry.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 10 +title: Pushing an image to a registry +description: Pushing an image to a registry. +keywords: [podman desktop, podman, containers, image, registry, registries] +tags: [images] +--- + +# Pushing an image to a registry + +With Podman Desktop, you can push an image to registries. + +#### Prerequisites + +- You have configured your registry ** Settings > Registries**. +- You have built an image, which name is the fully qualified name required for your registry, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`. + Ensure that the image name includes the registry where to publish the image. To publish on `quay.io/repository` the image `my-image`, the FQN image name should be `quay.io/repository/my-image`. + +#### Procedure + +1. Go to ** Images**. +1. On your image line, click ** > Push Image**. +1. Select the Image tag for your registry. +1. Click **Push Image**. +1. Click **Done**. + +#### Verification + +1. Go to your container registry. +1. Find your image.