Skip to content

Commit

Permalink
Upgrade agent to version 5.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Jenkins committed Jul 26, 2017
1 parent 3c8ba36 commit 1b39759
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:jessie
MAINTAINER Datadog <[email protected]>

ENV DOCKER_DD_AGENT=yes \
AGENT_VERSION=1:5.15.0-1
AGENT_VERSION=1:5.16.0-1

# Install the Agent
RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DD_HOME=/opt/datadog-agent \
DD_START_AGENT=0 \
DOCKER_DD_AGENT=yes \
PYCURL_SSL_LIBRARY=openssl \
AGENT_VERSION=5.15.0
AGENT_VERSION=5.16.0

# Add Docker check
COPY conf.d/docker_daemon.yaml "$DD_HOME/agent/conf.d/docker_daemon.yaml"
Expand Down
2 changes: 1 addition & 1 deletion dogstatsd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:jessie
MAINTAINER Datadog <[email protected]>

ENV DOCKER_DD_AGENT=yes \
AGENT_VERSION=1:5.15.0-1
AGENT_VERSION=1:5.16.0-1

COPY entrypoint.sh supervisor.conf /

Expand Down
2 changes: 1 addition & 1 deletion dogstatsd/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DD_HOME=/opt/datadog-agent \
DOCKER_DD_AGENT=yes \
# prevent the agent from being started after install
DD_START_AGENT=0 \
AGENT_VERSION=5.15.0
AGENT_VERSION=5.16.0

# Add install and config files
ADD https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh /tmp/setup_agent.sh
Expand Down
2 changes: 1 addition & 1 deletion jmx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:jessie
MAINTAINER Datadog <[email protected]>

ENV DOCKER_DD_AGENT=yes \
AGENT_VERSION=1:5.15.0-1
AGENT_VERSION=1:5.16.0-1

# Install the Agent
RUN echo "deb http://apt.datadoghq.com/ stable main" > /etc/apt/sources.list.d/datadog.list \
Expand Down

0 comments on commit 1b39759

Please sign in to comment.