Skip to content

Commit c3a2a7f

Browse files
committed
update dockerfiles
1 parent ff45707 commit c3a2a7f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

devnet/alice.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ COPY . .
1515

1616
RUN go run devnet/cmd/update-dd-agent-confd/main.go -n="gossamer.local.devnet" -t="key:alice" > /tmp/conf.yaml
1717
RUN mv /tmp/conf.yaml /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml
18-
# RUN ls -la /etc/datadog-agent/conf.d/openmetrics.d/
19-
# RUN cat /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml
2018
RUN service datadog-agent start
2119

2220
RUN go get ./...

devnet/bob.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ COPY . .
2020

2121
RUN ["sh", "-c", "go run devnet/cmd/update-dd-agent-confd/main.go -n=gossamer.local.devnet -t=key:${key} > /tmp/conf.yaml"]
2222
RUN mv /tmp/conf.yaml /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml
23-
RUN cat /etc/datadog-agent/conf.d/openmetrics.d/conf.yaml
2423
RUN service datadog-agent start
2524

2625
RUN go get ./...

0 commit comments

Comments
 (0)