Created
November 23, 2017 09:37
-
-
Save csomh/44fbcc0680c03a6f4dab85c3e76ae79f to your computer and use it in GitHub Desktop.
osbs-docs#53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docs/build_process.rst b/docs/build_process.rst | |
index edb353d..c57696d 100644 | |
--- a/docs/build_process.rst | |
+++ b/docs/build_process.rst | |
@@ -237,6 +237,8 @@ This arrangement moves most of the Pulp integration work to the | |
orchestrator build, allowing for multiple worker builds. Only the | |
pulp_push plugin remains in the worker build. | |
+.. _group-manifests: | |
+ | |
A new plugin, group_manifests, creates a `manifest list`_ object in | |
the registry, grouping together the image manifests from the worker | |
builds. | |
diff --git a/docs/multiarch.rst b/docs/multiarch.rst | |
index f71b1a3..0b6576f 100644 | |
--- a/docs/multiarch.rst | |
+++ b/docs/multiarch.rst | |
@@ -109,7 +109,7 @@ builds, atomic-reactor will execute these steps as plugins: | |
- Upload this compressed tar archive to Pulp (if Pulp integration and | |
v1 support are both enabled) | |
-- Tag and push the image to the container registry (see `Tagging`_) | |
+- Tag and push the image to the container registry (see :ref:`image-tags`) | |
- Query the image to discover installed RPM packages (by running | |
``rpm`` inside it) | |
@@ -1513,7 +1513,7 @@ koji_builds | |
repositories | |
a list of fully-qualified pull specifications, with items relating | |
- to each tag (see `Tagging`_) | |
+ to each tag (see :ref:`image-tags`) | |
The list of repositories will look no different than it did prior to | |
multi-platform support. However, each pull specification will relate | |
diff --git a/docs/users.rst b/docs/users.rst | |
index dc2029d..e49f9b3 100644 | |
--- a/docs/users.rst | |
+++ b/docs/users.rst | |
@@ -201,6 +201,8 @@ added to the koji build metadata once imported via content generator API. | |
The list of components for the container image in output list will | |
include the fetched artifacts in addition to the installed RPMs. | |
+.. _image-tags: | |
+ | |
Image tags | |
---------- | |
@@ -221,5 +223,5 @@ Dockerfile, the tags used within the repository are: | |
``additional-tags`` file) | |
These tags are applied to the manifest list or, if multi-platform | |
-image builds are not enabled (see `group_manifests`_), to the sole | |
-image manifest resulting from the build. | |
+image builds are not enabled (see :ref:`group_manifests <group-manifests>`), | |
+to the sole image manifest resulting from the build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment