sha256:7463eb251349afeb5f75ef198a9462ed5c7e69a8b73a45129b9d025d361913f4
OS/ARCH
linux/amd64
Compressed size
531.73 MB
Last pushed
over 3 years by oleksis
Type
Image
Manifest digest
sha256:7463eb251349afeb5f75ef198a9462ed5c7e69a8b73a45129b9d025d361913f4
Image Layers
1ADD file ... in / 52.5 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; apt-get4.93 MB4/bin/sh -c set -ex; if10.37 MB5/bin/sh -c apt-get update &&52.05 MB6/bin/sh -c set -ex; apt-get187.69 MB7ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8ENV LANG=C.UTF-80 B9RUN /bin/sh -c set -eux;6 MB10ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B11ENV PYTHON_VERSION=3.10.100 B12RUN /bin/sh -c set -eux;16.58 MB13RUN /bin/sh -c set -eux;243 B14ENV PYTHON_PIP_VERSION=22.3.10 B15ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B16ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py0 B17ENV PYTHON_GET_PIP_SHA256=394be00f13fa1b9aaa47e911bdb59a09c3b2986472130f30aa0bfaf7f39806370 B18RUN /bin/sh -c set -eux;2.94 MB19CMD ["python3"]0 B20RUN /bin/sh -c apt-get update13.5 MB21RUN /bin/sh -c python3 -m5.46 MB22COPY meta.env /usr/local/etc/vscode-dev-containers/ # buildkit417 B23LABEL version=0.204.90 B24LABEL dev.containers.id=python0 B25LABEL dev.containers.variant=3.10-bullseye0 B26LABEL dev.containers.release=v0.3.00 B27LABEL dev.containers.source=https://github.com/devcontainers/images0 B28LABEL dev.containers.timestamp=Mon, 03 Apr 20230 B29USER root0 B30RUN /bin/sh -c mkdir -p141 B31COPY /tmp/build-features/ /tmp/dev-container-features # buildkit227 B32RUN /bin/sh -c echo "_CONTAINER_USER_HOME=$(getent236 B33RUN /bin/sh -c cp -ar42.48 MB34RUN /bin/sh -c cp -ar60.79 MB35ENV NVM_DIR=/usr/local/share/nvm0 B36ENV NVM_SYMLINK_CURRENT=true0 B37ENV PATH=/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B38RUN /bin/sh -c cp -ar1.99 MB39ENV PYTHON_PATH=/usr/local/python/current0 B40ENV PIPX_HOME=/usr/local/py-utils0 B41ENV PIPX_BIN_DIR=/usr/local/py-utils/bin0 B42ENV PATH=/usr/local/python/current/bin:/usr/local/py-utils/bin:/usr/local/share/nvm/current/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B43RUN /bin/sh -c cp -ar63.79 MB44ARG _DEV_CONTAINERS_IMAGE_USER=root0 B45USER root0 B46LABEL devcontainer.metadata=[ {"id":"ghcr.io/devcontainers/features/common-utils:2"}, {"id":"ghcr.io/devcontainers/features/git:1"}, {"id":"ghcr.io/devcontainers/features/node:1","customizations":{"vscode":{"extensions":["dbaeumer.vscode-eslint"]}}},0 B47LABEL org.opencontainers.image.source=https://github.com/oleksis/napptive-playground-py0 B48LABEL org.opencontainers.image.description=Web API using FastAPI0 B49WORKDIR /workspaces/napptive-playground-py145 B50COPY ./requirements.txt /workspaces/napptive-playground-py/requirements.txt # buildkit233 B51RUN /bin/sh -c pip3 install10.63 MB52COPY ./webapp /workspaces/napptive-playground-py/webapp # buildkit1.81 KB53CMD ["uvicorn" "webapp.main:app" "--host" "0.0.0.0"0 BCommand
ADD file:459d1e92eb8c24ff4758f974d289ca8a2abe04cf50b6fe2bd760aa4589478289 in /