2023-01-10 13:06:54 UTC
99.7 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_VERSION2.7.8
[#000] sha256:5d3df020ecd36ab0b807f023be59596c0509cdc9202398897eafba3f21c1992e - 56.57% (56.4 MB)
[#001] sha256:b909122812336076ff7f8de91a985ed79554082c8857a4992ae12433705761cd - 3.16% (3.15 MB)
[#002] sha256:c1315240434c5f8c72698dff9dad6cc2f084c4338509c214cea433cc5f7f8c59 - 22.2% (22.1 MB)
[#003] sha256:1706117b37b19aa0f69d31cb898c7970c27f05317aac7ebc1c643bfa4820689a - 2.71% (2.71 MB)
[#004] sha256:39b06b54b7de1ea53dc116df54588cbee89f8921afefc8f8a936fb1bad159749 - 0.0% (90 Bytes)
[#005] sha256:5c3b707e0fe1c841da948fb005b609d51ab0df161d1267c5533b002f7cf6ea27 - 8.49% (8.46 MB)
[#006] sha256:99c95648ad390dac93d588861d61fe6aa42108034e2e296ba13720af911b0ab2 - 0.19% (191 KB)
[#007] sha256:99879ff4a542a14dc454106abf22a0cc406f642773998c83a1cf62a04cc393ee - 0.19% (191 KB)
[#008] sha256:dc65046c8d9cdc2b270e46fcf23f1d20c9d8e4b5ef985384e3f9f4fb0793b2cf - 6.5% (6.48 MB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:66c6e568ce73dea052d681868a1aba8cd18a59653ca6cc01fec9bcfa02570435 in /
2014-11-06 20:43:04 UTC/bin/sh -c #(nop) CMD [/bin/bash]
2014-11-26 22:31:15 UTC/bin/sh -c apt-get purge -y python.*
2014-11-26 22:31:16 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2014-12-03 02:26:07 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libsqlite3-0 libssl1.0.0 && rm -rf /var/lib/apt/lists/*
2014-12-03 02:26:08 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.8
2014-12-03 02:29:51 UTC/bin/sh -c set -x && buildDeps='curl gcc libc6-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && mkdir -p /usr/src/python && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" | tar -xJC /usr/src/python --strip-components=1 && cd /usr/src/python && ./configure --enable-shared && make -j$(nproc) && make install && ldconfig && curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2 && find /usr/local \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + && apt-get purge -y --auto-remove $buildDeps && rm -rf /usr/src/python
2014-12-03 02:29:54 UTC/bin/sh -c pip install virtualenv
2014-12-03 02:29:55 UTC/bin/sh -c #(nop) CMD [python2]
2014-12-03 02:29:55 UTC/bin/sh -c #(nop) CMD [python2]
2023-01-10 13:06:53 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-01-10 13:06:53 UTC (buildkit.dockerfile.v0)ADD n9e /app # buildkit
2023-01-10 13:06:53 UTC (buildkit.dockerfile.v0)ADD http://download.flashcat.cloud/wait /wait # buildkit
2023-01-10 13:06:53 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /app/pub && chmod +x /wait # buildkit
2023-01-10 13:06:53 UTC (buildkit.dockerfile.v0)ADD pub /app/pub/ # buildkit
2023-01-10 13:06:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x n9e # buildkit
2023-01-10 13:06:54 UTC (buildkit.dockerfile.v0)EXPOSE map[19000/tcp:{}]
2023-01-10 13:06:54 UTC (buildkit.dockerfile.v0)EXPOSE map[18000/tcp:{}]
2023-01-10 13:06:54 UTC (buildkit.dockerfile.v0)CMD ["/app/n9e" "-h"]
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.