fixed nats healthcheck
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 16:19:32 +01:00
parent 49cdd8cbee
commit 77aaea8b3d
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
FROM docker.io/library/busybox:1.36.1-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