This directory contains the test image used to retrieve environment information
under which the container runs. This is used by conformance tests to verify
Knative run-time contract
The image contains a simple Go webserver, environment.go, which by default,
listens on port defined in the constant
EnvImageServerPort.
Currently the server exposes:
/envvars : To provide a JSON payload containing all the environment variables
set inside the container
/filepath?path=: Provides FileInfo for the
query-param. The JSON payload returned as response is specified in
runtime_contract_types