Sign inSign up

krish6654/k8s-agent:1.2.0

Index digest

sha256:6e9b77321ce309be2c6dc61866baa4eb3504982a78efe3070238f299eac8b2a0

OS/ARCH

linux/amd64

Compressed size

65.75 MB

Last pushed

9 days by krish6654

Type

Image

Manifest digest

sha256:67ae574e4e0fc661171d953590648ca850eae0845f113d0ac754c1e35963dd67

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 ./ #15.41 KB
16COPY collectors/ ./collectors/ # buildkit10.18 KB
17RUN /bin/sh -c useradd --system26.05 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'