Namespace
firezmc
Image / Tag
dosgame-web-docker:v3.9.0
Content Digest
sha256:d5401265da3ea2e5796bb4f373950d4494723e7e51da4f8bc3fd2448e780afec
Details
Created

2022-11-02 01:55:42 UTC

Size

111 MB

Content Digest
Environment
GAME_FILE

chinese-dos-games.tar.gz

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.5

WEB_FILE

chinese-dos-games-web.tar.gz


Layers

[#000] sha256:2408cc74d12b6cd092bb8b516ba7d5e290f485d3eb9672efc00f0583730179e8 - 2.4% (2.67 MB)

[#001] sha256:2f22aa6a21a61558542d3c0696535f97d0368789f51a16ee04499d7f3560eb8c - 0.57% (651 KB)

[#002] sha256:54cc066f118a9a7e83e3b8dc15d8ca1ed3f1bf86da194b7fc86f15e0ba70ee36 - 10.47% (11.6 MB)

[#003] sha256:03624af3d52969a907ad5078514d1e8decaa268ddeb32db66428da60374565a4 - 0.0% (229 Bytes)

[#004] sha256:4ae78d2f3e6fdf3d7743409d4324a8501de5d663a8688e7924d87a54a44e472e - 2.47% (2.74 MB)

[#005] sha256:ac0100057c26f4dcb4ab6145824021251c57a68c09a43b38fcf1ab57a164f01f - 0.04% (44.9 KB)

[#006] sha256:cb622c2e79cff7d3a3c274b1b587968366798b22659a8f80c319ab05a5f14d11 - 0.0% (492 Bytes)

[#007] sha256:7e5f314476a7a3a834b62eef7f158d150f60e08c9e09a1448d07621565ae282a - 3.31% (3.68 MB)

[#008] sha256:195333dc39ae860bc10d6798cc2eea7041eee9b60f6b77a143b5c110f2722531 - 76.62% (85 MB)

[#009] sha256:8de6ad1907ae92d1d24f54588ad5d73e42db0613cc4bcfeabee0b4dd1149d1c0 - 0.0% (109 Bytes)

[#010] sha256:6f9a6c73077c7fc9e5f9d6c8fd816f9a0303c8fbb10019745b7087e077bf5af9 - 0.0% (173 Bytes)

[#011] sha256:9796296e778afea54ddba58e55ca1fab2650129ab19cfbb12bdc3a1b6420e61d - 0.0% (183 Bytes)

[#012] sha256:96202e346b6f0a5fcd3401d7a8bba030f59b31dc112bf90c5bac7c2c44e71231 - 0.0% (162 Bytes)

[#013] sha256:004d5e0d998650e8d9866e61685eaaa380604987acb606eb641b70a3e4683696 - 4.12% (4.57 MB)

[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-05-23 19:19:30 UTC

/bin/sh -c #(nop) ADD file:8e81116368669ed3dd361bc898d61bff249f524139a239fdaf3ec46869a39921 in /

2022-05-23 19:19:31 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-05-25 18:19:47 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-05-25 20:57:56 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-05-25 20:57:57 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-05-25 20:57:57 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-06-07 19:14:09 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.5

2022-06-07 19:25:57 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-06-07 19:25:58 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done

2022-06-07 19:25:58 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-06-07 19:25:58 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-06-07 19:25:58 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

2022-06-07 19:25:58 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

2022-06-07 19:26:05 UTC

/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-06-07 19:26:06 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-06-12 22:01:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache su-exec && if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi # buildkit

2022-06-12 22:01:19 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2022-06-12 22:01:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2022-11-02 01:55:19 UTC (buildkit.dockerfile.v0)

MAINTAINER zmc <123@zmc.com>

2022-11-02 01:55:19 UTC (buildkit.dockerfile.v0)

ENV WEB_FILE=chinese-dos-games-web.tar.gz

2022-11-02 01:55:19 UTC (buildkit.dockerfile.v0)

ENV GAME_FILE=chinese-dos-games.tar.gz

2022-11-02 01:55:19 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games-web.tar.gz / # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games.tar.gz / # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /games_storage # buildkit

2022-11-02 01:55:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm /chinese-dos-games-web/static/games -rf # buildkit

2022-11-02 01:55:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /chinese-dos-games /chinese-dos-games-web/static/games # buildkit

2022-11-02 01:55:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /games_storage /chinese-dos-games/bin # buildkit

2022-11-02 01:55:41 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install flask # buildkit

2022-11-02 01:55:42 UTC (buildkit.dockerfile.v0)

WORKDIR /chinese-dos-games-web

2022-11-02 01:55:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["python3"]

2022-11-02 01:55:42 UTC (buildkit.dockerfile.v0)

CMD ["app.py"]

Details
Created

2022-11-02 01:56:05 UTC

Size

110 MB

Content Digest
Environment
GAME_FILE

chinese-dos-games.tar.gz

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.5

WEB_FILE

chinese-dos-games-web.tar.gz


Layers

[#000] sha256:6366ba92f08e2418e90171f1e34bd86ecd50fdc95953b3f33b8943c143518eca - 2.09% (2.3 MB)

[#001] sha256:18c13c53958d07613fa4f4b7b6052626b28ac1334c827217d40152a7f19adcfd - 0.58% (649 KB)

[#002] sha256:045c78f6902748f5191bdf86fc3948202cd86931f45510b63dbc5e5cb044f251 - 9.73% (10.7 MB)

[#003] sha256:cadbdac6c85884dca8a18a49c1fd9af92718a8bedd420094ea547c4cf585c9aa - 0.0% (231 Bytes)

[#004] sha256:de27dcd75b68cc9766037cc2a16f8de1761c8318567974f489ea19d8a1b3706e - 2.49% (2.74 MB)

[#005] sha256:264aa68ebf2b609f75e0900347d13084b12ae5d206b1f34430504b47f29194ae - 0.04% (44.6 KB)

[#006] sha256:e4668bd9267555c4492362156d2e6b1ff864ee0330fc37a68b981aa0c899628e - 0.0% (492 Bytes)

[#007] sha256:7e5f314476a7a3a834b62eef7f158d150f60e08c9e09a1448d07621565ae282a - 3.34% (3.68 MB)

[#008] sha256:195333dc39ae860bc10d6798cc2eea7041eee9b60f6b77a143b5c110f2722531 - 77.21% (85 MB)

[#009] sha256:a90886e18a34df40a810bc97dab6dbf02b94fef60ddf995c49adc46a3fb006bf - 0.0% (109 Bytes)

[#010] sha256:899fe744452c211f22f32f1a7822fc6dee724d09e7a07dc03fcd13ec23bbe9c3 - 0.0% (172 Bytes)

[#011] sha256:bbbd56d771afcd775d5216898d006495b934756487c53864f397c2cc599ace72 - 0.0% (182 Bytes)

[#012] sha256:8dd535b31d570f0213b54057e5eb37d242487a62fc551ddb62512f73feab4a2d - 0.0% (161 Bytes)

[#013] sha256:0d7bc6a0f5a05c3d87d8716a19c76af12882ab80d070587c87378e5032e9919f - 4.53% (4.99 MB)

[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-05-23 18:57:46 UTC

/bin/sh -c #(nop) ADD file:72698cc08524b911ebaacf992490707e5a951ddd2fe6edb3fb598e9dc7155049 in /

2022-05-23 18:57:47 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-05-25 21:08:27 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-05-25 21:08:27 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-05-25 21:08:31 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-05-25 21:08:31 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-06-07 21:26:51 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.5

2022-06-07 21:58:42 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-06-07 21:58:46 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done

2022-06-07 21:58:47 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-06-07 21:58:48 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-06-07 21:58:49 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

2022-06-07 21:58:50 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

2022-06-07 21:59:10 UTC

/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-06-07 21:59:11 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-06-12 22:01:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache su-exec && if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi # buildkit

2022-06-12 22:01:23 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2022-06-12 22:01:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2022-11-02 01:55:18 UTC (buildkit.dockerfile.v0)

MAINTAINER zmc <123@zmc.com>

2022-11-02 01:55:18 UTC (buildkit.dockerfile.v0)

ENV WEB_FILE=chinese-dos-games-web.tar.gz

2022-11-02 01:55:18 UTC (buildkit.dockerfile.v0)

ENV GAME_FILE=chinese-dos-games.tar.gz

2022-11-02 01:55:18 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games-web.tar.gz / # buildkit

2022-11-02 01:55:20 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games.tar.gz / # buildkit

2022-11-02 01:55:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /games_storage # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm /chinese-dos-games-web/static/games -rf # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /chinese-dos-games /chinese-dos-games-web/static/games # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /games_storage /chinese-dos-games/bin # buildkit

2022-11-02 01:56:05 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install flask # buildkit

2022-11-02 01:56:05 UTC (buildkit.dockerfile.v0)

WORKDIR /chinese-dos-games-web

2022-11-02 01:56:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["python3"]

2022-11-02 01:56:05 UTC (buildkit.dockerfile.v0)

CMD ["app.py"]

Details
Created

2022-11-02 01:56:01 UTC

Size

111 MB

Content Digest
Environment
GAME_FILE

chinese-dos-games.tar.gz

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.10.5

WEB_FILE

chinese-dos-games-web.tar.gz


Layers

[#000] sha256:b3c136eddcbf2003d3180787cef00f39d46b9fd9e4623178282ad6a8d63ad3b0 - 2.32% (2.57 MB)

[#001] sha256:8a7e11e6b4f7287b5cf077ba73651c2d4b733041ead624350a70cbdb37d74cf8 - 0.57% (652 KB)

[#002] sha256:eabcb85bd4e34564d878d0bba725f35159c9d21122a13fbae3d8d926f18ca4f2 - 10.53% (11.7 MB)

[#003] sha256:7757983cf544f891d9761f06e8676ca732b3f3ef94f33c70941180071ab180d4 - 0.0% (229 Bytes)

[#004] sha256:869cc199c0938bb657e504f4a6ad8e4f3c9d0b273da9ad94a95c02a1c757a429 - 2.47% (2.74 MB)

[#005] sha256:a5897921837dd9a72e2ccb32f13e24cd107d515469866ffc3258f3efbc8676d9 - 0.04% (44.7 KB)

[#006] sha256:afe7d10b9af8a846db5b8e8fb67f892d67fa6716ae28395b2d5c3fbf30690589 - 0.0% (493 Bytes)

[#007] sha256:7e5f314476a7a3a834b62eef7f158d150f60e08c9e09a1448d07621565ae282a - 3.31% (3.68 MB)

[#008] sha256:195333dc39ae860bc10d6798cc2eea7041eee9b60f6b77a143b5c110f2722531 - 76.64% (85 MB)

[#009] sha256:a90886e18a34df40a810bc97dab6dbf02b94fef60ddf995c49adc46a3fb006bf - 0.0% (109 Bytes)

[#010] sha256:780f0e6598b54263e6c567d7cb74aed8c7f8b13a092c725362ce48aab0df0b80 - 0.0% (173 Bytes)

[#011] sha256:bbbd56d771afcd775d5216898d006495b934756487c53864f397c2cc599ace72 - 0.0% (182 Bytes)

[#012] sha256:8dd535b31d570f0213b54057e5eb37d242487a62fc551ddb62512f73feab4a2d - 0.0% (161 Bytes)

[#013] sha256:fa8a6ccff4a4fff5d14b69cd87879baa9f47a25353d9866d02368bbaf38f6137 - 4.12% (4.57 MB)

[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-05-23 19:39:22 UTC

/bin/sh -c #(nop) ADD file:3ae36c6c4a1fc43157692da97c6c4fa6c3d0189ba82e2bef7f5aaf4a5e083f18 in /

2022-05-23 19:39:22 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-05-25 17:42:27 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-05-25 22:00:27 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-05-25 22:00:28 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-05-25 22:00:29 UTC

/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2022-06-07 19:39:00 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.5

2022-06-07 19:53:31 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-06-07 19:53:31 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done

2022-06-07 19:53:32 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-06-07 19:53:33 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-06-07 19:53:34 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

2022-06-07 19:53:35 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

2022-06-07 19:53:42 UTC

/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-06-07 19:53:43 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-06-12 22:01:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache su-exec && if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && if [ ! -e /usr/bin/python ]; then ln -s /usr/bin/python3 /usr/bin/python; fi # buildkit

2022-06-12 22:01:22 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit

2022-06-12 22:01:22 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

2022-11-02 01:55:17 UTC (buildkit.dockerfile.v0)

MAINTAINER zmc <123@zmc.com>

2022-11-02 01:55:17 UTC (buildkit.dockerfile.v0)

ENV WEB_FILE=chinese-dos-games-web.tar.gz

2022-11-02 01:55:17 UTC (buildkit.dockerfile.v0)

ENV GAME_FILE=chinese-dos-games.tar.gz

2022-11-02 01:55:17 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games-web.tar.gz / # buildkit

2022-11-02 01:55:19 UTC (buildkit.dockerfile.v0)

ADD chinese-dos-games.tar.gz / # buildkit

2022-11-02 01:55:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir /games_storage # buildkit

2022-11-02 01:55:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm /chinese-dos-games-web/static/games -rf # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /chinese-dos-games /chinese-dos-games-web/static/games # buildkit

2022-11-02 01:55:21 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /games_storage /chinese-dos-games/bin # buildkit

2022-11-02 01:56:01 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install flask # buildkit

2022-11-02 01:56:01 UTC (buildkit.dockerfile.v0)

WORKDIR /chinese-dos-games-web

2022-11-02 01:56:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["python3"]

2022-11-02 01:56:01 UTC (buildkit.dockerfile.v0)

CMD ["app.py"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete