Task #1651
closedEnsure that the upload recipe is correct for pulp-docker 2.0 in the docs
100%
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.
Related issues
Updated by rbarlow almost 9 years ago
- Blocked by Issue #1650: Uploading a v1 Docker Image causes AttributeError: 'UploadStep' object has no attribute 'v1_tags' added
Updated by semyers almost 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to semyers
Updated by semyers almost 9 years ago
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
Added by rbarlow almost 9 years ago
Added by rbarlow almost 9 years ago
Revision 8fbfb2e4 | View on GitHub
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
Added by rbarlow almost 9 years ago
Revision 8fbfb2e4 | View on GitHub
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
Added by rbarlow almost 9 years ago
Revision 8fbfb2e4 | View on GitHub
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
Updated by rbarlow almost 9 years ago
- Status changed from ASSIGNED to POST
I applied your patch in my existing PR:
Updated by rbarlow almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 8fbfb2e4cbf62b4631114491a6598a58d65dd16b.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by semyers over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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