{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"ose","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8081/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/minio-binaries/","LANG=C.UTF-8","GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305","PYTHON_VERSION=3.12.6","PYTHON_PIP_VERSION=24.2","PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py","PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a","KUBE_CONFIG=","MINIO_CONFIG="],"Cmd":null,"Image":"sha256:40d89bf4d3eacc2589a7ecf4845e2dd7b3ece565b98345ca065ed08bc7bcb190","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"b4be245"}},"container":"98fd3b5fbf8d1428f9169166a3a3f464cc0c576f5be920adf235b4cdebe4f511","container_config":{"Hostname":"98fd3b5fbf8d","Domainname":"","User":"ose","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8081/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/minio-binaries/","LANG=C.UTF-8","GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305","PYTHON_VERSION=3.12.6","PYTHON_PIP_VERSION=24.2","PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py","PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a","KUBE_CONFIG=","MINIO_CONFIG="],"Cmd":["/bin/sh","-c","#(nop) ","LABEL gitHash=b4be245"],"Image":"sha256:40d89bf4d3eacc2589a7ecf4845e2dd7b3ece565b98345ca065ed08bc7bcb190","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"b4be245"}},"created":"2024-09-11T06:33:54.010398832Z","docker_version":"19.03.13","history":[{"created":"2024-09-06T22:20:07.740564901Z","created_by":"/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / "},{"created":"2024-09-06T22:20:07.972381771Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-09-09T16:46:54Z","created_by":"ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"ENV PYTHON_VERSION=3.12.6","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\texpat-dev \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-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; \tgpgconf --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$(test \"$gnuArch\" != 'riscv64-linux-musl' \u0026\u0026 echo '--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)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t\tpython \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\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\tpython3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-09-09T16:46:54Z","created_by":"RUN /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 # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-09-09T16:46:54Z","created_by":"ENV PYTHON_PIP_VERSION=24.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"ENV PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T16:46:54Z","created_by":"RUN /bin/sh -c set -eux; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -; \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--no-setuptools \t\t--no-wheel \t; \trm -f get-pip.py; \t\tpip --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-09-09T16:46:54Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-11T06:32:05.062963252Z","created_by":"/bin/sh -c mkdir -p /usr/src/app/     \u0026\u0026 addgroup -g 601 -S ose     \u0026\u0026 adduser ose -u 601 -h /usr/src/ -S -G ose"},{"created":"2024-09-11T06:32:05.201374439Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/src/app","empty_layer":true},{"created":"2024-09-11T06:32:05.898833297Z","created_by":"/bin/sh -c echo -e http://mirrors.ustc.edu.cn/alpine/latest-stable/main/ \u003e /etc/apk/repositories"},{"created":"2024-09-11T06:32:09.449941223Z","created_by":"/bin/sh -c apk update \u0026\u0026 apk upgrade"},{"created":"2024-09-11T06:32:48.627079611Z","created_by":"/bin/sh -c apk add build-base postgresql libpq-dev curl libuv"},{"created":"2024-09-11T06:32:49.947974968Z","created_by":"/bin/sh -c curl -k https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/src/minio-binaries/mc"},{"created":"2024-09-11T06:32:50.845124371Z","created_by":"/bin/sh -c chmod +x /usr/src/minio-binaries/mc"},{"created":"2024-09-11T06:32:51.018780488Z","created_by":"/bin/sh -c #(nop)  ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/src/minio-binaries/","empty_layer":true},{"created":"2024-09-11T06:32:51.213367949Z","created_by":"/bin/sh -c #(nop) COPY dir:3e55ba5a9ecfa665fd0ad3f9c2fc4e8a8c583d77ac22ef581b48b79f1f303136 in /usr/src/app "},{"created":"2024-09-11T06:32:51.967808046Z","created_by":"/bin/sh -c export http_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-11T06:32:52.607897659Z","created_by":"/bin/sh -c export https_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-11T06:32:53.772283598Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/"},{"created":"2024-09-11T06:32:54.867166569Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/*"},{"created":"2024-09-11T06:32:58.307285172Z","created_by":"/bin/sh -c pip3 install --upgrade pip"},{"created":"2024-09-11T06:33:52.281301373Z","created_by":"/bin/sh -c pip3 install --no-cache-dir -r requirements.txt"},{"created":"2024-09-11T06:33:52.705132546Z","created_by":"/bin/sh -c #(nop)  ENV KUBE_CONFIG=","empty_layer":true},{"created":"2024-09-11T06:33:52.847132255Z","created_by":"/bin/sh -c #(nop)  ENV MINIO_CONFIG=","empty_layer":true},{"created":"2024-09-11T06:33:53.482729252Z","created_by":"/bin/sh -c rm -rf config.ini"},{"created":"2024-09-11T06:33:53.617376289Z","created_by":"/bin/sh -c #(nop)  EXPOSE 8081","empty_layer":true},{"created":"2024-09-11T06:33:53.749342207Z","created_by":"/bin/sh -c #(nop)  USER ose","empty_layer":true},{"created":"2024-09-11T06:33:53.884899415Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/bin/sh\" \"run.sh\"]","empty_layer":true},{"created":"2024-09-11T06:33:54.010398832Z","created_by":"/bin/sh -c #(nop)  LABEL gitHash=b4be245","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85","sha256:9a410d5ab779f9e0ae6b27edb6808b4316539719c2cd2e08829fb9b53c83daee","sha256:79a1274fd3c0a099b5fe81341f007ad587b1e2a773579dd0193a9bb109c40f68","sha256:c32d45ac86fe89c20a4aa1c37b04412a4524b95ec91bd6fc9d3863a8cbd7bbc8","sha256:aa139561668e77fb0d804a5ab9ea7a59c06640a78d8fa984932461a67ee91818","sha256:ecb5ec309c3c1060c3a8fa7e8b3f8e0307eec3f27b83e848b4e311549bc558aa","sha256:b3c6f010ccc0420ffa19804ca9fd19c582987caa0d404d2e29c646b64214ff53","sha256:54535403291413c0e106920a1fab8a3b9a751c1106e24e9620ea0a36b74909d8","sha256:a01f4d4b7316aa830348e9a31781046b354f27a1a7d8b5f64844714f1bdd1ac8","sha256:bd7f8e52c0e1c92d73548ef58f5d37e7e9df260bc5f69a62c48173abeca34b82","sha256:ddb0b90f8dc2ffdd5724a97210607b5b9f62f6d3ca88ef87b501e36de4c1689a","sha256:990fa8a65bc58b0fa578ab59695db16f955307b060f2aaab8caf0ff4ea6b499e","sha256:09ee56e0dfcc7959ce8fd63d273bc5dbce62e462f68cfc64e1b26f7d620cf6e8","sha256:09ee56e0dfcc7959ce8fd63d273bc5dbce62e462f68cfc64e1b26f7d620cf6e8","sha256:aa0c03e869a1066a63e1c7ea814458d0fb7bec7a9972a8fc354117f3c041566f","sha256:fddefd7301ca99782af4489fb1206e2e4dead398edc362f72b60d108a05cc71f","sha256:2ba3ec48e569a7fa1448f1fcd1f0c4d3aab30187231585535b191d568b3fae16"]}}