Name runtime stage in Dockerfile for targeted builds

This commit is contained in:
rcourtman
2025-11-20 14:03:48 +00:00
parent 121a4ec188
commit e6c289ea9b
+1 -1
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