Skip to content

Commit 1b39759

Browse files
author
Roy Jenkins
committed
Upgrade agent to version 5.16.0.
1 parent 3c8ba36 commit 1b39759

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie
33
MAINTAINER Datadog <package@datadoghq.com>
44

55
ENV 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
99
RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
COPY conf.d/docker_daemon.yaml "$DD_HOME/agent/conf.d/docker_daemon.yaml"

dogstatsd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie
33
MAINTAINER Datadog <package@datadoghq.com>
44

55
ENV DOCKER_DD_AGENT=yes \
6-
AGENT_VERSION=1:5.15.0-1
6+
AGENT_VERSION=1:5.16.0-1
77

88
COPY entrypoint.sh supervisor.conf /
99

dogstatsd/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
ADD https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh /tmp/setup_agent.sh

jmx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie
33
MAINTAINER Datadog <package@datadoghq.com>
44

55
ENV 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
99
RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \

0 commit comments

Comments
 (0)