Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Fix image tagging script.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
ipanova authored and fao89 committed Oct 9, 2019
1 parent ef2375e commit d79e69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_scripts/image_tagging.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export TAG_NAME='custom_tag'
export MANIFEST_DIGEST='sha256:b8ba256769a0ac28dd126d584e0a2011cd2877f3f76e093a7ae560f2a5301c00'
export MANIFEST_DIGEST='sha256:21e3caae28758329318c8a868a80daa37ad8851705155fc28767852c73d36af5'

echo "Tagging the manifest."
export TASK_URL=$(http POST $BASE_ADDR'/pulp/api/v3/docker/tag/' \
Expand Down
2 changes: 1 addition & 1 deletion docs/_scripts/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "Creating a remote that points to an external source of container images."
http POST $BASE_ADDR/pulp/api/v3/remotes/docker/docker/ \
name='my-hello-repo' \
url='https://registry-1.docker.io' \
upstream_name='library/hello-world'
upstream_name='pulp/test-fixture-1'

echo "Export an environment variable for the new remote URI."
export REMOTE_HREF=$(http $BASE_ADDR/pulp/api/v3/remotes/docker/docker/ \
Expand Down

0 comments on commit d79e69e

Please sign in to comment.