diff --git a/distribution-image.changes b/distribution-image.changes
index 1d189a5..c622be8 100644
--- a/distribution-image.changes
+++ b/distribution-image.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue May 23 06:45:17 UTC 2023 - Dirk Mueller <dmueller@suse.com>
+
+- Use standard naming for registry image
+
 -------------------------------------------------------------------
 Wed Apr  5 16:55:15 UTC 2023 - Dirk Mueller <dmueller@suse.com>
 
diff --git a/distribution-image.kiwi b/distribution-image.kiwi
index f4a3cf4..396b871 100644
--- a/distribution-image.kiwi
+++ b/distribution-image.kiwi
@@ -8,7 +8,7 @@
   <description type="system">
     <author>openSUSE Project</author>
     <contact>https://www.suse.com/</contact>
-    <specification>openSUSE Tumbleweed OCI Container Registry Container Image</specification>
+    <specification>openSUSE Tumbleweed OCI Container Registry (Distribution) Container Image</specification>
   </description>
   <preferences>
     <type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
@@ -20,8 +20,8 @@
           additionaltags="%%registry_version%%-%RELEASE%,latest">
         <labels>
           <suse_label_helper:add_prefix prefix="org.opensuse.application.registry">
-            <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed OCI Container Registry Container Image"/>
-            <label name="org.opencontainers.image.description" value="Open Source Registry implementation (Distribution) using the OCI Distribution Specification"/>
+            <label name="org.opencontainers.image.title" value="openSUSE Tumbleweed OCI Container Registry (Distribution) Container Image"/>
+            <label name="org.opencontainers.image.description" value="OCI Container Registry (Distribution) based on the openSUSE Tumbleweed Base Container Image."/>
             <label name="org.opencontainers.image.version" value="%%registry_version%%"/>
             <label name="org.opencontainers.image.created" value="%BUILDTIME%"/>
             <label name="org.opencontainers.image.vendor" value="openSUSE Project"/>