2017-07-03 12:08:21 UTC
117 MB
5
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSIONv8.1.3
YARN_VERSIONlatest
[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 1.63% (1.9 MB)
[#001] sha256:80c66a76a26a4e036464e0e252107532881af686c0afdd63cec375554b4c93da - 15.68% (18.3 MB)
[#002] sha256:44f28249c542ba17ce80f6cd771dabe10813a5c480d895bd78f1fe7a874a388f - 10.86% (12.7 MB)
[#003] sha256:d01f271fc031d20ba99a3e3c70621ee659ae7368829c0a273a36822ab0841d38 - 6.58% (7.67 MB)
[#004] sha256:f3fe73c3be307f5b8d1432650a8ed79be5ce7f4edbdd1bc1a8832b076a186164 - 0.0% (92 Bytes)
[#005] sha256:f678f536bd1bdf307e572c056236691d769213451bc5efc12fd8170d89c43fee - 2.6% (3.03 MB)
[#006] sha256:181b7c76eb334d6f4a035f8c58a1eb96694d65ab328b40ae409f639d66116d8b - 62.65% (73 MB)
[#007] sha256:a8268ac8a0d82b0348017d9f126b3f046b9145b0be7f8bb452eed18182164c3f - 0.0% (168 Bytes)
/bin/sh -c #(nop) ADD file:4583e12bf5caec40b861a3409f2a1624c3f3556cc457edb99c9707f00e779e45 in /
2017-06-27 18:42:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-06-29 13:19:25 UTC/bin/sh -c #(nop) ENV VERSION=v8.1.3 NPM_VERSION=5 YARN_VERSION=latest
2017-06-29 13:44:00 UTC/bin/sh -c apk add --no-cache curl make gcc g++ python linux-headers binutils-gold gnupg libstdc++ && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5 FD3A5288F042B6850C66B31F09FE44734EB7990E 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 DD8F2338BAE7501E3DD5AC78C273792F7D83545D C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 B9AE9905FFD7803F25714661B63B535A4C206CA9 56730D5401028683275BD23C23EFEFE93C4CFFFE && curl -sSLO https://nodejs.org/dist/${VERSION}/node-${VERSION}.tar.xz && curl -sSL https://nodejs.org/dist/${VERSION}/SHASUMS256.txt.asc | gpg --batch --decrypt | grep " node-${VERSION}.tar.xz\$" | sha256sum -c | grep . && tar -xf node-${VERSION}.tar.xz && cd node-${VERSION} && ./configure --prefix=/usr ${CONFIG_FLAGS} && make -j$(getconf _NPROCESSORS_ONLN) && make install && cd / && if [ -z "$CONFIG_FLAGS" ]; then npm install -g npm@${NPM_VERSION} && find /usr/lib/node_modules/npm -name test -o -name .bin -type d | xargs rm -rf && if [ -n "$YARN_VERSION" ]; then gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 6A010C5166006599AA17F08146C2130DFD2497F5 && curl -sSL -O https://yarnpkg.com/${YARN_VERSION}.tar.gz -O https://yarnpkg.com/${YARN_VERSION}.tar.gz.asc && gpg --batch --verify ${YARN_VERSION}.tar.gz.asc ${YARN_VERSION}.tar.gz && mkdir /usr/local/share/yarn && tar -xf ${YARN_VERSION}.tar.gz -C /usr/local/share/yarn --strip 1 && ln -s /usr/local/share/yarn/bin/yarn /usr/local/bin/ && ln -s /usr/local/share/yarn/bin/yarnpkg /usr/local/bin/ && rm ${YARN_VERSION}.tar.gz*; fi; fi && apk del curl make gcc g++ python linux-headers binutils-gold gnupg ${DEL_PKGS} && rm -rf ${RM_DIRS} /node-${VERSION}* /usr/share/man /tmp/* /var/cache/apk/* /root/.npm /root/.node-gyp /root/.gnupg /usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html /usr/lib/node_modules/npm/scripts
2017-07-03 12:03:54 UTC/bin/sh -c apk update && apk upgrade && apk add --no-cache bash git
2017-07-03 12:04:23 UTC/bin/sh -c npm install -g bower
2017-07-03 12:04:23 UTC/bin/sh -c #(nop) WORKDIR /app
2017-07-03 12:04:25 UTC/bin/sh -c #(nop) COPY dir:29a4678bd79414a183a1b1d87fb5b79522b33fd69521a01c5bd89da32521cfcf in /app
2017-07-03 12:08:18 UTC/bin/sh -c npm --unsafe-perm --verbose install --production
2017-07-03 12:08:21 UTC/bin/sh -c #(nop) EXPOSE 1337/tcp
2017-07-03 12:08:21 UTC/bin/sh -c chmod 777 ./start.sh
2017-07-03 12:08:21 UTC/bin/sh -c #(nop) VOLUME [/kongadata]
2017-07-03 12:08:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/bin/bash" "./start.sh"]
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.