automation

tp420/opc_monitor (latest)

Published 2023-08-14 19:19:58 +00:00 by geens

Installation

docker pull git.nielsgeens.be/automation/tp420/opc_monitor:latest
sha256:354800d288988fe7037b6db9474867139ed9007615212ae058d956b2ad9281a0

Image Layers

ADD file:e3f56488d3d3bb67729714db13ddadf6652e7efb5281cfc7010d3e71f9d6607f in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add qt6-qtbase-dev # buildkit
RUN /bin/sh -c apk add cmake # buildkit
RUN /bin/sh -c apk add g++ # buildkit
RUN /bin/sh -c apk add make # buildkit
RUN /bin/sh -c apk add git # buildkit
RUN /bin/sh -c apk add postgresql15-client # buildkit
RUN /bin/sh -c git clone https://github.com/qt/qtopcua.git -b $(qmake6 -query QT_VERSION) /qtopcua # buildkit
RUN /bin/sh -c mkdir /qtopcua/build # buildkit
WORKDIR /qtopcua/build
RUN /bin/sh -c cmake .. # buildkit
RUN /bin/sh -c make -j $(nproc) # buildkit
RUN /bin/sh -c make install # buildkit
COPY ./opc_monitor /tp420/opc_monitor # buildkit
RUN /bin/sh -c rm -rf /tp420/opc_monitor/build # buildkit
RUN /bin/sh -c mkdir /tp420/opc_monitor/build # buildkit
WORKDIR /tp420/opc_monitor/build
RUN /bin/sh -c cmake .. # buildkit
RUN /bin/sh -c make -j $(nproc) # buildkit
ENTRYPOINT ["/tp420/opc_monitor/build/opc_monitor"]

Labels

Key Value
com.docker.compose.project tp420
com.docker.compose.service opc_monitor
com.docker.compose.version 2.20.2
Details
Container
2023-08-14 19:19:58 +00:00
46
OCI / Docker
linux/arm/v7
238 MiB
Versions (1) View all
latest 2023-08-14