sha256:446567ba356df84ca4ed0817de631c14ace5b01e225d73f3cba3255ced94eecf
OS/ARCH
linux/arm64
Compressed size
709.04 MB
Last pushed
7 months by hackerseravsoc
Type
Image
Manifest digest
sha256:3812df4c92ebbedbbaae422f2d744633fc476b738acfa4896a46fa953c044ced
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.52 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive PORT=5002 ENVIRONMENT=production0 B8RUN /bin/sh -c apt-get update673.96 MB9RUN /bin/sh -c pip3 install212.41 KB10WORKDIR /app93 B11COPY /app/rf-exploiter /app/rf-exploiter # buildkit7.09 MB12COPY backend/scripts/python /app/scripts/python # buildkit4.61 KB13COPY /tmp/gps-sdr-sim/gps-sdr-sim /usr/local/bin/gps-sdr-sim # buildkit25.94 KB14RUN /bin/sh -c mkdir -p140 B15COPY backend/scripts/brdc/*.n /opt/rf-exploiter/brdc/ # buildkit32 B16COPY deployment/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit503 B17RUN /bin/sh -c chmod +x500 B18RUN /bin/sh -c mkdir -p217 B19RUN /bin/sh -c cp -r4.63 KB20RUN /bin/sh -c curl -L221.71 KB21EXPOSE [5002/tcp]0 B22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5002/0 B23ENV FILES_DIR=/var/lib/rf-exploiter/files NOISE_FILES=noise.complex32s0 B24ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B25CMD ["./rf-exploiter"]0 BCommand
ARG RELEASE