https://github.com/release-engineering/pubtools-iib
set of cli scripts to be used as pub components in IIB related use cases
https://github.com/release-engineering/pubtools-iib
Last synced: 12 months ago
JSON representation
set of cli scripts to be used as pub components in IIB related use cases
- Host: GitHub
- URL: https://github.com/release-engineering/pubtools-iib
- Owner: release-engineering
- Created: 2020-02-21T12:20:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T05:14:03.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T23:36:04.963Z (12 months ago)
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 11
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
==============
pubtools-iib
==============
Set of cli scripts used for operating with IIB service.
Requirements
============
* Python 3.7+ or Python 2.7
Features
========
* pubtools-iib-add-bundles - script used for running add bundle on IIB
* pubtools-iib-remove-operator - script used for running remove operator on IIB
Setup
=====
::
$ pip install -r requirements.txt
$ pip install .
or
$ python setup.py install
Usage
=====
::
$ 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
--deprecation-list container-registry.example.com/index/bundle-image:latest,container-registry.example.com/index/bundle-image:2
$ pubtools-iib-remove-operators \
--iib-server iibhostname.example.com\
--binary-image container-registry.example.com/binary/image:latest
--index-image container-registry.example.com/index/image:latest
--operator bundle/image:123
--arch x86_64