shifted use case from schedule to monitor

This commit is contained in:
pb
2024-08-06 11:42:37 +02:00
parent 28aa8c64a4
commit 69966a5aa5
5 changed files with 172 additions and 1783 deletions

View File

@@ -2,7 +2,7 @@ FROM golang:alpine AS builder
WORKDIR /app
COPY . .
RUN apt install tar/stable
RUN go build .
RUN mkdir workflows/
@@ -10,6 +10,7 @@ FROM scratch
WORKDIR /app
COPY --from=builder /bin/tar /bin/tar
COPY conf/ocmonitor_conf.json /app/conf/
COPY --from=builder /app/oc-monitor .
COPY --from=builder /app/workflows/ .