Files
sendico/ci/prod/compose/nats.dockerfile
Stephan D ec3019c462
Some checks failed
ci/woodpecker/push/fx_ingestor Pipeline failed
ci/woodpecker/push/fx_oracle Pipeline failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
+ fx
2025-11-07 20:13:41 +01:00

7 lines
212 B
Docker

FROM docker.io/library/busybox:stable-musl AS busybox
FROM docker.io/library/nats:latest
COPY --from=busybox /bin/busybox /bin/busybox
COPY --from=busybox /bin/sh /bin/sh
COPY --from=busybox /bin/wget /bin/wget