mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
3951741224
1) Limit clone depth to allow faster fetches 2) Supply OPENSSL_URL and OPENSSL_BRANCH args to allow for branch testing Reviewed-by: Sasa Nedvedicky <sashan@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25426) |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
run_endpoint.sh |
quic-openssl-docker
Dockerfile for quic working group interop testing
Overview
This Dockerfile builds a container for use with the QUIC working group interop testing facility It can also be used locally to test QUIC interoperability via the QUIC interop runner Please see instructions there for running local interop testing
Building the container
From this directory:
docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .
Note the tag name is important, as the interop runner knows the container by this name. If you build locally with changes, the interop runner project will pick up the container from your local registry rather than downloading it