Sign inSign up

gacerioni/gabs-pix-smasher:0.0.2

Multi-platform
Index digest

sha256:3a538b6bc94ca0af9299aedddaf0e4081c95eaf27f3c9c47aa2d08027a69b059

OS/ARCH

Compressed size

155.65 MB

Last pushed

10 months by gacerioni

Type

Image

Manifest digest

sha256:7ed0099cc2f880a7cd98013c6ad5a4923e8d46d8a56a684a8f99da7fd6631dbb

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 . # buildkit226 B
15RUN /bin/sh -c pip install114.19 MB
16COPY pix_smasher_demo.py . # buildkit2.59 KB
17COPY pix_monitor_tui.py . # buildkit4.24 KB
18COPY stream_latency_demo.py . # buildkit3.38 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'