Sign inSign up

krish6654/k8s-agent:1.0.9

Index digest

sha256:80cda89b47d55e56f0357d6986497bbac85cf1c195080a0e01c621a51833ef6a

OS/ARCH

linux/amd64

Compressed size

65.74 MB

Last pushed

10 days by krish6654

Type

Image

Manifest digest

sha256:a6ee72fdc3ab1de3ff34cf8195fb5732d22f94dd20bbe93169da700d7730135e

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.07 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.56 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update317 B
12WORKDIR /app93 B
13COPY requirements.txt . # buildkit222 B
14RUN /bin/sh -c pip install21.66 MB
15COPY config.py agent.py ./ #13.47 KB
16COPY collectors/ ./collectors/ # buildkit8.16 KB
17RUN /bin/sh -c useradd --system22.16 KB
18USER agent0 B
19ENV LOG_LEVEL=INFO METRICS_INTERVAL=30 LOG_BATCH_SIZE=100 LOG_FLUSH_INTERVAL=100 B
20HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B
21ENTRYPOINT ["python" "agent.py"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'