Sign inSign up

davidgardner11/dockerizingpythonappdemo:latest

Multi-platform
Integration & delivery
Index digest

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 MB
2CMD ["bash"]0 B
3LABEL maintainer=Anaconda, Inc0 B
4ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B
5RUN /bin/sh -c apt-get update59.1 MB
6ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7CMD ["/bin/bash"]0 B
8ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-x86_64.sh0 B
9ARG SHA256SUM_LINUX64=4b3b3b1b99215e85fd73fb2c2d7ebf318ac942a457072de62d885056556eb83e0 B
10ARG INSTALLER_URL_S390X=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-s390x.sh0 B
11ARG SHA256SUM_S390X=bd2a0a8ea34c84c860868d5b8efde07afc51cdede76b64dd94e9c3fd2d65257e0 B
12ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py312_24.5.0-0-Linux-aarch64.sh0 B
13ARG SHA256SUM_AARCH64=70afe954cc8ee91f605f9aa48985bfe01ecfc10751339e8245eac7262b01298d0 B
14RUN |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 MB
15ARG PYTHON_VERSION0 B
16RUN |1 PYTHON_VERSION=3.12 /bin/sh -c104.1 MB
17RUN |1 PYTHON_VERSION=3.12 /bin/sh -c514 B
18SHELL [/bin/bash --login -c]0 B
19ENV LC_ALL=C.UTF-80 B
20ENV LANG=C.UTF-80 B
22LABEL io.prefect.python-version=3.120 B
23LABEL org.label-schema.schema-version== 1.00 B
24LABEL org.label-schema.name=prefect0 B
25LABEL org.label-schema.url=https://www.prefect.io/0 B
26WORKDIR /opt/prefect114 B
27RUN /bin/bash --login -c apt-get75.5 MB
28RUN /bin/bash --login -c python4.35 MB
29COPY requirements-client.txt requirements.txt ./ #1 KB
30RUN /bin/bash --login -c pip38.26 MB
31COPY /opt/prefect/dist ./dist # buildkit5.35 MB
32ARG PREFECT_EXTRAS=0 B
33RUN |1 PREFECT_EXTRAS= /bin/bash --login7.6 MB
34ARG EXTRA_PIP_PACKAGES=0 B
35RUN |2 PREFECT_EXTRAS= EXTRA_PIP_PACKAGES= /bin/bash32 B
36RUN |2 PREFECT_EXTRAS= EXTRA_PIP_PACKAGES= /bin/bash115 B
37COPY scripts/entrypoint.sh ./entrypoint.sh # buildkit408 B
38ENTRYPOINT ["/usr/bin/tini" "-g" "--" "/opt/prefect/entrypoint.sh"]0 B
39RUN /bin/bash --login -c mkdir133 B
40COPY s3-flow.py /usr/src/app # buildkit1.05 KB
41COPY requirements.txt /usr/src/app # buildkit1.04 KB
42WORKDIR /usr/src/app32 B
43RUN /bin/bash --login -c pip16.95 MB
44CMD ["python" "s3-flow.py"]0 B

Command

ADD file:5f17f77072bcd27aa8c4d09ef5117423b789c42445b6e6c13af711dfb2abd544 in /