sha256:7233400950a9df4263c62d38660be4d4f76728590a17b11ca7f66b39aa3f66b3
OS/ARCH
linux/arm64
Compressed size
709.08 MB
Last pushed
7 months by hackerseravsoc
Type
Image
Manifest digest
sha256:e7a07af00452f59d366e6af70a78b59f4678d12c4bbaa99377457fdb74c5202b
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 backend/scripts/brdc /app/scripts/brdc # buildkit43.8 KB14COPY /tmp/gps-sdr-sim/gps-sdr-sim /usr/local/bin/gps-sdr-sim # buildkit25.93 KB15COPY deployment/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit511 B16RUN /bin/sh -c chmod +x510 B17RUN /bin/sh -c mkdir -p216 B18RUN /bin/sh -c cp -r4.63 KB19RUN /bin/sh -c curl -L221.71 KB20EXPOSE [5002/tcp]0 B21HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5002/0 B22ENV FILES_DIR=/var/lib/rf-exploiter/files NOISE_FILES=noise.complex32s0 B23ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B24CMD ["./rf-exploiter"]0 BCommand
ARG RELEASE