From 5c450a54b67805a5567698874e0add2e49706c6e Mon Sep 17 00:00:00 2001 From: Sergey Shabanov <57292074+Sergey-Shabanov@users.noreply.github.com> Date: Sun, 27 Nov 2022 22:31:45 +0800 Subject: [PATCH] Edit tag syntax --- build/building/packaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/building/packaging.md b/build/building/packaging.md index 07177c43f0..36b45f8995 100644 --- a/build/building/packaging.md +++ b/build/building/packaging.md @@ -122,7 +122,7 @@ FROM ubuntu:22.04 Here the [`FROM` instruction](../../engine/reference/builder.md#from) sets our base image to the 22.04 release of Ubuntu. All following instructions are executed on this base image, in this case, an Ubuntu environment. The notation -`ubuntu:22:04`, follows the `name:tag` standard for naming docker images. When +`ubuntu:22.04`, follows the `name:tag` standard for naming docker images. When you build your image you use this notation to name your images and use it to specify any existing Docker image. There are many public images you can leverage in your projects. Explore [Docker Hub](https://hub.docker.com/search?image_filter=official&q=&type=image){:target="_blank" rel="noopener" class="_"}