2020-11-19 16:50:29 UTC
95.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5d20c808ce198565ff70b3ed23a991dd49afac45dece63474b27ce6ed036adc6 - 2.11% (2.01 MB)
[#001] sha256:b7a3d17f5196907b7f2b4d2650012843aab3dc19f269d2b1721ba2b04843e954 - 0.0% (126 Bytes)
[#002] sha256:cb0e62ff5052dbc5aefaabb30ebe615a660af7c5a86034b644c3614fb4d728b6 - 0.0% (2.97 KB)
[#003] sha256:91fd0f04380cfc1eec135adc5f7ccf913f9aa0b6e835327fff07fa94fa7b01f4 - 97.89% (93.2 MB)
/bin/sh -c #(nop) ADD file:aa17928040e31624cad9c7ed19ac277c5402c4b9ba39f834250affca40c4046e in /
2019-03-07 22:19:53 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-11-19 16:07:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir -p /tmp/patches # buildkit
2020-11-19 16:07:38 UTC (buildkit.dockerfile.v0)COPY conf/* /tmp/patches/ # buildkit
2020-11-19 16:50:29 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache bash openjdk8-jre jq curl openssl libstdc++ libx11 libxrender libxext ca-certificates fontconfig freetype ttf-dejavu ttf-droid ttf-freefont ttf-liberation ttf-ubuntu-font-family && apk add --no-cache --virtual .build-deps g++ git gtk+ gtk+-dev make mesa-dev openssl-dev patch && git clone --recursive --depth 1 https://github.com/wkhtmltopdf/wkhtmltopdf.git /tmp/wkhtmltopdf && cd /tmp/wkhtmltopdf && patch -i /tmp/patches/wkhtmltopdf-buildconfig.patch && cd /tmp/wkhtmltopdf/qt && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/qt-musl.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/qt-musl-iconv-no-bom.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/qt-recursive-global-mutex.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/improve-cups-support.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/moc-boost-workaround.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/qt4-glibc-2.25.patch && patch -p1 --ignore-whitespace -F4 -i /tmp/patches/qt4-icu59.patch && echo "QMAKE_CXXFLAGS += -std=gnu++98" >> src/3rdparty/javascriptcore/JavaScriptCore/JavaScriptCore.pri && echo "QMAKE_CXXFLAGS += -std=gnu++98" >> src/plugins/accessible/qaccessiblebase.pri && sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/g++-base.conf && sed -i "s|-O2|${CXXFLAGS}|" mkspecs/common/gcc-base.conf && sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" mkspecs/common/gcc-base-unix.conf && sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g" mkspecs/common/gcc-base.conf && NB_CORES=$(grep -c '^processor' /proc/cpuinfo) && ./configure -confirm-license -opensource -prefix /usr -datadir /usr/share/qt -sysconfdir /etc -plugindir /usr/lib/qt/plugins -importdir /usr/lib/qt/imports -silent -release -static -webkit -script -svg -exceptions -xmlpatterns -openssl-linked -no-fast -no-largefile -no-accessibility -no-stl -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-qt3support -no-opengl -no-openvg -no-system-proxies -no-multimedia -no-audio-backend -no-phonon -no-phonon-backend -no-javascript-jit -no-scripttools -no-declarative -no-declarative-debug -no-neon -no-rpath -no-nis -no-cups -no-pch -no-dbus -no-separate-debug-info -no-gtkstyle -no-nas-sound -no-opengl -no-openvg -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor -no-xfixes -no-xrandr -no-mitshm -no-xinput -no-xkb -no-glib -no-icu -nomake demos -nomake docs -nomake examples -nomake tools -nomake tests -nomake translations -graphicssystem raster -qt-zlib -qt-libpng -qt-libmng -qt-libtiff -qt-libjpeg -optimized-qmake -iconv -xrender -fontconfig -D ENABLE_VIDEO=0 && make --jobs $(($NB_CORES*2)) --silent 1>/dev/null && make install && cd /tmp/wkhtmltopdf && qmake && make --jobs $(($NB_CORES*2)) --silent 1>/dev/null && make install && make clean && make distclean && cd /tmp/wkhtmltopdf/qt && make uninstall && make clean && make distclean && rm -rf /tmp/* && apk del .build-deps # buildkit
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.