Skip to content

Commit

Permalink
chore: simplify maestro image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Henrique Pegoraro committed Jan 30, 2024
1 parent 950e602 commit 39f40a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/otelcol-orb-maestro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ FROM golang:1.21.6-alpine as builder
RUN apk --update add ca-certificates git tzdata
RUN go install go.opentelemetry.io/collector/cmd/builder@latest

WORKDIR /go/src/github.com/orbcommunity/otelcol-orb

COPY go.mod .

RUN go mod tidy

COPY . .
WORKDIR /build

COPY cmd/otelcol-orb-maestro/builder-config.yaml .
COPY cmd/otelcol-orb-maestro/example-config.yaml .
Expand Down

0 comments on commit 39f40a5

Please sign in to comment.