Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Apr 1, 2024
1 parent 0476961 commit 9977723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otelcol/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tools:
go install go.opentelemetry.io/collector/cmd/builder@v0.97.0 && \
go install github.com/mikefarah/yq/v4@v4.43.1
SAVE ARTIFACT /go/bin/builder builder AS LOCAL bin/builder
SAVE IMAGE --cache-hint
SAVE IMAGE --push --cache-hint

otel-modules:
FROM +tools
Expand Down Expand Up @@ -70,7 +70,7 @@ image:
LET description = $(yq '.dist.description' /work/manifest.yaml)

FROM gcr.io/distroless/static:nonroot
LABEL org.opencontainers.image.url="${EARHTLY_GIT_ORIGIN_URL}"
LABEL org.opencontainers.image.src="https://github.com/tosuke-homelab/containers"
LABEL org.opencontainers.image.revision="${EARTHLY_GIT_HASH}"
LABEL org.opencontainers.image.description="${description}"
COPY --chmod 644 "${BASE_DIR}config.yaml" /etc/otelcol/config.yaml
Expand Down

0 comments on commit 9977723

Please sign in to comment.