openssl/test/quic-openssl-docker
openssl-machine 0c679f5566 Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Release: yes
2025-03-12 13:35:59 +00:00
..
hq-interop Copyright year updates 2025-03-12 13:35:59 +00:00
build.info Add hq-interop configure option 2025-02-17 11:27:33 -05:00
Dockerfile update Dockerfile to pull hq-interop code from new location 2025-02-17 11:27:33 -05:00
README.md
run_endpoint.sh Disable server address validation for resumption test 2025-02-17 11:27:33 -05:00

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