diff --git a/examples/hydra.Dockerfile b/examples/hydra.Dockerfile new file mode 100644 index 0000000000..bc569d941c --- /dev/null +++ b/examples/hydra.Dockerfile @@ -0,0 +1,102 @@ +FROM alpine:3.20 AS openssl_builder + +# we have to build the fips module from 3.0.9 +# see https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4282 +RUN <