16 lines
907 B
Docker
16 lines
907 B
Docker
# DO NOT BUILD
|
|
# This file is just for tracking dependencies of the semantic convention build.
|
|
# Dependabot can keep this file up to date with latest containers.
|
|
|
|
# Weaver is used to generate markdown docs, and enforce policies on the model.
|
|
FROM otel/weaver:v0.14.0@sha256:bea89bc5544ad760db2fd906c5285c2a3769c61fb04f660f9c31e7e44f11804b AS weaver
|
|
|
|
# OPA is used to test policies enforced by weaver.
|
|
FROM openpolicyagent/opa:1.4.2@sha256:35a093d9ae828373cf88f68ecaa8189ab26287468074a3b78f0601d9c8b7a4f5 AS opa
|
|
|
|
# Semconv gen is used for backwards compatibility checks.
|
|
# TODO(jsuereth): Remove this when no longer used.
|
|
FROM otel/semconvgen:0.25.0@sha256:9df7b8cbaa732277d64d0c0a8604d96bb6f5a36d0e96338cba5dced720c16485 AS semconvgen
|
|
|
|
# Lychee is used for checking links in documentation.
|
|
FROM lycheeverse/lychee:sha-2aa22f8@sha256:2e3786630482c41f9f2dd081e06d7da1c36d66996e8cf6573409b8bc418d48c4 AS lychee |