Skip to content

Commit

Permalink
6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjeffmac committed Sep 15, 2016
1 parent 0be7964 commit e3e523d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.3
MAINTAINER Martin Etmajer <martin[email protected]>

ENV VERSION "6.5"
ENV INSTALLER_FILE_NAME "dynatrace-full-6.5.0.1278-linux-x86-64.jar"
ENV INSTALLER_URL "https://dl.dropboxusercontent.com/u/61124235/${INSTALLER_FILE_NAME}"
ENV INSTALLER_FILE_NAME "dynatrace-collector-6.5.0.1287-linux-x86.jar"
ENV INSTALLER_URL "https://dl.dropboxusercontent.com/u/61124235/dt6.5/${INSTALLER_FILE_NAME}"

ENV DT "/dynatrace"
ENV AGENT_PORT "9998"
Expand Down
2 changes: 1 addition & 1 deletion run-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ docker run \
--env HOST_NAME="${HOST_NAME}" \
--volume ${HOST_LOG_DIR}:/dynatrace/log/collector/${NAME} \
--publish-all \
pcjeffmac/dynatrace-collector
pcjeffmac/dynatrace-collector:6.5

0 comments on commit e3e523d

Please sign in to comment.