Sign inSign up

davidgardner11/dockerizingpythonappdemo:latest

Multi-platform
Integration & delivery
Index digest

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 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.41 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.sh146.49 MB
15ARG PYTHON_VERSION0 B
16RUN |1 PYTHON_VERSION=3.12 /bin/sh -c193.25 MB
17RUN |1 PYTHON_VERSION=3.12 /bin/sh -c516 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/prefect113 B
27RUN /bin/bash --login -c apt-get81.23 MB
28RUN /bin/bash --login -c python4.35 MB
29COPY requirements-client.txt requirements.txt ./ #1023 B
30RUN /bin/bash --login -c pip38.87 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 # buildkit407 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.94 MB
44CMD ["python" "s3-flow.py"]0 B

Command

ADD file:5f9954090af042b377ea0d1d184faa64d2e9d4c946b6c3898d52aff47e764056 in /