aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-docker
Commit message (Collapse)AuthorAge
* lang/python/python-docker: assign PKG_CPE_IDFabrice Fontaine2024-01-29
| | | | | | https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:docker:docker-py Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* python-docker: Update to 7.0.0Javier Marcet2024-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Notes: - Removed SSL version (ssl_version) and explicit hostname check (assert_hostname) options - assert_hostname has not been used since Python 3.6 and was removed in 3.12 - Python 3.7+ supports TLSv1.3 by default - Websocket support is no longer included by default - By default, docker-py hijacks the TCP connection and does not use Websockets - Websocket client is only required to use attach_socket(container, ws=True) - Python 3.7 no longer officially supported (reached end-of-life June 2023) Features: - Python 3.12 support - Full networking_config support for containers.create() - Replaces network_driver_opt (added in 6.1.0) - Add health() property to container that returns status (e.g. unhealthy) - Add pause option to container.commit() - Add support for bind mount propagation (e.g. rshared, private) - Add filters, keep_storage, and all parameters to prune_builds() (requires API v1.39+) Bugfixes: - Consistently return docker.errors.NotFound on 404 responses - Validate tag format before image push Miscellaneous: - Upgraded urllib3 version in requirements.txt (used for development/tests) - Documentation typo fixes & formatting improvements - Fixed integration test compatibility for newer Moby engine versions - Switch to ruff for linting Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 6.1.3Javier Marcet2023-07-05
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 6.1.2Javier Marcet2023-07-05
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-packages: Clean up build variablesJeffery To2023-04-24
| | | | | | | | | | | | | | | * Rename PYTHON3_PKG_SETUP_VARS to PYTHON3_PKG_BUILD_VARS, and PYTHON3_PKG_SETUP_DIR to PYTHON3_PKG_BUILD_PATH The new variable names emphasize that these values apply to the new build process. * Remove PYTHON3_PKG_SETUP_ARGS set to the empty string These were set to override the default arguments in the old build process and not applicable to the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-docker: Add missing build dependencyJeffery To2023-04-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-docker: Update to 6.0.1Javier Marcet2023-01-01
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 6.0.0Javier Marcet2022-09-09
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.3Javier Marcet2021-10-13
| | | | | | | | | | | | | | | | Features: - Add cap_add and cap_drop parameters to service create and ContainerSpec - Add templating parameter to config create Bugfixes: - Fix getting a read timeout for logs/attach with a tty and slow output Miscellaneous: - Fix documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.2Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | Bugfixes: - Fix disable_buffering regression - Bring back support for ssh identity file - Cleanup remaining python-2 dependencies - Fix image save example in docs Miscellaneous: - Bump urllib3 to 1.26.5 - Bump requests to 2.26.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 5.0.0Javier Marcet2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | Breaking changes: - Remove support for Python 2.7 - Make Python 3.6 the minimum version supported Features: - Add limit parameter to image search endpoint Bugfixes: - Fix KeyError exception on secret create - Verify TLS keys loaded from docker contexts - Update PORT_SPEC regex to allow square brackets for IPv6 addresses - Fix containers and images documentation examples Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.4Javier Marcet2021-03-09
| | | | | | | | | Bugfixes: - Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client. Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.3Javier Marcet2021-02-19
| | | | | | | | Bugfixes: - Fix SSH port parsing when shelling out to the ssh client Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.2Javier Marcet2021-02-15
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.4.1Javier Marcet2021-01-11
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.3.1Javier Marcet2020-08-24
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-docker: Update to 4.2.2Javier Marcet2020-07-03
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3-docker: add a new packageJavier Marcet2020-06-08
Signed-off-by: Javier Marcet <javier@marcet.info>