sha256:3ff0ca1ff85d8a7c38b7bde300d5b317ba47d746720dee4fd01c52be8f2df673
OS/ARCH
Compressed size
581.29 MB
Last pushed
about 2 years by davidgardner11
Type
Image
Manifest digest
sha256:202106d09503d67b5b1f5eff61c387515b1cad17e4db50f3a3bd6930579e2ae9
Image Layers
1ADD file ... in / 27.8 MB2CMD ["bash"]0 B3LABEL maintainer=Anaconda, Inc0 B4ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B5RUN /bin/sh -c apt-get update59.41 MB6ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B7CMD ["/bin/bash"]0 B8ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-x86_64.sh0 B9ARG SHA256SUM_LINUX64=4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e0 B10ARG INSTALLER_URL_S390X=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-s390x.sh0 B11ARG SHA256SUM_S390X=bd2a0a8ea34c84c860868d5b8efde07afc51cdede76b64dd94e9c3fd2d65257e0 B12ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-aarch64.sh0 B13ARG SHA256SUM_AARCH64=70afe954cc8ee91f605f9aa48985bfe01ecfc10751339e8245eac7262b01298d0 B14RUN |6 INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-x86_64.sh SHA256SUM_LINUX64=4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e INSTALLER_URL_S390X=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-s390x.sh146.49 MB15ARG PYTHON_VERSION0 B16RUN |1 PYTHON_VERSION=3.12 /bin/sh -c193.25 MB17RUN |1 PYTHON_VERSION=3.12 /bin/sh -c516 B18SHELL [/bin/bash --login -c]0 B19ENV LC_ALL=C.UTF-80 B20ENV LANG=C.UTF-80 B22LABEL io.prefect.python-version=3.120 B23LABEL org.label-schema.schema-version== 1.00 B24LABEL org.label-schema.name=prefect0 B25LABEL org.label-schema.url=https://www.prefect.io/0 B26WORKDIR /opt/prefect113 B27RUN /bin/bash --login -c apt-get81.23 MB28RUN /bin/bash --login -c python4.35 MB29COPY requirements-client.txt requirements.txt ./ #1023 B30RUN /bin/bash --login -c pip38.87 MB31COPY /opt/prefect/dist ./dist # buildkit5.35 MB32ARG PREFECT_EXTRAS=0 B33RUN |1 PREFECT_EXTRAS= /bin/bash --login7.6 MB34ARG EXTRA_PIP_PACKAGES=0 B35RUN |2 PREFECT_EXTRAS= EXTRA_PIP_PACKAGES= /bin/bash32 B36RUN |2 PREFECT_EXTRAS= EXTRA_PIP_PACKAGES= /bin/bash115 B37COPY scripts/entrypoint.sh ./entrypoint.sh # buildkit407 B38ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/opt/prefect/entrypoint.sh"]0 B39RUN /bin/bash --login -c mkdir133 B40COPY s3-flow.py /usr/src/app # buildkit1.05 KB41COPY requirements.txt /usr/src/app # buildkit1.04 KB42WORKDIR /usr/src/app32 B43RUN /bin/bash --login -c pip16.94 MB44CMD ["python" "s3-flow.py"]0 BCommand
ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /