Namespace
debezium
Image / Tag
connect:0.1
Content Digest
sha256:e56b9d80899b4d713315ac509d74ed960e9cd0e2c09d2fbda3c8b4065c580a64
Details
Created

2017-08-09 08:55:32 UTC

Size

228 MB

Content Digest
Environment
DEBEZIUM_VERSION

0.1.0

KAFKA_CONNECT_PLUGINS_DIR

/kafka/connect

KAFKA_HOME

/kafka

KAFKA_VERSION

0.9.0.1

MAVEN_CENTRAL

https://repo1.maven.org/maven2

MD5HASH

B71E5CBC78165C1CA483279C27402663

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SCALA_VERSION

2.11


Layers

[#000] sha256:8b87079b7a06f9b72e3cca2c984c60e118229c60f0bff855d822f758c112b485 - 21.48% (49 MB)

[#001] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)

[#002] sha256:4e6e07f95b655597e6589ef74691f50f1031e07917d2180fbc379e91b0613fe3 - 0.0% (1.37 KB)

[#003] sha256:58f705c03f6684bc456143a3bc048a23a14da93924195719622ff1198e847bdf - 0.0% (222 Bytes)

[#004] sha256:192a7774195b4c27f938b6eef919a7d5b884c7d3f48619de0cc8099b8b625b74 - 3.96% (9.03 MB)

[#005] sha256:cd5551699e5b974c3f409f1c8c9ce4e987bde99111bc9e4edc0d478321521bce - 35.07% (80 MB)

[#006] sha256:4dd7da8b94431f31dd4e5b9edc84238766849492e682355df8dab0927137d72b - 2.83% (6.44 MB)

[#007] sha256:e25b1a51d2e09377f17f79bbf9a89e559f03b7e1a17d38a193ad35738b2df70c - 0.0% (4.3 KB)

[#008] sha256:9cffd298a5a69cd4b2d9c49eef260b09821add004b133cc84b038bcb81ec739b - 0.0% (135 Bytes)

[#009] sha256:e8165664c6f66ef1fef95b817e6b22d57d56eb7f606fb9c4f7667f7a68881ddf - 14.92% (34 MB)

[#010] sha256:0323a66ee36afc3df450ffa2af1372ae94df3eac6df6187347cbf40d52f73e7e - 10.78% (24.6 MB)

[#011] sha256:d1de23a2bc61f818998a6933eff1a6a0c2b1d0263dbd7761d297af9c0822a7f1 - 0.0% (822 Bytes)

[#012] sha256:b09b28668a47466653be2c9513f17f4791fc0623322ff206872915583edb3a19 - 10.78% (24.6 MB)

[#013] sha256:ca52e4d08c11b8e46bcfdbdf8d83f7e7040bf1982c698806de53c53019fbe3f3 - 0.0% (2.82 KB)

[#014] sha256:6c8b05e40b681a318330bceba9ffc8f150a5b6eb486e62b9ac43cf78fafd5c59 - 0.0% (2.33 KB)

[#015] sha256:6fe1ddbeb15b42e59a7715617cff368c5f6ad083ee276cac034157925493c6d7 - 0.0% (407 Bytes)

[#016] sha256:388423af7f569d9af8855a5850dcf46fb87b057fbbe73ee3e10fd441824e8227 - 0.0% (122 Bytes)

[#017] sha256:7b0c0ecf97ea6e6c6fa3781bae789861cd46b844538ce817ac3c9de445c678f6 - 0.0% (147 Bytes)

[#018] sha256:851a4d1289779a6989b96e298c35980d9f2f0dca44e51785c277c4726ea5f3a9 - 0.18% (424 KB)


History
2016-05-03 20:57:39 UTC

/bin/sh -c #(nop) ADD file:dc2eddd5d35b9d66e4db747f5939b2be7f863dcee64c934b0da690f55a23aee8 in /

2016-05-03 20:57:42 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2016-05-19 14:27:02 UTC

/bin/sh -c apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9

2016-05-19 14:27:03 UTC

/bin/sh -c echo "deb http://repos.azulsystems.com/debian stable main" >> /etc/apt/sources.list.d/zulu.list

2016-05-19 14:27:16 UTC

/bin/sh -c apt-get -qq update

2016-05-19 14:27:48 UTC

/bin/sh -c apt-get -y install zulu-8=8.15.0.1

2017-08-09 07:38:40 UTC

/bin/sh -c #(nop) MAINTAINER Debezium Community

2017-08-09 07:40:07 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*

2017-08-09 08:01:13 UTC

/bin/sh -c #(nop) MAINTAINER Debezium Community

2017-08-09 08:01:13 UTC

/bin/sh -c #(nop) ENV KAFKA_VERSION=0.9.0.1 SCALA_VERSION=2.11 KAFKA_HOME=/kafka MD5HASH=B71E5CBC78165C1CA483279C27402663

2017-08-09 08:01:13 UTC

/bin/sh -c #(nop) USER [root]

2017-08-09 08:01:14 UTC

/bin/sh -c groupadd -r kafka -g 1001 && useradd -u 1001 -r -g kafka -m -d $KAFKA_HOME -s /sbin/nologin -c "Kafka user" kafka && chmod 755 $KAFKA_HOME

2017-08-09 08:01:14 UTC

/bin/sh -c mkdir $KAFKA_HOME/data && mkdir $KAFKA_HOME/logs

2017-08-09 08:01:16 UTC

/bin/sh -c curl -fSL -o /tmp/kafka.tgz $(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | sed -rn 's/.*"preferred":.*"(.*)"/\1/p')kafka/$KAFKA_VERSION/kafka_$SCALA_VERSION-$KAFKA_VERSION.tgz

2017-08-09 08:01:19 UTC

/bin/sh -c echo "$MD5HASH /tmp/kafka.tgz" | md5sum -c - && tar -xzf /tmp/kafka.tgz -C $KAFKA_HOME --strip-components 1 && rm -f /tmp/kafka.tgz

2017-08-09 08:01:19 UTC

/bin/sh -c #(nop) COPY file:ec30f0e3a97125f3a40f3217331c3866a40ba1e61df07707218d30a2172073ea in /kafka/config/log4j.properties

2017-08-09 08:01:21 UTC

/bin/sh -c chown -R kafka $KAFKA_HOME && chgrp -R kafka $KAFKA_HOME

2017-08-09 08:01:21 UTC

/bin/sh -c #(nop) USER [kafka]

2017-08-09 08:01:21 UTC

/bin/sh -c #(nop) WORKDIR /kafka

2017-08-09 08:01:21 UTC

/bin/sh -c #(nop) EXPOSE 9092/tcp

2017-08-09 08:01:21 UTC

/bin/sh -c #(nop) VOLUME [/kafka/data /kafka/logs /kafka/config]

2017-08-09 08:01:22 UTC

/bin/sh -c #(nop) COPY file:4df025ff5050f67e34d7d0d8f2f0ad47c167c90fb98b5a6c7a748fd2ec4e27ce in /

2017-08-09 08:01:22 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2017-08-09 08:01:22 UTC

/bin/sh -c #(nop) CMD ["start"]

2017-08-09 08:36:43 UTC

/bin/sh -c #(nop) MAINTAINER Debezium Community

2017-08-09 08:36:44 UTC

/bin/sh -c #(nop) EXPOSE 8083/tcp

2017-08-09 08:36:44 UTC

/bin/sh -c #(nop) VOLUME [/kafka/data /kafka/logs /kafka/config]

2017-08-09 08:36:44 UTC

/bin/sh -c #(nop) COPY file:7bcadaba4883ee22fa1f15637301e080817c25fe2b7770faf9fde0b2b8c2b335 in /

2017-08-09 08:36:44 UTC

/bin/sh -c #(nop) COPY file:be24dfa00677c2c153a4ad2429e25b32b2fd51c290438c0409200a587a689b90 in /kafka/config/log4j.properties

2017-08-09 08:36:45 UTC

/bin/sh -c #(nop) ENV KAFKA_CONNECT_PLUGINS_DIR=/kafka/connect

2017-08-09 08:36:45 UTC

/bin/sh -c mkdir $KAFKA_CONNECT_PLUGINS_DIR;

2017-08-09 08:36:45 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2017-08-09 08:36:45 UTC

/bin/sh -c #(nop) CMD ["start"]

2017-08-09 08:55:30 UTC

/bin/sh -c #(nop) MAINTAINER Debezium Community

2017-08-09 08:55:30 UTC

/bin/sh -c #(nop) ENV DEBEZIUM_VERSION=0.1.0 MAVEN_CENTRAL=https://repo1.maven.org/maven2

2017-08-09 08:55:31 UTC

/bin/sh -c mkdir $KAFKA_CONNECT_PLUGINS_DIR/debezium

2017-08-09 08:55:32 UTC

/bin/sh -c curl -fSL -o /tmp/plugin.tar.gz $MAVEN_CENTRAL/io/debezium/debezium-connector-mysql/$DEBEZIUM_VERSION/debezium-connector-mysql-$DEBEZIUM_VERSION-plugin.tar.gz && echo "ab7c64402bd5531e0b87c5c4c02650b0 /tmp/plugin.tar.gz" | md5sum -c - && tar -xzf /tmp/plugin.tar.gz -C $KAFKA_CONNECT_PLUGINS_DIR/debezium --strip 1 && rm -f /tmp/plugin.tar.gz

Danger Zone
Delete Tag

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.

Delete