2022-03-03 11:28:47 UTC
237 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:93830f6d38936ace1b18d4bf04c82ba5177c67672db5610604596fd46f6e9c18 - 9.08% (21.5 MB)
[#001] sha256:61fa4aeb7ba0a8df4a55aa33e5054a6ed4b84248c20e5af5d3055525681f9d24 - 0.0% (98 Bytes)
[#002] sha256:8669c2a9fbf051c7d60aa0dd53d32ee2b9ee625909e5c8c45a37df50e0a371ef - 90.92% (215 MB)
/bin/sh -c #(nop) ADD file:81245cad973855905213c6025084b80656d9513a3611781ea4150d76705aa1c6 in /
2022-03-01 02:16:08 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-03-03 11:04:17 UTC/bin/sh -c #(nop) WORKDIR /workspace
2022-03-03 11:28:47 UTC/bin/sh -c sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && sed -i 's/security.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list && mkdir -p /build_temp/python36 /build_temp/nodejs && apt update && apt install -y binutils software-properties-common gcc g++ gconf2 libxkbfile-dev p7zip-full make libssh2-1-dev libkrb5-dev wget openssl pkg-config build-essential && cd /build_temp/python36 && apt-get install -y aptitude && aptitude -y install gcc make zlib1g-dev libffi-dev libssl-dev && mkdir -p test && cd test && wget http://npm.taobao.org/mirrors/python/3.6.5/Python-3.6.5.tgz && tar -xvf Python-3.6.5.tgz && chmod -R +x Python-3.6.5 && cd Python-3.6.5/ && ./configure && aptitude -y install libffi-dev libssl-dev && make && make install && cd /build_temp/nodejs && wget https://deb.nodesource.com/setup_16.x && chmod +x setup_16.x && ./setup_16.x && apt-get install -y nodejs && rm -rf /build_temp
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.