Temp fix for test cases and warning from Dockerfile

This commit is contained in:
aharper343
2025-12-23 16:10:22 -05:00
parent 0b9d3de5cc
commit 22dfc25801
4 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM busybox:latest as builder
FROM busybox:latest AS builder
# we have to do this hop because distroless is bare without common shell commands
RUN mkdir -p /etc/unpoller