Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# checkov:skip=CKV_DOCKER_7: Upstream images are pinned by immutable digests instead of mutable tags.
# checkov:skip=CKV_DOCKER_8: s6-overlay needs root to coordinate bundled SigNoz, ClickHouse, ZooKeeper, and collector services.

ARG UPSTREAM_SIGNOZ_VERSION=v0.129.0
ARG UPSTREAM_SIGNOZ_DIGEST=sha256:50447bb4461c075f52b8fe331324db389f7475b0b6abd1f0a4c9ce7ab3967ca8
ARG UPSTREAM_SIGNOZ_VERSION=v0.139.0
ARG UPSTREAM_SIGNOZ_DIGEST=sha256:c5b31f85497ceb469e419b620e09f16625d4ce9ac2071892624e9a50bd3faaaf
ARG UPSTREAM_OTELCOL_VERSION=v0.144.5@sha256:f9bf94d566055d06581f3befbf361cc26d670f31ad00cb31fda2ec380210c5ec
ARG UPSTREAM_CLICKHOUSE_VERSION=25.5.6@sha256:4536143e22dc9bddb217c7e610f6b7ed5e6efd8fefdbc61acdeadb5d8022213a
ARG UPSTREAM_ZOOKEEPER_VERSION=3.7.1@sha256:fcc4a3288154ccaa3bdb5ae6dc10180c084d29a8a6a26b62ac8e30a8940dc2e6
Expand Down
4 changes: 2 additions & 2 deletions components/signoz-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# checkov:skip=CKV_DOCKER_3: Optional host and Docker collection needs runtime access to mounted host paths.
ARG ALPINE_VERSION=3.23.4
ARG ALPINE_DIGEST=sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
ARG UPSTREAM_OTELCOL_VERSION=0.154.0
ARG UPSTREAM_OTELCOL_DIGEST=sha256:b3079f45e19bdb7326bf49cdddce6cf60dfd865138db39f2733ea48ab17bc4cb
ARG UPSTREAM_OTELCOL_VERSION=0.159.0
ARG UPSTREAM_OTELCOL_DIGEST=sha256:1f2c54a30e713fac6b3ae77a1ec84010c2007e29ced8ec666214fc2f6739c1cc

FROM otel/opentelemetry-collector-contrib:${UPSTREAM_OTELCOL_VERSION}@${UPSTREAM_OTELCOL_DIGEST} AS otelcol

Expand Down