Sign inSign up

gacerioni/gabs-pix-smasher:0.0.3

Multi-platform
Index digest

sha256:5f7b8e42538f2e1e85515796d4aaf42c29eb6d161c0b8b63daa2d997f6aca2f4

OS/ARCH

Compressed size

172.92 MB

Last pushed

10 months by gacerioni

Type

Image

Manifest digest

sha256:5fbbb732352e6ac25a8ce54f4d1c9ffba60bcc59931d3d3ddad36a5e1de183ae

Image Layers

1# debian.sh --arch 'arm64' out/28.74 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;1.21 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;11.49 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
12LABEL description=Redis PIX Payment System0 B
13WORKDIR /app93 B
14COPY requirements.txt . # buildkit235 B
15RUN /bin/sh -c pip install131.46 MB
16COPY pix_smasher_demo.py . # buildkit2.59 KB
17COPY pix_monitor_tui.py . # buildkit4.24 KB
18COPY stream_latency_demo.py . # buildkit3.49 KB
19COPY utils/ ./utils/ # buildkit6.4 KB
20ENV PYTHONUNBUFFERED=10 B
21ENV REDIS_URL=redis://localhost:63790 B
22ENV REDIS_STREAM=pix_payments0 B
23ENV GROUP_NAME=pix_consumers0 B
24ENV IDLE_THRESHOLD_MS=50000 B
25ENV BACKEND_RESPONSE_PREFIX=backend_bacen_response_0 B
26ENV BACKEND_ID=default_backend0 B
27ENV NUM_REQUESTS=10000000 B
28ENV BATCH_SIZE=250000 B
29ENV MODE=consumer0 B
30COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit516 B
31RUN /bin/sh -c chmod +x32 B
32ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1765152000'