sha256:3ff0ca1ff85d8a7c38b7bde300d5b317ba47d746720dee4fd01c52be8f2df673
OS/ARCH
Compressed size
450 MB
Last pushed
about 2 years by davidgardner11
Type
Image
Manifest digest
sha256:fc6247714b8be41431b5128b1851a4b1105c2207cffb9f32ca019a282f9a5d4c
Image Layers
1ADD file ... in / 27.83 MB2CMD ["bash"]0 B3LABEL maintainer=Anaconda, Inc0 B4ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B5RUN /bin/sh -c apt-get update59.1 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.sh110.96 MB15ARG PYTHON_VERSION0 B16RUN |1 PYTHON_VERSION=3.12 /bin/sh -c104.1 MB17RUN |1 PYTHON_VERSION=3.12 /bin/sh -c514 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/prefect114 B27RUN /bin/bash --login -c apt-get75.5 MB28RUN /bin/bash --login -c python4.35 MB29COPY requirements-client.txt requirements.txt ./ #1 KB30RUN /bin/bash --login -c pip38.26 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 # buildkit408 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.95 MB44CMD ["python" "s3-flow.py"]0 BCommand
ADD file:5f17f77072bcd27aa8c4d09ef5117423b789c42445b6e6c13af711dfb2abd544 in /