sha256:1fdd03eac43632716eb2a3a9d8d9c2ea7c7d0093ec871df89629e2d4dd97c815
OS/ARCH
linux/amd64
Compressed size
737.27 MB
Last pushed
about 2 months by opsmx11
Type
Image
Manifest digest
sha256:1fdd03eac43632716eb2a3a9d8d9c2ea7c7d0093ec871df89629e2d4dd97c815
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6LABEL description=PentestGPT - AI-Powered Penetration0 B7LABEL version=1.0.00 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update200.5 MB10RUN /bin/sh -c curl -fsSL48.63 MB11RUN /bin/sh -c rm -f676.28 KB12RUN /bin/sh -c npm install135.97 MB13RUN /bin/sh -c npm install9.74 MB14RUN /bin/sh -c useradd -m4.58 KB15RUN /bin/sh -c mkdir -p204 B16USER pentester0 B17WORKDIR /app32 B18RUN /bin/sh -c curl -sSL62.78 MB19ENV PATH=/home/pentester/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B20COPY --chown=pentester:pentester pyproject.toml README.md /app/5.55 KB21COPY --chown=pentester:pentester pentestgpt/ /app/pentestgpt/ #35.98 KB22COPY --chown=pentester:pentester scripts/entrypoint.sh /home/pentester/entrypoint.sh #1.74 KB23COPY --chown=pentester:pentester scripts/ccr-config-template.json /app/scripts/ccr-config-template.json #649 B24ENV PIP_BREAK_SYSTEM_PACKAGES=10 B25USER root0 B26RUN /bin/sh -c poetry config250.27 MB27USER pentester0 B28ENV PYTHONPATH=/app0 B29ENV PYTHONUNBUFFERED=10 B30WORKDIR /workspace32 B31ENTRYPOINT ["/home/pentester/entrypoint.sh"]0 B32CMD ["/bin/bash"]0 B33WORKDIR /app32 B34COPY requirements.txt . # buildkit170 B35RUN /bin/sh -c pip install316.63 KB36COPY app.py . # buildkit2.09 KB37EXPOSE [8080/tcp]0 B38CMD ["uvicorn" "app:app" "--host" "0.0.0.0"0 BCommand
ARG RELEASE