File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ RUN --mount=type=cache,target=/go/pkg/mod \
3131# ###########################
3232# Runtime Stage
3333# ###########################
34- FROM gcr.io/distroless/static:nonroot AS runtime
34+ FROM gcr.io/distroless/static AS runtime
3535LABEL org.opencontainers.image.source="https://github.com/ItsEcholot/StackScout" \
3636 org.opencontainers.image.title="StackScout" \
3737 org.opencontainers.image.description="StackScout monitors your containerized services for available image updates and reports metrics to InfluxDB." \
3838 org.opencontainers.image.licenses="MIT"
3939
4040WORKDIR /app
4141COPY --from=builder /out/stackscout /app/stackscout
42- USER nonroot:nonroot
4342
4443# Expose no ports (service pushes metrics externally)
4544ENTRYPOINT ["/app/stackscout" ]
You can’t perform that action at this time.
0 commit comments