Relative paths
Some checks failed
Test and build / test (push) Successful in 1m1s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m9s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m8s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s
Some checks failed
Test and build / test (push) Successful in 1m1s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m9s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m8s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m7s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
COPY ./etc /etc/hamview
|
||||||
|
COPY ./build/hamview-collector /opt/hamview/bin/hamview-collector
|
||||||
WORKDIR /opt/hamview
|
WORKDIR /opt/hamview
|
||||||
COPY etc /etc/hamview
|
|
||||||
COPY build/hamview-collector /opt/hamview/bin/hamview-collector
|
|
||||||
ENTRYPOINT ["bin/hamview-collector"]
|
ENTRYPOINT ["bin/hamview-collector"]
|
||||||
CMD [ "--config", "/etc/hamview/hamview-collector.yaml" ]
|
CMD [ "--config", "/etc/hamview/hamview-collector.yaml" ]
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG TARGETVARIANT
|
ARG TARGETVARIANT
|
||||||
|
COPY ./etc /etc/hamview
|
||||||
|
COPY ./build/hamview-receiver-${$TARGETARCH}${TARGETVARIANT#v} /opt/hamview/bin/hamview-receiver
|
||||||
WORKDIR /opt/hamview
|
WORKDIR /opt/hamview
|
||||||
COPY /workspace/ham/hamview/etc /etc/hamview
|
|
||||||
COPY /workspace/ham/hamview/build/hamview-receiver-${$TARGETARCH}${TARGETVARIANT#v} /opt/hamview/bin/hamview-receiver
|
|
||||||
ENTRYPOINT ["bin/hamview-receiver"]
|
ENTRYPOINT ["bin/hamview-receiver"]
|
||||||
CMD [ "protocol" ]
|
CMD [ "protocol" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user