Skip to main content

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

ChangeLog

Unreleased

0.26.0 (2024-08-30)

  • Add add-deprecations entrypoint

0.25.0 (2024-06-05)

  • Add an argument to set the IIB build timeout

0.24.0 (2023-10-17)

  • Remove Docker Pulp support

0.23.0 (2023-09-12)

  • Add check_related_images parameter

0.22.0 (2023-05-22)

  • Add Bandit scanning to pipeline

  • Fixed broken tests

  • Drop Python2 support

  • Display an IIB error directly in the pub logs

  • Pin bandit version

  • Upgrade iiblib to 7.1.0

0.21.0 (2022-02-07)

  • Added build_tags support

  • Use pubtools.iib logger rather than root logger

0.20.0 (2021-06-10)

  • Make Pulp-related arguments non-mandatory

0.19.0 (2021-04-01)

  • Remove option of pushing to Quay

  • Restore original installation of dependencies

0.18.1 (2021-03-31)

  • Change iiblib version to 3.0.0.

0.18.0 (2021-03-29)

  • Add deprecation_list and index_image_resolved attribute

  • Add option of pushing to Quay

  • Add log links to build details

  • Remove duplicated FakeTaskManager

0.17.0 (2020-10-19)

  • Change IIBlib imports

0.16.0 (2020-09-29)

  • Made –bundle an optional argument

  • Made –binary-image an optional argument

0.15.0 (2020-06-25)

  • Replaced content-delivery-release-bot with token

  • Added support for providing “overwrite-from-index-token” when calling IIB

0.14.0 (2020-05-27)

  • Fixed multiple argument passing to use ‘append’ mode

0.13.0 (2020-04-29)

  • Added –skip-pulp attribute support

0.12.0 (2020-03-30)

  • added –overwrite-index-image param

0.11.0 (2020-03-09)

  • Fixed push items handling

0.10.0 (2020-03-04)

  • fixed wrong feed attribute

  • sync only needed tags

0.9.0 (2020-03-04)

  • succesful build dump to output

0.8.0 (2020-03-04)

  • fixed repo sync attributes

0.7.0 (2020-03-04)

  • added iib-insecure attribute

  • dump error build details on output

  • index-image attribute optional

0.6.0 (2020-03-04)

  • iiblib 0.7.0 compat changes

0.5.0 (2020-03-03)

  • fixed invalid argument for IIBClient init

0.4.0 (2020-02-27)

  • added legacy registry support

0.3.0 (2020-02-27)

  • kerberos support

0.2.0 (2020-02-27)

Fixed

  • iiblib 0.3.0 compatiblity fixes

Added

  • ssl_verification option for IIBClient

0.1.0 (2020-02-25)

  • Initial release.

Release files for pubtools-iib 0.26.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pubtools-iib 0.26.0
File Size Uploaded
pubtools_iib-0.26.0.tar.gz 13.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pubtools-iib 0.26.0
File Interpreter ABI Platform
pubtools_iib-0.26.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 20.6 kB

Release files / pubtools_iib-0.26.0.tar.gz

Download URL pubtools_iib-0.26.0.tar.gz
Size 13.6 kB
Tags Source
SHA-256 checksum
How to use checksums
aa694f7ef8279453272fa3eb4c92bd0bb6dc017c1fc6855a5f965bb4af306763
BLAKE2b-256 checksum
How to use checksums
c4434e231a2fbb0a33354738c35742273cf29d4fe5c1612f634fa68eed57fd2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.5

Release files / pubtools_iib-0.26.0-py2.py3-none-any.whl

Download URL pubtools_iib-0.26.0-py2.py3-none-any.whl
Size 6.9 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
847dcb5dbc7370051ec5a61adf3d8bd675e0d8872a9d17eca9ef654ab630778d
BLAKE2b-256 checksum
How to use checksums
ed2cddcd73271f1d191c11052afb2ff9f21e251d1e399d06795d1be710b6da55
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.5

Release history Release notifications | RSS feed

This release

0.26.0 This release

2 release files

0.24.0

2 release files

0.23.0

2 release files

0.22.0

2 release files

0.21.0

2 release files

0.20.0

2 release files

0.19.0

1 release file

0.18.1

1 release file

0.18.0

1 release file

0.17.0

1 release file

0.16.0

1 release file

0.15.0

1 release file

0.14.0

1 release file

0.13.0

1 release file

0.12.0

1 release file

0.11.0

1 release file

0.10.0

1 release file

0.9.0

1 release file

0.8.0

1 release file

0.6.0

1 release file

0.5.0

1 release file

0.4.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page