Downloads

The latest stable release of InterDiode is freely available as OCI images on Docker Hub.

InterDiode is designed for offline and air-gapped environments. Every release is cryptographically signed and can be verified without Internet access.

Verify Image Authenticity

All OCI images published by InterDiode are signed using Cosign.

curl -L -o cosign.interdiode.fr.pub https://interdiode.fr/static/cosign.interdiode.fr.pub
echo "43d72ee8d9c1ea994d783bfaf6b43da27d4eabf6b946c6f61385e26e5316ad62  cosign.interdiode.fr.pub" | shasum -a 256 -c -
cosign verify --key cosign.interdiode.fr.pub   interdiode/interdiode:latest
cosign verify-attestation --key cosign.interdiode.fr.pub --type vuln  interdiode/interdiode:latest

Software Bill of Materials (SBOM)

Each release also includes a Software Bill of Materials (SBOM) attestation using the SPDX format.

The SBOM allows administrators to identify every software component included in the container image.

SLSA Provenance

Each release includes a Supply-chain Levels for Software Artifacts (SLSA) attestations using the SLSA v1 format.

Security

InterDiode follows responsible vulnerability disclosure practices.

If you discover a security issue, please contact: security@mail.interdiode.fr

For more information, see our Security Policy.