• Joined on 2025-03-05

report-engine-v2-queue (bc56ac540f33e268fef1921a341fd8b1159a6f11)

Published 2025-09-15 09:59:21 +00:00 by zuppler

Installation

docker pull gitea.zuppler.com/zuppler/report-engine-v2-queue:bc56ac540f33e268fef1921a341fd8b1159a6f11
sha256:9906570381d0e6154bf09e3de55b31a200e9c0d4f412ac636b628acb9c4c4a15

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
ENV SCHEMA_PATH=/app/config/zuppler.json
ENV MONIT_PASSWORD=7gx54dr9rccfctysy0yy7gbnem
ENV MONGO_URL=
ENV RABBIT_SVC_URL=
WORKDIR /app
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-09-15 09:59:21 +00:00
1
OCI / Docker
linux/amd64
34 MiB
Versions (43) View all