File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
3- FROM ubuntu:24.04@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
3+ FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
44
55RUN apt update && apt install -y \
66 build-essential \
Original file line number Diff line number Diff line change 2020 egress-policy : audit
2121
2222 - name : Add comment
23- uses : peter-evans/create-or-update-comment@f2fea6b1351032d92152625b7111b8ccfb610107
23+ uses : peter-evans/create-or-update-comment@bb25fe02fa2832725e15138f711e6bde1f6b7538
2424 with :
2525 issue-number : ${{ github.event.issue.number }}
2626 body : |
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
33
4- FROM ubuntu:latest@sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
4+ FROM ubuntu:latest@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
55ENV DEBIAN_FRONTEND=noninteractive
66
77WORKDIR /work
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
33
4- FROM otel/opentelemetry-collector:0.128.0 @sha256:580cc87f5ea6c9e3969c37f3c5394b7a8385abb8189df0ddc63b9575a00f52fc
4+ FROM otel/opentelemetry-collector:0.129.1 @sha256:9b0322c9a14fc22dde99fac9c0da97d742f4b16f725ce2a0763590c46884cdc9
55COPY . .
66CMD ["--config" , "/otel-cpp/otel-config.yaml" ]
77EXPOSE 4317
You can’t perform that action at this time.
0 commit comments