Skip to content

Commit

Permalink
fix: expose grafana agent port in dockerfile so it's compatible with …
Browse files Browse the repository at this point in the history
…gitlab-ci and other docker features
  • Loading branch information
stijnbernards authored Nov 8, 2023
1 parent 0961bf4 commit e042cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/grafana-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

FROM ubuntu:lunar

EXPOSE 9091

LABEL org.opencontainers.image.source="https://github.com/grafana/agent"

# Install dependencies needed at runtime.
Expand Down

0 comments on commit e042cc8

Please sign in to comment.