2022-07-10 07:35:48 UTC
540 MB
/usr/local/bundle
BUNDLE_BIN/usr/local/bundle/bin
BUNDLE_DISABLE_PLATFORM_WARNINGStrue
BUNDLE_HOME/usr/local/bundle
BUNDLE_SILENCE_ROOT_WARNING1
DRAFTSfalse
FORCE_POLLINGfalse
GEM_BIN/usr/gem/bin
GEM_HOME/usr/gem
JEKYLL_BIN/usr/jekyll/bin
JEKYLL_DATA_DIR/srv/jekyll
JEKYLL_DOCKER_COMMITfb892998d444b7b2e4074adeb032197f67853c0a
JEKYLL_DOCKER_NAMEjekyll
JEKYLL_DOCKER_TAG4.2.2
JEKYLL_ENVdevelopment
JEKYLL_VAR_DIR/var/jekyll
JEKYLL_VERSION4.2.2
LANGen_US.UTF-8
LANGUAGEen_US
LC_ALLen_US.UTF-8
PATH/usr/jekyll/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUBYOPT-W0
RUBY_DOWNLOAD_SHA2567aefaa6b78b076515d272ec59c4616707a54fc9f2391239737d5f10af7a16caa
RUBY_MAJOR3.1
RUBY_VERSION3.1.1
TZAmerica/Chicago
VERBOSEfalse
[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 0.5% (2.68 MB)
[#001] sha256:837e9cfc7e430bf6c3aa43a0b8a8e3d11115abb5b84d75783752c38e06145e85 - 0.65% (3.51 MB)
[#002] sha256:c7850f1a8c234d7e3e08596122f1e1bbb5a2b2abedb7d91bb3017697821fe168 - 0.0% (225 Bytes)
[#003] sha256:6ca4c39baa3d3e1b70e583288028798525dbbe94bfc8f4a88f6c0cfdd22def61 - 5.21% (28.2 MB)
[#004] sha256:daa3a8cb79d3b3d28006dfeedf198418c7b3f6fc191f7c5a39024f4bc2bca4a4 - 0.0% (173 Bytes)
[#005] sha256:8a10ebe1f9f1b028a58a4e194c90b45abaf62cbd538678233c024f08a86b6567 - 50.16% (271 MB)
[#006] sha256:4eedf4eccffd43feadd42c7bd5991464ce62628871dea95eb9dfa58150ac42d1 - 5.77% (31.2 MB)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:662a605432ea7dc006007a9882a6b8fce5a64033511967efe952b811b44c2a6e - 0.0% (381 Bytes)
[#009] sha256:b071e1b4f68748221edef19cbe55943cc67e4fdc1b69d13b227cdbcb5f0eeb71 - 37.7% (204 MB)
/bin/sh -c #(nop) ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /
2022-04-05 00:19:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-05 03:09:59 UTC/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;
2022-04-05 03:10:00 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2022-04-05 03:10:00 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-04-05 03:17:54 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=3.1
2022-04-05 03:17:54 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=3.1.1
2022-04-05 03:17:54 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=7aefaa6b78b076515d272ec59c4616707a54fc9f2391239737d5f10af7a16caa
2022-04-05 03:21:29 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch procps readline-dev ruby tar xz yaml-dev zlib-dev ; wget -O ruby.tar.xz "https://cache.ruby-lang.org/pub/ruby/${RUBY_MAJOR%-rc}/ruby-$RUBY_VERSION.tar.xz"; echo "$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz" | sha256sum --check --strict; mkdir -p /usr/src/ruby; tar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; rm ruby.tar.xz; cd /usr/src/ruby; wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch'; echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --disable-install-doc --enable-shared ; make -j "$(nproc)"; make install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .ruby-rundeps $runDeps; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version
2022-04-05 03:21:29 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2022-04-05 03:21:29 UTC/bin/sh -c #(nop) ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2022-04-05 03:21:29 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-04-05 03:21:30 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2022-04-05 03:21:30 UTC/bin/sh -c #(nop) CMD ["irb"]
2022-07-10 04:12:44 UTC/bin/sh -c #(nop) LABEL maintainer=Jordon Bedwell <jordon@envygeeks.io>
2022-07-10 04:12:46 UTC/bin/sh -c #(nop) COPY dir:8f3476f3c09fc6ada315ed9b0884b5cb492c001bab80bb3b36e2aaca593d5d04 in /
2022-07-10 04:12:46 UTC/bin/sh -c #(nop) ENV BUNDLE_HOME=/usr/local/bundle
2022-07-10 04:12:47 UTC/bin/sh -c #(nop) ENV BUNDLE_APP_CONFIG=/usr/local/bundle
2022-07-10 04:12:48 UTC/bin/sh -c #(nop) ENV BUNDLE_DISABLE_PLATFORM_WARNINGS=true
2022-07-10 04:12:49 UTC/bin/sh -c #(nop) ENV BUNDLE_BIN=/usr/local/bundle/bin
2022-07-10 04:12:50 UTC/bin/sh -c #(nop) ENV GEM_BIN=/usr/gem/bin
2022-07-10 04:12:51 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/gem
2022-07-10 04:12:52 UTC/bin/sh -c #(nop) ENV RUBYOPT=-W0
2022-07-10 04:12:53 UTC/bin/sh -c #(nop) ENV JEKYLL_VAR_DIR=/var/jekyll
2022-07-10 04:12:54 UTC/bin/sh -c #(nop) ENV JEKYLL_DOCKER_TAG=4.2.2
2022-07-10 04:12:55 UTC/bin/sh -c #(nop) ENV JEKYLL_VERSION=4.2.2
2022-07-10 04:12:56 UTC/bin/sh -c #(nop) ENV JEKYLL_DOCKER_COMMIT=fb892998d444b7b2e4074adeb032197f67853c0a
2022-07-10 04:12:57 UTC/bin/sh -c #(nop) ENV JEKYLL_DOCKER_NAME=jekyll
2022-07-10 04:12:58 UTC/bin/sh -c #(nop) ENV JEKYLL_DATA_DIR=/srv/jekyll
2022-07-10 04:12:59 UTC/bin/sh -c #(nop) ENV JEKYLL_BIN=/usr/jekyll/bin
2022-07-10 04:13:00 UTC/bin/sh -c #(nop) ENV JEKYLL_ENV=development
2022-07-10 04:13:01 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2022-07-10 04:13:02 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US:en
2022-07-10 04:13:03 UTC/bin/sh -c #(nop) ENV TZ=America/Chicago
2022-07-10 04:13:04 UTC/bin/sh -c #(nop) ENV PATH=/usr/jekyll/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-07-10 04:13:05 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8
2022-07-10 04:13:06 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2022-07-10 04:13:07 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US
2022-07-10 04:13:08 UTC/bin/sh -c #(nop) ENV VERBOSE=false
2022-07-10 04:13:09 UTC/bin/sh -c #(nop) ENV FORCE_POLLING=false
2022-07-10 04:13:10 UTC/bin/sh -c #(nop) ENV DRAFTS=false
2022-07-10 04:13:29 UTC/bin/sh -c apk --no-cache add zlib-dev libffi-dev build-base libxml2-dev imagemagick-dev readline-dev libxslt-dev libffi-dev yaml-dev zlib-dev vips-dev vips-tools sqlite-dev cmake
2022-07-10 04:13:38 UTC/bin/sh -c apk --no-cache add linux-headers openjdk8-jre less zlib libxml2 readline libxslt libffi git nodejs tzdata shadow bash su-exec npm libressl yarn
2022-07-10 04:13:39 UTC/bin/sh -c echo "gem: --no-ri --no-rdoc" > ~/.gemrc
2022-07-10 04:13:47 UTC/bin/sh -c unset GEM_HOME && unset GEM_BIN && yes | gem update --system
2022-07-10 04:13:49 UTC/bin/sh -c unset GEM_HOME && unset GEM_BIN && yes | gem install --force bundler
2022-07-10 04:16:24 UTC/bin/sh -c gem install jekyll -v4.2.2 -- --use-system-libraries
2022-07-10 04:16:59 UTC/bin/sh -c gem install html-proofer jekyll-reload jekyll-mentions jekyll-coffeescript jekyll-sass-converter jekyll-commonmark jekyll-paginate jekyll-compose jekyll-assets RedCloth kramdown jemoji jekyll-redirect-from jekyll-sitemap jekyll-feed minima -- --use-system-libraries
2022-07-10 04:17:01 UTC/bin/sh -c addgroup -Sg 1000 jekyll
2022-07-10 04:17:02 UTC/bin/sh -c adduser -Su 1000 -G jekyll jekyll
2022-07-10 04:17:04 UTC/bin/sh -c mkdir -p $JEKYLL_VAR_DIR
2022-07-10 04:17:06 UTC/bin/sh -c mkdir -p $JEKYLL_DATA_DIR
2022-07-10 04:17:07 UTC/bin/sh -c chown -R jekyll:jekyll $JEKYLL_DATA_DIR
2022-07-10 04:17:09 UTC/bin/sh -c chown -R jekyll:jekyll $JEKYLL_VAR_DIR
2022-07-10 04:17:11 UTC/bin/sh -c chown -R jekyll:jekyll $BUNDLE_HOME
2022-07-10 04:17:12 UTC/bin/sh -c rm -rf /home/jekyll/.gem
2022-07-10 04:17:14 UTC/bin/sh -c rm -rf $BUNDLE_HOME/cache
2022-07-10 04:17:16 UTC/bin/sh -c rm -rf $GEM_HOME/cache
2022-07-10 04:17:17 UTC/bin/sh -c rm -rf /root/.gem
2022-07-10 04:17:19 UTC/bin/sh -c mkdir -p /usr/gem/cache/bundle
2022-07-10 04:17:21 UTC/bin/sh -c chown -R jekyll:jekyll /usr/gem/cache/bundle
2022-07-10 04:17:22 UTC/bin/sh -c #(nop) CMD ["jekyll" "--help"]
2022-07-10 04:17:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/jekyll/bin/entrypoint"]
2022-07-10 04:17:24 UTC/bin/sh -c #(nop) WORKDIR /srv/jekyll
2022-07-10 04:17:26 UTC/bin/sh -c #(nop) VOLUME [/srv/jekyll]
2022-07-10 04:17:27 UTC/bin/sh -c #(nop) EXPOSE 35729
2022-07-10 04:17:28 UTC/bin/sh -c #(nop) EXPOSE 4000
2022-07-10 04:17:39 UTC (merge sha256:dd095c0f68a87c7112d8a0240fb312a3e29b9d8bc8fdb242fa6ad421ae885b36 to sha256:57334a38fc87a390428f6b3cdf4a01afc5ca18b27af3f3d4b7d2e351ebbde184) 2022-07-10 07:35:27 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=Amir Pourmand
2022-07-10 07:35:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache --virtual .build-deps libxml2-dev shadow autoconf g++ make && apk add --no-cache imagemagick-dev imagemagick # buildkit
2022-07-10 07:35:27 UTC (buildkit.dockerfile.v0)WORKDIR /srv/jekyll
2022-07-10 07:35:27 UTC (buildkit.dockerfile.v0)ADD Gemfile /srv/jekyll/ # buildkit
2022-07-10 07:35:48 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c bundle install # 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.