• Joined on 2025-03-05

report-engine-v2-queue (34c5b9aa4c7cc7084f783d42419f75036238a52d)

Published 2025-10-30 12:15:35 +00:00 by zuppler

Installation

docker pull gitea.zuppler.com/zuppler/report-engine-v2-queue:34c5b9aa4c7cc7084f783d42419f75036238a52d
sha256:f82f116b56da2d20ebd6120d12be1addd28303a5e414e5e53beb701b8ac0e23b

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates libgcc curl wget # buildkit
WORKDIR /app
ENV SCHEMA_PATH=/app/config/zuppler.json MONIT_PASSWORD=7gx54dr9rccfctysy0yy7gbnem MONGO_URL= RABBIT_SVC_URL= USERS_DB_URL=
COPY /usr/src/app/target/release/queue /app/queue-processor # buildkit
COPY /usr/src/app/target/release/cleanup-upsell /app/cleanup-upsell # buildkit
COPY /usr/src/app/target/release/sim-job /app/sim-job # buildkit
COPY config ./config # buildkit
EXPOSE map[8081/tcp:{}]
ENTRYPOINT ["/app/queue-processor"]
CMD ["queue-processor"]
Details
Container
2025-10-30 12:15:35 +00:00
1
OCI / Docker
linux/amd64
31 MiB
Versions (43) View all