File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:jessie
33MAINTAINER Datadog <package@datadoghq.com>
44
55ENV DOCKER_DD_AGENT=yes \
6- AGENT_VERSION=1:5.15 .0-1
6+ AGENT_VERSION=1:5.16 .0-1
77
88# Install the Agent
99RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV DD_HOME=/opt/datadog-agent \
77 DD_START_AGENT=0 \
88 DOCKER_DD_AGENT=yes \
99 PYCURL_SSL_LIBRARY=openssl \
10- AGENT_VERSION=5.15 .0
10+ AGENT_VERSION=5.16 .0
1111
1212# Add Docker check
1313COPY conf.d/docker_daemon.yaml "$DD_HOME/agent/conf.d/docker_daemon.yaml"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:jessie
33MAINTAINER Datadog <package@datadoghq.com>
44
55ENV DOCKER_DD_AGENT=yes \
6- AGENT_VERSION=1:5.15 .0-1
6+ AGENT_VERSION=1:5.16 .0-1
77
88COPY entrypoint.sh supervisor.conf /
99
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV DD_HOME=/opt/datadog-agent \
66 DOCKER_DD_AGENT=yes \
77 # prevent the agent from being started after install
88 DD_START_AGENT=0 \
9- AGENT_VERSION=5.15 .0
9+ AGENT_VERSION=5.16 .0
1010
1111# Add install and config files
1212ADD https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh /tmp/setup_agent.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:jessie
33MAINTAINER Datadog <package@datadoghq.com>
44
55ENV DOCKER_DD_AGENT=yes \
6- AGENT_VERSION=1:5.15 .0-1
6+ AGENT_VERSION=1:5.16 .0-1
77
88# Install the Agent
99RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \
You can’t perform that action at this time.
0 commit comments