summaryrefslogtreecommitdiff
path: root/interop/quic-openssl-docker/README.md
blob: ff5a55834f11412328a178cadf3197f0b75772b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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](https://interop.seemann.io/?run=2024-08-05T08:30)
It can also be used locally to test QUIC interoperability via the
[QUIC interop runner](https://github.com/quic-interop/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