-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Keep docker containers up to date with latest patches. (#1347)
- Loading branch information
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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:0.8.0 AS weaver | ||
|
||
# OPA is used to test policies enforced by weaver. | ||
FROM openpolicyagent/opa:0.67.1 AS opa | ||
|
||
# Semconv gen is used for backwards compatibility checks. | ||
# TODO(jsuereth): Remove this when no longer used. | ||
FROM otel/semconvgen:0.25.0 AS semconvgen |