Task #1651
closed
Ensure that the upload recipe is correct for pulp-docker 2.0 in the docs
Status:
CLOSED - CURRENTRELEASE
Target Release - Docker:
2.0.0
Tags:
Documentation, Pulp 2
Description
In performing the work for #1163, I discovered that upload did not work. As a result, I was unable to verify that the upload docs were accurate with pulp-docker 2.0. Rather than hold that effort, I thought it was better to file a ticket to check the docs later, after fixing upload support.
- Blocked by Issue #1650: Uploading a v1 Docker Image causes AttributeError: 'UploadStep' object has no attribute 'v1_tags' added
- Status changed from NEW to ASSIGNED
- Assignee set to semyers
My busybox save only had two images in it. Rather than chase that, I think it's probably better to make the docs ambiguous, e.g.
diff --git a/docs/user-guide/recipes.rst b/docs/user-guide/recipes.rst
index f64c67b..3d91e31 100644
--- a/docs/user-guide/recipes.rst
+++ b/docs/user-guide/recipes.rst
@@ -70,7 +70,7 @@ Then create a pulp repository and run an upload command with ``pulp-admin``::
... completed
-There are now four new images in the pulp repository::
+There are now images in the pulp repository::
$ pulp-admin docker repo list
+----------------------------------------------------------------------+
@@ -83,6 +83,11 @@ There are now four new images in the pulp repository::
Content Unit Counts:
Docker Image: 4
+.. note::
+
+ The number of images associated with the repository at this point may differ
+ from the number seen above, but should be at least 1 image.
During an image upload, you can specify the id of an ancestor image
that should not be uploaded to the repository. In this case, the masked ancestor
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to 5
- Status changed from 5 to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Update the documentation to reflect the v2 changes.
https://pulp.plan.io/issues/1163 https://pulp.plan.io/issues/1651 https://pulp.plan.io/issues/1652
fixes #1163 fixes #1651 fixes #1652