Using Containers
Using Containers
rpxy
docker container images are hosted both on Docker Hub and GitHub Container Registry.
This section provides information on how to use rpxy
in a containerized environment.
Latest Builds
latest
: Built from themain
branch with default features, running on Ubuntu.latest-slim
,slim
: Built bymusl
from themain
branch with default features, running on Alpine.latest-s2n
,s2n
: Built from themain
branch with thehttp3-s2n
feature, running on Ubuntu.
Nightly Builds
nightly
: Built from thedevelop
branch with default features, running on Ubuntu.nightly-slim
: Built bymusl
from thedevelop
branch with default features, running on Alpine.nightly-s2n
: Built from thedevelop
branch with thehttp3-s2n
feature, running on Ubuntu.
Caveats
Due to some compile errors of s2n-quic
subpackages with musl
, nightly-s2n-slim
or latest-s2n-slim
are not yet provided.