{"architecture":"amd64","config":{"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.4","PYTHON_PIP_VERSION=22.0.4","PYTHON_SETUPTOOLS_VERSION=58.1.0","PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py","PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a"],"Cmd":["python3"],"WorkingDir":"/work","OnBuild":null},"created":"2022-04-14T10:17:28.567622941Z","history":[{"created":"2022-03-29T00:22:38.598984733Z","created_by":"/bin/sh -c #(nop) ADD file:59187422476c57db46e60f894a4cfd0f243e80230ef9ea75b2d8dd4925d59df3 in / "},{"created":"2022-03-29T00:22:38.950612885Z","created_by":"/bin/sh -c #(nop)  CMD [\"bash\"]","empty_layer":true},{"created":"2022-03-29T12:26:36.319610056Z","created_by":"/bin/sh -c #(nop)  ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","empty_layer":true},{"created":"2022-04-14T03:19:58.633056909Z","created_by":"/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tnetbase \t\ttzdata \t; \trm -rf /var/lib/apt/lists/*"},{"created":"2022-04-14T03:19:58.762096265Z","created_by":"/bin/sh -c #(nop)  ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","empty_layer":true},{"created":"2022-04-14T04:40:27.303806626Z","created_by":"/bin/sh -c #(nop)  ENV PYTHON_VERSION=3.10.4","empty_layer":true},{"created":"2022-04-14T04:51:05.597108063Z","created_by":"/bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tgnupg dirmngr \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibexpat1-dev \t\tlibffi-dev \t\tlibgdbm-dev \t\tliblzma-dev \t\tlibncursesw5-dev \t\tlibreadline-dev \t\tlibsqlite3-dev \t\tlibssl-dev \t\tmake \t\ttk-dev \t\tuuid-dev \t\twget \t\txz-utils \t\tzlib1g-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tcommand -v gpgconf \u003e /dev/null \u0026\u0026 gpgconf --kill all || :; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-optimizations \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-system-expat \t\t--without-ensurepip \t; \tnproc=\"$(nproc)\"; \tmake -j \"$nproc\" \t\tLDFLAGS=\"-Wl,--strip-all\" \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tldconfig; \t\tapt-mark auto '.*' \u003e /dev/null; \tapt-mark manual $savedAptMark; \tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' \t\t| awk '/=\u003e/ { print $(NF-1) }' \t\t| sort -u \t\t| xargs -r dpkg-query --search \t\t| cut -d: -f1 \t\t| sort -u \t\t| xargs -r apt-mark manual \t; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython3 --version"},{"created":"2022-04-14T04:51:06.257188699Z","created_by":"/bin/sh -c set -eux; \tfor src in idle3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone"},{"created":"2022-04-14T04:51:06.360137307Z","created_by":"/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=22.0.4","empty_layer":true},{"created":"2022-04-14T04:51:06.458699573Z","created_by":"/bin/sh -c #(nop)  ENV PYTHON_SETUPTOOLS_VERSION=58.1.0","empty_layer":true},{"created":"2022-04-14T04:51:06.556256787Z","created_by":"/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py","empty_layer":true},{"created":"2022-04-14T04:51:06.655994305Z","created_by":"/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a","empty_layer":true},{"created":"2022-04-14T04:51:18.132757906Z","created_by":"/bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends wget; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -; \t\tapt-mark auto '.*' \u003e /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark \u003e /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\texport PYTHONDONTWRITEBYTECODE=1; \t\tpython get-pip.py \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t\"pip==$PYTHON_PIP_VERSION\" \t\t\"setuptools==$PYTHON_SETUPTOOLS_VERSION\" \t; \trm -f get-pip.py; \t\tpip --version"},{"created":"2022-04-14T04:51:18.271543335Z","created_by":"/bin/sh -c #(nop)  CMD [\"python3\"]","empty_layer":true},{"created":"2022-04-14T10:14:50.478656616Z","created_by":"RUN /bin/sh -c pip install pip --upgrade # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2022-04-14T10:16:30.98260687Z","created_by":"RUN /bin/sh -c pip install ansible==5.6.0 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2022-04-14T10:16:39.244777722Z","created_by":"RUN /bin/sh -c pip install ansible-lint==6.0.2 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2022-04-14T10:17:28.545448749Z","created_by":"RUN /bin/sh -c apt-get update -y \u0026\u0026     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     sshpass openssh-server git # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2022-04-14T10:17:28.567622941Z","created_by":"WORKDIR /work","comment":"buildkit.dockerfile.v0"}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:c1065d45b8722a4385f2ee26116e1859e8083400ee00d2beff3fdd5225bfeee9","sha256:168b9088e17fec36d08a17b063bece33152302a007991af21181ffc633ac2959","sha256:fbebae4efb646748e42535482555833aad3b36f0d639b6af282d6c4c0f6a79b3","sha256:c9e7a29162753bd682331a455b6d6e84d7c819a24e97570e44505fda1e59b67d","sha256:32795b37ea11064ba3234e329ccc2ebb612172b46b119c6d96cde185ec9d3738","sha256:c780c532f7fb4d3210b793c27e0215785ca323fb17b793990ca626e3098b7edd","sha256:4628c9a4c9240ded54bc36c8e0bc15827650444091e953f5231c8c197fc3a5dd","sha256:d16cf707533e75ad35929ee5e820fdbd58e948f5251f2448c161dbf2f697a6d5","sha256:5cd3fbdbb90395d24ac0098bfc639f0ba234ab0d641421d59df8625edcd64f33","sha256:4c891b5bef2ac7c9ec75d3966478c4a4beb1f39678612e330046abf96658bcf7"]}}