Name runtime stage in Dockerfile for targeted builds

This commit is contained in:
rcourtman 2025-11-20 14:03:48 +00:00
parent 169dec12ef
commit 25fc1dde3f

View file

@ -197,7 +197,7 @@ ENV PULSE_NO_AUTO_UPDATE=true
ENTRYPOINT ["/usr/local/bin/pulse-docker-agent"]
# Final stage (Pulse server runtime)
FROM alpine:3.20
FROM alpine:3.20 AS runtime
RUN apk --no-cache add ca-certificates tzdata su-exec openssh-client