Skip to content

Commit

Permalink
Remove ability to push to quay
Browse files Browse the repository at this point in the history
Since pub is not yet ready to support this functionality, the commit
that adds this functionality will be added at a later date.
  • Loading branch information
querti committed Apr 1, 2021
1 parent 43550fb commit 4001085
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 920 deletions.
6 changes: 0 additions & 6 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ include README.rst
include LICENSE
recursive-include docs *.rst conf.py Makefile
recursive-include pubtools_iib *.py
include requirements.txt
28 changes: 0 additions & 28 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Setup
Usage
=====

Push the created index image to Pulp
::

$ export PULP_PASSWORD="pulppassword"
Expand All @@ -42,7 +41,6 @@ Push the created index image to Pulp
--index-image container-registry.example.com/index/image:latest
--bundle container-registry.example.com/bundle/image:123
--arch x86_64
--skip-quay
--deprecation-list container-registry.example.com/index/bundle-image:latest,container-registry.example.com/index/bundle-image:2

$ export PULP_PASSWORD="pulppassword"
Expand All @@ -54,30 +52,4 @@ Push the created index image to Pulp
--index-image container-registry.example.com/index/image:latest
--operator bundle/image:123
--arch x86_64
--skip-quay

Push the created index image to Quay in a remote server and send a UMB message
::

$ export QUAY_PASSWORD=quay_password
$ export SSH_PASSWORD=ssh_password
$ pubtools-iib-add-bundles \
--iib-server iibhostname.example.com \
--binary-image container-registry.example.com/binary/image:latest \
--index-image container-registry.example.com/index/image:latest \
--bundle container-registry.example.com/bundle/image:123 \
--arch x86_64 \
--skip-pulp \
--quay-dest-repo quay.io/namespace/repo \
--quay-user namespace+robot_account \
--quay-remote-exec \
--quay-ssh-remote-host 127.0.0.1 \
--quay-ssh-remote-host-port 2222 \
--quay-ssh-username ssh_user \
--quay-send-umb-msg \
--quay-umb-url amqps://umb-url1:5671 \
--quay-umb-url amqps://umb-url2:5671 \
--quay-umb-cert /path/to/file.crt \
--quay-umb-client-key /path/to/file.key \
--quay-umb-ca-cert /path/to/cacert.crt

Loading

0 comments on commit 4001085

Please sign in to comment.