{"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.5","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:e4bd30227a4dbb494c636f3a971ed4bc8b0913187ec7d822a39ad8358554a8cc","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"6efee71"}},"container":"ecd5ebab031e3b69f3248b6f07f3d2d75fcbd9ba2cda853d6d84db2746defebe","container_config":{"Hostname":"ecd5ebab031e","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.5","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=6efee71"],"Image":"sha256:e4bd30227a4dbb494c636f3a971ed4bc8b0913187ec7d822a39ad8358554a8cc","Volumes":null,"WorkingDir":"/usr/src/app","Entrypoint":["/bin/sh","run.sh"],"OnBuild":null,"Labels":{"gitHash":"6efee71"}},"created":"2024-09-09T07:22:36.662766657Z","docker_version":"19.03.13","history":[{"created":"2024-08-29T23:26:33Z","created_by":"/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / "},{"created":"2024-08-29T23:26:33Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-08-29T23:26:33Z","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-08-29T23:26:33Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-29T23:26:33Z","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-08-29T23:26:33Z","created_by":"ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-29T23:26:33Z","created_by":"ENV PYTHON_VERSION=3.12.5","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-29T23:26:33Z","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-08-29T23:26:33Z","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-08-29T23:26:33Z","created_by":"ENV PYTHON_PIP_VERSION=24.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-29T23:26:33Z","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-08-29T23:26:33Z","created_by":"ENV PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-29T23:26:33Z","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-08-29T23:26:33Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-09-09T07:20:44.190763781Z","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-09T07:20:44.336634596Z","created_by":"/bin/sh -c #(nop) WORKDIR /usr/src/app","empty_layer":true},{"created":"2024-09-09T07:20:44.972637047Z","created_by":"/bin/sh -c echo -e http://mirrors.ustc.edu.cn/alpine/latest-stable/main/ \u003e /etc/apk/repositories"},{"created":"2024-09-09T07:20:52.710072226Z","created_by":"/bin/sh -c apk update \u0026\u0026 apk upgrade"},{"created":"2024-09-09T07:21:23.847682473Z","created_by":"/bin/sh -c apk add build-base postgresql libpq-dev curl libuv"},{"created":"2024-09-09T07:21:25.47866128Z","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-09T07:21:26.318983733Z","created_by":"/bin/sh -c chmod +x /usr/src/minio-binaries/mc"},{"created":"2024-09-09T07:21:26.476786809Z","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-09T07:21:26.662794057Z","created_by":"/bin/sh -c #(nop) COPY dir:3e55ba5a9ecfa665fd0ad3f9c2fc4e8a8c583d77ac22ef581b48b79f1f303136 in /usr/src/app "},{"created":"2024-09-09T07:21:27.333209761Z","created_by":"/bin/sh -c export http_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-09T07:21:28.012679994Z","created_by":"/bin/sh -c export https_proxy=proxy.vmware.com:3128","empty_layer":true},{"created":"2024-09-09T07:21:29.046449904Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/"},{"created":"2024-09-09T07:21:30.098058069Z","created_by":"/bin/sh -c chown -R ose:ose /usr/src/*"},{"created":"2024-09-09T07:21:33.552352864Z","created_by":"/bin/sh -c pip3 install --upgrade pip"},{"created":"2024-09-09T07:22:34.804898471Z","created_by":"/bin/sh -c pip3 install --no-cache-dir -r requirements.txt"},{"created":"2024-09-09T07:22:35.225465375Z","created_by":"/bin/sh -c #(nop)  ENV KUBE_CONFIG=","empty_layer":true},{"created":"2024-09-09T07:22:35.361240929Z","created_by":"/bin/sh -c #(nop)  ENV MINIO_CONFIG=","empty_layer":true},{"created":"2024-09-09T07:22:36.068261398Z","created_by":"/bin/sh -c rm -rf config.ini"},{"created":"2024-09-09T07:22:36.21773974Z","created_by":"/bin/sh -c #(nop)  EXPOSE 8081","empty_layer":true},{"created":"2024-09-09T07:22:36.36904433Z","created_by":"/bin/sh -c #(nop)  USER ose","empty_layer":true},{"created":"2024-09-09T07:22:36.517521246Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"/bin/sh\" \"run.sh\"]","empty_layer":true},{"created":"2024-09-09T07:22:36.662766657Z","created_by":"/bin/sh -c #(nop)  LABEL gitHash=6efee71","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85","sha256:68eec67de7ccb1b50edbb9bdbb3a3581bc219d4ecd751e324eb754ff0d057ee0","sha256:3d894343d311ddfb9fe17a3eea009e0105d29724f9b32e8513562dcce0ba1c97","sha256:29af7a641e3048dffcfbcc95c3dacd33c1d2bd2dbd45f84080703a56c8e78596","sha256:fecceccad8181eeb0eefe086a1e67676caa7d032b0d870dd4a810cdcbf122257","sha256:7f2e8cb22b39b1d4a8aabbc53c07fca021c6197017a3482833619bc467d33d27","sha256:8a2b5e2c53ecabccc56cfaec3a7ff068784f460447862af62fb1f137b7d12cd1","sha256:1834acb6c5a3f536c91ec796eb3cf5e9f6fd4dbef85d68cdc5fbf398079302a9","sha256:0c261924c2ea5f598a5bcd8ff745ea13b56f11045f54066738cfd3322eeaaf88","sha256:e4bff6b1cae79c7fdebdf5e1fd061365064c7faa80e85bd22f99953f88c755b2","sha256:374ebb8fa63659870e7f79851b3aea98a8a98fcf752ed097f3154093f97b5a9a","sha256:6008701115407297382314269d7ff59d51b6c84d4cf24ba393cc242d58a7b7d0","sha256:9f1a495f9cdeb89ebbd66d5db9374cd94dad377d4e94210637704bd97a3629c6","sha256:9f1a495f9cdeb89ebbd66d5db9374cd94dad377d4e94210637704bd97a3629c6","sha256:7ff24b80792b9abdd0312d5f1eb0c63c6d73dafdc8b84e819a8b69ce371dc308","sha256:c5168fb1f363eb3c5dfba491e2c6c06cf89862115f42a3abcd6abe5dd538eacb","sha256:8ba88dc36d8bfae4d252f610b894602be85f117b545d90c62b574829563c1a5a"]}}