appdynamics/machine-agent-analytics

Verified Publisher

By AppDynamics

Updated 9 days ago

Machine Agent with Analytics support for Kubernetes

Image
Integration & delivery
Monitoring & observability
6

10M+

appdynamics/machine-agent-analytics repository overview

Dockerfile

FROM openjdk:8-jre-slim AS builder

MAINTAINER [email protected]

ARG APPD_AGENT_VERSION ARG APPD_AGENT_SHA256

COPY MachineAgent-${APPD_AGENT_VERSION}.zip / RUN if [ "x${APPD_AGENT_SHA256}" != "x" ]; then \ echo "${APPD_AGENT_SHA256} *MachineAgent-${APPD_AGENT_VERSION}.zip" >> appd_checksum
&& sha256sum -c appd_checksum
&& rm appd_checksum
&& unzip -oq MachineAgent-${APPD_AGENT_VERSION}.zip -d /tmp;
else
unzip -oq MachineAgent-${APPD_AGENT_VERSION}.zip -d /tmp;
fi

FROM openjdk:8-jre-slim RUN apt-get update && apt-get -y upgrade && apt-get install -y unzip bash gawk sed grep bc coreutils && apt-get install -y apt-utils && apt-get install -y iproute2 && apt-get install -y procps && apt-get install -y sysstat COPY --from=builder /tmp /opt/appdynamics

ENV MACHINE_AGENT_HOME /opt/appdynamics

WORKDIR ${MACHINE_AGENT_HOME}

COPY updateAnalyticsAgent.sh ./updateAnalyticsAgent.sh RUN chmod +x ./updateAnalyticsAgent.sh

COPY startup.sh ./startup.sh RUN chmod +x ./startup.sh

RUN chgrp -R 0 /opt &&
chmod -R g=u /opt

EXPOSE 9090

CMD "./startup.sh"

Tag summary

Content type

Image

Digest

sha256:d7978b38b

Size

234.4 MB

Last updated

9 days ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

3,132

Last week