Skip to content

Instantly share code, notes, and snippets.

@franklouwers
Created February 7, 2019 17:50
Show Gist options
  • Save franklouwers/7fe0e08088dbb652e06fd742c99fa9d0 to your computer and use it in GitHub Desktop.
Save franklouwers/7fe0e08088dbb652e06fd742c99fa9d0 to your computer and use it in GitHub Desktop.
~ ❯❯❯ docker image history maven
IMAGE CREATED CREATED BY SIZE COMMENT
ce22ba6526c6 2 months ago /bin/sh -c #(nop) CMD ["mvn"] 0B
<missing> 2 months ago /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/b… 0B
<missing> 2 months ago /bin/sh -c #(nop) COPY file:b3fc14e8337e0079… 327B
<missing> 2 months ago /bin/sh -c #(nop) COPY file:fb726a12bbbf8ff5… 1.16kB
<missing> 2 months ago /bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2 0B
<missing> 2 months ago /bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share… 0B
<missing> 2 months ago |4 BASE_URL=https://apache.osuosl.org/maven/… 10.6MB
<missing> 2 months ago /bin/sh -c #(nop) ARG BASE_URL=https://apac… 0B
<missing> 2 months ago /bin/sh -c #(nop) ARG SHA=fae9c12b570c3ba18… 0B
<missing> 2 months ago /bin/sh -c #(nop) ARG USER_HOME_DIR=/root 0B
<missing> 2 months ago /bin/sh -c #(nop) ARG MAVEN_VERSION=3.6.0 0B
<missing> 2 months ago /bin/sh -c /var/lib/dpkg/info/ca-certificate… 355kB
<missing> 2 months ago /bin/sh -c set -ex; if [ ! -d /usr/share/m… 348MB
<missing> 2 months ago /bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_… 0B
<missing> 2 months ago /bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8… 0B
<missing> 2 months ago /bin/sh -c #(nop) ENV JAVA_VERSION=8u181 0B
<missing> 2 months ago /bin/sh -c #(nop) ENV JAVA_HOME=/docker-jav… 0B
<missing> 2 months ago /bin/sh -c ln -svT "/usr/lib/jvm/java-8-open… 33B
<missing> 2 months ago /bin/sh -c { echo '#!/bin/sh'; echo 'set… 87B
<missing> 2 months ago /bin/sh -c #(nop) ENV LANG=C.UTF-8 0B
<missing> 2 months ago /bin/sh -c apt-get update && apt-get install… 2.21MB
<missing> 2 months ago /bin/sh -c apt-get update && apt-get install… 142MB
<missing> 2 months ago /bin/sh -c set -ex; if ! command -v gpg > /… 7.81MB
<missing> 2 months ago /bin/sh -c apt-get update && apt-get install… 23.2MB
<missing> 2 months ago /bin/sh -c #(nop) CMD ["bash"] 0B
<missing> 2 months ago /bin/sh -c #(nop) ADD file:a61c14b18252183a4… 101MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment