Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib from 0.116.1-armv7 to 0.118.0-armv7 in /otelcol #137

Closed
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
8 changes: 4 additions & 4 deletions otelcol/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:6.1.3

FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.116.1-amd64 as otelcol-amd64
FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.118.0-amd64 as otelcol-amd64

FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.116.1-arm64 as otelcol-arm64
FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.118.0-arm64 as otelcol-arm64

FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.116.1 as otelcol-i386
FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.118.0 as otelcol-i386

FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.116.1-armv7 as otelcol-armv7
FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.118.0-armv7 as otelcol-armv7

FROM ghcr.io/tarampampam/curl:8.11.0 as curl

Expand Down
Loading