Skip to content

Commit ff6e221

Browse files
authored
[Fix] app image dockerfile (#676)
1 parent c24bcde commit ff6e221

File tree

1 file changed

+1
-1
lines changed
  • centralized_collection/prometheus/docker-grafana-agent

1 file changed

+1
-1
lines changed

centralized_collection/prometheus/docker-grafana-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM grafana/agent:latest as agent
33

44
FROM orbcommunity/pktvisor:${PKTVISOR_TAG}
55

6-
COPY --from=agent /bin/agent /usr/local/bin/agent
6+
COPY --from=agent /bin/grafana-agent /usr/local/bin/agent
77

88
RUN apt-get update \
99
&& apt-get install -y runit-init \

0 commit comments

Comments
 (0)