Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Set of scripts used for operating with Quay service
::
$ pip install -r requirements.txt $ pip install . or $ python setup.py install
Locally copy an image from source to destination. Quay password is injected from the environment variable. ::
$ export QUAY_PASSWORD=token
$ pubtools-quay-tag-image
--source-ref quay.io/source/image:34
--dest-ref quay.io/target/image:34
--quay-user quay+username \
Connect to a remote host via ssh (using password) and perform the copying to multiple destinations. ::
$ export QUAY_PASSWORD=token
$ export SSH_PASSWORD=123456
$ pubtools-quay-tag-image
--source-ref quay.io/source/image:34
--dest-ref quay.io/target/image:34
--dest-ref quay.io/target/image2:34
--quay-user quay+username
--remote-exec
--ssh-remote-host 127.0.0.1
--ssh-remote-host-port 2222
--ssh-username user
Connect to a remote host via ssh (using private key), perform the copying ::
$ export QUAY_PASSWORD=token
$ export SSH_PASSWORD=123456
$ pubtools-quay-tag-image
--source-ref quay.io/source/image:34
--dest-ref quay.io/target/image:34
--quay-user quay+username
--remote-exec
--ssh-remote-host 127.0.0.1
--ssh-remote-host-port 2222
--ssh-username user
--ssh-key-filename /path/to/file.key \
Merge manifest lists of source-ref and dest-ref and overwrite dest-ref with the result. ::
$ export QUAY_PASSWORD=token
$ pubtools-quay-merge-manifest-list
--source-ref quay.io/src/image:1
--dest-ref quay.io/dest/image:1
--quay-user quay+username
Untag multiple images ::
$ export QUAY_PASSWORD=token
$ export QUAY_API_TOKEN=oauth_token
$ pubtools-quay-tag-image
--reference quay.io/src/image:1
--reference quay.io/src/image:2
--quay-user quay+username
--remote-exec
--ssh-remote-host 127.0.0.1
--ssh-remote-host-port 2222
--ssh-username user
--ssh-key-filename /path/to/file.key \
Untag an image and force the operation in case the tag is a last reference of some digest. ::
$ export QUAY_PASSWORD=token
$ export QUAY_API_TOKEN=oauth_token
$ pubtools-quay-tag-image
--reference quay.io/src/image:1
--remove-last
--quay-user quay+username \
Raise an error when manifest claims retry limit is reached Manifest is outdated if both old and new manifests have digests
Fixed pushing index images to wrong namespace Fixed removing index image signatures when there are no non fbc operators
Allow radas messaging address to be formatable
FAQs
Pubtools-quay
We found that pubtools-quay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.