Image of the node for SDN-IoT
376
FROM gabilm/sdn-iot-oscore-debian:1.11
RUN git clone https://github.com/ltn22/pyang.git /root/pyang
RUN cd /root/pyang/ && python3 setup.py install
RUN git clone https://github.com/alex-fddz/pycoreconf /root/pycoreconf
RUN cd /root/pycoreconf/ && git pull && git checkout 5813c3b && python3 setup.py install
ENV SRC_PATH /var/opt/
WORKDIR $SRC_PATH
RUN cd /var/opt/
RUN git clone https://gitlab.com/gabilm/linux_oscore
RUN cd /var/opt/linux_oscore/linux_oscore/oscore_server/ && make
RUN cd /var/opt/linux_oscore/linux_oscore/oscore_client/ && make
RUN cd /var/opt/linux_oscore/linux_edhoc_oscore/responder_server/ && make
RUN cd /var/opt/linux_oscore/linux_edhoc_oscore/initiator_client/ && make
ENV SRC_PATH /tmp/
WORKDIR $SRC_PATH
COPY misc/ .
ENTRYPOINT []
CMD ["./routes.sh"]
Content type
Image
Digest
sha256:861bd88de…
Size
802 MB
Last updated
over 1 year ago
docker pull esthersala01/sdn-iot-node