mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-20 07:12:58 +00:00
5 lines
121 B
Docker
5 lines
121 B
Docker
FROM alpine:3.12
|
|
RUN apk add --no-cache ca-certificates tzdata
|
|
COPY ./kured /usr/bin/kured
|
|
ENTRYPOINT ["/usr/bin/kured"]
|