File tree Expand file tree Collapse file tree
monitor-snapshot/master/operator
platform-monitoring/operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM busybox:1.33 .1
1+ FROM busybox:1.36 .1
22
33ADD init.sh /usr/bin/init.sh
44RUN chmod +x /usr/bin/init.sh
Original file line number Diff line number Diff line change 1- FROM busybox:1.33 .1
1+ FROM busybox:1.36 .1
22
33ADD init.sh /usr/bin/init.sh
44RUN chmod +x /usr/bin/init.sh
Original file line number Diff line number Diff line change 1- FROM busybox:1.33 .1
1+ FROM busybox:1.36 .1
22
33COPY ./build/linux/reload /bin/reload
44ENTRYPOINT [ "/bin/reload" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY go.mod go.sum ./
44COPY reload ./reload
55RUN CGO_ENABLED=0 go build -v ./reload/main.go
66
7- FROM busybox:1.34 .1
7+ FROM busybox:1.36 .1
88COPY --from=builder /app/main /bin/reload
99ENTRYPOINT [ "/bin/reload" ]
1010CMD [ "--watch-path=/etc/prometheus/rules", \
You can’t perform that action at this time.
0 commit comments