this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add runit to Dockerfiles (for consistency) (#976)

In production we use `svlogd` as part of our docker CMD. This is
provided by the `runit` package.

authored by

bnewbold and committed by
GitHub
baecf1c7 cf9da65d

+3 -3
+1 -1
cmd/beemo/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /
+1 -1
cmd/hepa/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /
+1 -1
cmd/palomar/Dockerfile
··· 17 17 ### Run stage 18 18 FROM alpine:3.20 19 19 20 - RUN apk add --no-cache --update dumb-init ca-certificates 20 + RUN apk add --no-cache --update dumb-init ca-certificates runit 21 21 ENTRYPOINT ["dumb-init", "--"] 22 22 23 23 WORKDIR /