Matthieu Darbois
0787a44d99
fix: enforce minimum version of docker/podman ( #1961 )
...
* fix: enforce minimum version of docker/podman
This allows to always pass `--platform` to the OCI engine
thus fixing issues with multiarch images.
* Allow older versions with warnings
* Upgrade docker on Travis CI
* fix: use `docker cp` instead of `tar`
* Enforce docker>=24.0
* move log to include container.copy_into
* fix: travis-ci, only update docker on aarch64
* skip test_multiarch_image on s390x / ppc64le
* skip flaky test
* chore: only install test deps on Travis CI
* fix: do not try to pull images tagged `cibw_local`
* use "--pull=never" for local images
* Use docker image inspect to check if an image needs to be pulled
2024-09-12 15:32:43 -04:00
Joe Rickerby
9d5f5e60b8
Make container-engine a build (non-global) option ( #1792 )
2024-05-20 02:47:10 -04:00
Joe Rickerby
a6345190fa
Skip test on gitlab too
2023-11-24 10:33:21 +00:00
Joe Rickerby
7c99262c00
Adds disable_host_mount suboption to container-engine
2023-11-21 22:25:20 +00:00
mayeut
ba11212a13
use fixture in oci_container_test.py to clean-up images after tests
2023-09-18 21:28:33 +02:00
mayeut
6d0890e7e0
add tests
2023-09-18 21:28:33 +02:00
Lisandro Dalcin and Joe Rickerby
4f888e27c3
feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
...
Co-authored-by: Joe Rickerby <joerick@mac.com >
2023-09-08 18:59:32 +03:00
Joe Rickerby and Henry Schreiner
9b904777d4
Apply suggestions from code review
...
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2023-05-26 15:58:18 +01:00
Joe Rickerby
abc10b603b
Skip --volume test on Gitlab too
2023-05-16 08:53:51 +01:00
Joe Rickerby
6bf13bff03
Skip the --volume test on CircleCI
2023-05-15 22:07:09 +01:00
Joe Rickerby
2afeca62a1
Don't run test unless docker is available
2023-05-15 09:13:28 +01:00
Joe Rickerby
bf5db55bfa
Fix tests
2023-05-15 09:09:13 +01:00
Joe Rickerby
290a55097d
Add string and TOML-dict configuration of this param
2023-05-12 14:18:08 +01:00
Joe Rickerby
5cb0964111
Implement create_args in the oci container class
2023-05-08 21:59:11 +01:00
mayeut
6d27f05c7c
chore: use from __future__ import annotations
2022-07-19 07:47:45 +02:00
mayeut
bc17f103f1
chore: drop python 3.6 for cibuildwheel driver
...
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
2022-07-19 07:47:20 +02:00
pre-commit-ci[bot]
062ab6cb93
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-06-27 20:24:15 +00:00
joncrall
12a3fa2d3e
Use tomli_w instead of toml
2022-06-27 16:23:02 -04:00
Joe Rickerby
e5ef3c1b76
Tweak test config to remove always-skipped test
2022-06-27 18:35:28 +01:00
Joe Rickerby
d66c1e92bf
Lots more naming changes to reflect that containers are not necessarily 'docker'
2022-06-27 18:30:49 +01:00