File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ data /
2+ .build /
3+ .tarballs /
4+
5+ ! .build /linux-amd64 /
6+ ! .build /linux-armv7 /
7+ ! .build /linux-arm64 /
8+ ! .build /linux-ppc64le /
9+ ! .build /linux-s390x /
Original file line number Diff line number Diff line change 2222 -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
2323tarball :
2424 files :
25+ - configs/ceems_lb.yml
2526 - LICENSE
2627 - README.md
2728crossbuild :
Original file line number Diff line number Diff line change 2121 -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
2222tarball :
2323 files :
24+ - configs/ceems_lb.yml
2425 - LICENSE
2526 - README.md
2627crossbuild :
Original file line number Diff line number Diff line change 55
66ARG ARCH="amd64"
77ARG OS="linux"
8- COPY .build/${OS}-${ARCH}/batchjob_exporter /bin/batchjob_exporter
8+ COPY .build/${OS}-${ARCH}/ceems_exporter /bin/ceems_exporter
9+ COPY .build/${OS}-${ARCH}/ceems_api_server /bin/ceems_api_server
10+ COPY .build/${OS}-${ARCH}/ceems_lb /bin/ceems_lb
11+ COPY LICENSE /LICENSE
912
10- EXPOSE 9010
1113USER nobody
12- ENTRYPOINT [ " /bin/batchjob_exporter" ]
14+ WORKDIR /bin
You can’t perform that action at this time.
0 commit comments