Skip to content

Commit 35eceb6

Browse files
authored
Remove docker/ directory (#145)
The docker/ image bundles OQS-OpenSSL so docker/minitest.py can exercise PQ-TLS interop. But liboqs-python does not add PQ support to Python, so there is no reason to test that here. Testing of PQ-TLS interoperability involving oqs-provider or OQS-OpenSSL should happen in oqs-provider or oqs-demos, not here. The easy-onboarding use case the docker setup originally addressed is now covered by the root Dockerfile plus liboqs-python's runtime auto- install of liboqs. docker/Dockerfile-simple overlaps in purpose with the root Dockerfile and isn't referenced anywhere. Thus the docker/ folder is no longer needed. Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
1 parent ca22c48 commit 35eceb6

5 files changed

Lines changed: 0 additions & 218 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ mount your current project in the Docker container with
235235
docker run --rm -it --workdir=/app -v ${PWD}:/app oqs-python /bin/bash
236236
```
237237

238-
A more comprehensive Docker example is provided in the directory
239-
[`docker`](https://github.com/open-quantum-safe/liboqs-python/tree/main/docker).
240-
241238
---
242239

243240
## Limitations and security

docker/Dockerfile

Lines changed: 0 additions & 69 deletions
This file was deleted.

docker/Dockerfile-simple

Lines changed: 0 additions & 51 deletions
This file was deleted.

docker/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docker/minitest.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)