{"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:7f3e1b2b8a374d8895e789049fdd94fb3b5a3e59936171e2fd8c30da02ec3908","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"32ebd73"}},"container":"39a8cb22a55e94d8d1c6d92ba8b89477579836dbdb3a771a3e7d59ae28684a5c","container_config":{"Hostname":"39a8cb22a55e","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=32ebd73"],"Image":"sha256:7f3e1b2b8a374d8895e789049fdd94fb3b5a3e59936171e2fd8c30da02ec3908","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"32ebd73"}},"created":"2024-09-10T06:54:37.16903574Z","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-10T06:53:17.785392428Z","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-10T06:53:17.929669981Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/src/app","empty_layer":true},{"created":"2024-09-10T06:53:18.523554339Z","created_by":"/bin/sh -c echo -e http://mirrors.ustc.edu.cn/alpine/latest-stable/main/ \u003e /etc/apk/repositories"},{"created":"2024-09-10T06:53:24.750805248Z","created_by":"/bin/sh -c apk update \u0026\u0026 apk upgrade"},{"created":"2024-09-10T06:53:49.88819194Z","created_by":"/bin/sh -c apk add build-base postgresql libpq-dev curl libuv"},{"created":"2024-09-10T06:53:51.427480937Z","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-10T06:53:52.232739073Z","created_by":"/bin/sh -c chmod +x /usr/src/minio-binaries/mc"},{"created":"2024-09-10T06:53:52.409103172Z","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-10T06:53:52.604587733Z","created_by":"/bin/sh -c #(nop) COPY dir:3e55ba5a9ecfa665fd0ad3f9c2fc4e8a8c583d77ac22ef581b48b79f1f303136 in /usr/src/app "},{"created":"2024-09-10T06:53:53.257996587Z","created_by":"/bin/sh -c export http_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-10T06:53:53.95039891Z","created_by":"/bin/sh -c export https_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-10T06:53:54.95092219Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/"},{"created":"2024-09-10T06:53:56.109847985Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/*"},{"created":"2024-09-10T06:53:59.495139219Z","created_by":"/bin/sh -c pip3 install --upgrade pip"},{"created":"2024-09-10T06:54:35.127945397Z","created_by":"/bin/sh -c pip3 install --no-cache-dir -r requirements.txt"},{"created":"2024-09-10T06:54:35.744498751Z","created_by":"/bin/sh -c #(nop)  ENV KUBE_CONFIG=","empty_layer":true},{"created":"2024-09-10T06:54:35.916154361Z","created_by":"/bin/sh -c #(nop)  ENV MINIO_CONFIG=","empty_layer":true},{"created":"2024-09-10T06:54:36.581942123Z","created_by":"/bin/sh -c rm -rf config.ini"},{"created":"2024-09-10T06:54:36.726163049Z","created_by":"/bin/sh -c #(nop)  EXPOSE 8081","empty_layer":true},{"created":"2024-09-10T06:54:36.876563401Z","created_by":"/bin/sh -c #(nop)  USER ose","empty_layer":true},{"created":"2024-09-10T06:54:37.01568129Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/bin/sh\" \"run.sh\"]","empty_layer":true},{"created":"2024-09-10T06:54:37.16903574Z","created_by":"/bin/sh -c #(nop)  LABEL gitHash=32ebd73","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85","sha256:9a410d5ab779f9e0ae6b27edb6808b4316539719c2cd2e08829fb9b53c83daee","sha256:79a1274fd3c0a099b5fe81341f007ad587b1e2a773579dd0193a9bb109c40f68","sha256:c32d45ac86fe89c20a4aa1c37b04412a4524b95ec91bd6fc9d3863a8cbd7bbc8","sha256:aa139561668e77fb0d804a5ab9ea7a59c06640a78d8fa984932461a67ee91818","sha256:f64d02446df9ea7f8db2d6ba8360661946a31909ef63b01638789e5cecd0f3b3","sha256:89b9fd07f8bd4e24c60aaf516f42a113655d6e10b7218a5029e7d09982104edd","sha256:026dbc87da485b66fbbc798630bf6e1382181216fab5cf4b58ad2bfbe88d2b24","sha256:4909bbf9e1ec3ee9835a89af4975d3aec9ac4351dc09b03047dc275ec5710066","sha256:1a896feab2ddc5e92bcbcf99f97e4117323f7210fe51be0c0010433dea159499","sha256:869660e3d82acecd2a9212fca6d64bd73f5da159bf972e3d344c631b3b77a944","sha256:a2d5f68dd6ce01363c443ba3b0a52a0630ca6edeaeb30ff34a966e5c0a5cc04b","sha256:86c1de7ec1b2d3ad3aadd127961a082ded3f9b35d995439f30bc62a731b8ebe0","sha256:86c1de7ec1b2d3ad3aadd127961a082ded3f9b35d995439f30bc62a731b8ebe0","sha256:7e4e0b9aa1a2063a2820c7ae869ce23d5be8bbe7c095bdd03cc778845d779c90","sha256:07616bc48f77c8bb6ca32dafa1235f59fb41a6a98731d5f82a2dc9d26334b306","sha256:a2b388d4e988268829a357da607695b7bc74e5bdb44bfde9c590c8347c454f88"]}}