Skip to content

Commit

Permalink
run ebusd for proof of working
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Apr 11, 2021
1 parent db524b9 commit c8a4ad5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.arm32v5
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-arm-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-arm-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-aarch64-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.i386
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-i386-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.release.arm32v5
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-arm-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.release.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-arm-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.release.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-aarch64-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.release.i386
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb /usr/bin/qemu-i386-static

EXPOSE 8888
Expand Down
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}%EBUSD_VERSION_VARIANT%"
COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb

RUN dpkg -i ebusd.deb \
&& ebusd -V \
&& rm -f ebusd.deb%EXTRA_RM%

EXPOSE 8888
Expand Down

0 comments on commit c8a4ad5

Please sign in to comment.