sha256:f4bc9a0d8756f4cb82397551dbaef09b3e9e404cb2fb201456c7fd6e917ed5a1
OS/ARCH
linux/arm64
Compressed size
709.19 MB
Last pushed
7 months by hackerseravsoc
Type
Image
Manifest digest
sha256:d2412631b2f0b7c07c3908306a4543e4bfa42bb3c2ea3b7e4c21c965b773f334
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.1 MB12COPY /app/backend/web/dist/public /app/web/dist/public # buildkit98.56 KB13COPY backend/scripts/python /app/scripts/python # buildkit4.6 KB14COPY backend/scripts/brdc /app/scripts/brdc # buildkit43.8 KB15COPY /tmp/gps-sdr-sim/gps-sdr-sim /usr/local/bin/gps-sdr-sim # buildkit25.93 KB16COPY deployment/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit510 B17RUN /bin/sh -c chmod +x509 B18RUN /bin/sh -c mkdir -p217 B19RUN /bin/sh -c cp -r4.63 KB20RUN /bin/sh -c curl -L221.7 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