-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dwight Tilghman
committed
Mar 12, 2019
1 parent
c873078
commit 6439abe
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:stretch | |
|
||
MAINTAINER Datadog <[email protected]> | ||
|
||
ARG AGENT_VERSION_ARG=1:5.32.0-1 | ||
ARG AGENT_VERSION_ARG=1:5.32.1-1 | ||
ARG AGENT_REPO_ARG=http://apt.datad0g.com/ | ||
ARG AGENT_REPO_CHANNEL_ARG=stable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM alpine:3.6 | |
|
||
MAINTAINER Datadog <[email protected]> | ||
|
||
ARG AGENT_VERSION_ARG=5.32.0 | ||
ARG AGENT_VERSION_ARG=5.32.1 | ||
|
||
ENV DD_HOME=/opt/datadog-agent \ | ||
# prevent the agent from being started after install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:stretch | |
|
||
MAINTAINER Datadog <[email protected]> | ||
|
||
ARG AGENT_VERSION_ARG=1:5.32.0-1 | ||
ARG AGENT_VERSION_ARG=1:5.32.1-1 | ||
ARG AGENT_REPO_ARG=http://apt.datad0g.com/ | ||
ARG AGENT_REPO_CHANNEL_ARG=stable | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM alpine:3.6 | |
|
||
MAINTAINER Datadog <[email protected]> | ||
|
||
ARG AGENT_VERSION_ARG=5.32.0 | ||
ARG AGENT_VERSION_ARG=5.32.1 | ||
|
||
ENV DD_HOME=/opt/datadog-agent \ | ||
DOCKER_DD_AGENT=yes \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:stretch | |
|
||
MAINTAINER Datadog <[email protected]> | ||
|
||
ARG AGENT_VERSION_ARG=1:5.32.0-1 | ||
ARG AGENT_VERSION_ARG=1:5.32.1-1 | ||
ARG AGENT_REPO_ARG=http://apt.datad0g.com/ | ||
ARG AGENT_REPO_CHANNEL_ARG=stable | ||
|
||
|