2017-06-21 01:21:29 UTC
157 MB
/etc/cassandra
CASSANDRA_VERSION3.10
GOSU_VERSION1.7
GPG_KEYS514A2AD631A57A16DD0047EC749D6EEC0353B12C A26E528B271F19B9E5D8E19EA278B781FE4B2BDA
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 31.9% (50.2 MB)
[#001] sha256:47bacf36113fe830a77280f81a8203a228fa4bb4536f145a333709b9da0f7cf7 - 0.0% (214 Bytes)
[#002] sha256:7c6842ab2e6fc74873b3fdee0f94ba55daab8d33d724210c33908cf0851ba7aa - 0.0% (2.01 KB)
[#003] sha256:b0970d2724fb480b3365da5b7b97433cc584531bdf47f1ca6521872f28118c60 - 0.79% (1.24 MB)
[#004] sha256:7dd1392a6ce500913c8610a67aee5a0fa60c473187630898271e9414340491b5 - 0.1% (168 KB)
[#005] sha256:43faf38e08a80fd2c9ca9d6936cc906031c54bef186e9ac81710984b86ae1a50 - 0.0% (245 Bytes)
[#006] sha256:448a3a082d57197895d5911639f0986dfe53cc0b00248044cac75f78352958e2 - 0.01% (17.8 KB)
[#007] sha256:9b6d04438848efc8d59357b93b423c1b49116a0be6981e4d369028d9589dcf27 - 0.0% (222 Bytes)
[#008] sha256:9c80ddd1c0b039019966f44477b27eec05d69bd43c4a5768cb7ec499727ab286 - 67.18% (106 MB)
[#009] sha256:866a5caf213d3b01bc6009eaf510ce4a8735bfaa9831042c7c7ed6edb329f982 - 0.0% (4.29 KB)
[#010] sha256:4699d5d33a861f232f5487ef24153fc85302718b472290046465bef29c66d113 - 0.0% (731 Bytes)
[#011] sha256:88ac2463a580fcb6e7f0ff1fb5e8d9766ec3a8dcaef965c1feba650d493b55bc - 0.02% (27.7 KB)
/bin/sh -c #(nop) ADD file:9c48682ff75c756544d4491472081a078edf5dd0bb5038d1cb850a1f9c480e3e in /
2017-06-20 20:13:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-20 20:13:59 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list
2017-06-21 00:55:44 UTC/bin/sh -c groupadd -r cassandra --gid=999 && useradd -r -g cassandra --uid=999 cassandra
2017-06-21 00:55:45 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.7
2017-06-21 00:56:08 UTC/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove ca-certificates wget
2017-06-21 00:56:26 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libjemalloc1 && rm -rf /var/lib/apt/lists/*
2017-06-21 00:56:28 UTC/bin/sh -c { echo 'Package: openjdk-* ca-certificates-java'; echo 'Pin: release n=*-backports'; echo 'Pin-Priority: 990'; } > /etc/apt/preferences.d/java-backports
2017-06-21 00:56:29 UTC/bin/sh -c #(nop) ENV GPG_KEYS=514A2AD631A57A16DD0047EC749D6EEC0353B12C A26E528B271F19B9E5D8E19EA278B781FE4B2BDA
2017-06-21 00:56:32 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/cassandra.gpg; rm -r "$GNUPGHOME"; apt-key list
2017-06-21 01:08:07 UTC/bin/sh -c echo 'deb http://www.apache.org/dist/cassandra/debian 310x main' >> /etc/apt/sources.list.d/cassandra.list
2017-06-21 01:08:07 UTC/bin/sh -c #(nop) ENV CASSANDRA_VERSION=3.10
2017-06-21 01:08:51 UTC/bin/sh -c apt-get update && apt-get install -y cassandra="$CASSANDRA_VERSION" cassandra-tools="$CASSANDRA_VERSION" && rm -rf /var/lib/apt/lists/*
2017-06-21 01:21:23 UTC/bin/sh -c sed -ri 's/^(JVM_PATCH_VERSION)=.*/\1=25/' /etc/cassandra/cassandra-env.sh
2017-06-21 01:21:24 UTC/bin/sh -c #(nop) ENV CASSANDRA_CONFIG=/etc/cassandra
2017-06-21 01:21:25 UTC/bin/sh -c #(nop) COPY file:fe6ed91be8debf19da443f09935b578bf6599e644b7a670bf7048d33fb2efa9e in /docker-entrypoint.sh
2017-06-21 01:21:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-06-21 01:21:27 UTC/bin/sh -c mkdir -p /var/lib/cassandra "$CASSANDRA_CONFIG" && chown -R cassandra:cassandra /var/lib/cassandra "$CASSANDRA_CONFIG" && chmod 777 /var/lib/cassandra "$CASSANDRA_CONFIG"
2017-06-21 01:21:28 UTC/bin/sh -c #(nop) VOLUME [/var/lib/cassandra]
2017-06-21 01:21:28 UTC/bin/sh -c #(nop) EXPOSE 7000/tcp 7001/tcp 7199/tcp 9042/tcp 9160/tcp
2017-06-21 01:21:29 UTC/bin/sh -c #(nop) CMD ["cassandra" "-f"]
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.