Sign inSign up

driftedhawk49/opentsdb-docker:latest

Databases & storage
Manifest digest

sha256:4fa8048425267bfa7ed50addce9aa3125eaeb19484f1ed1077273c812dc7396f

OS/ARCH

linux/amd64

Compressed size

336.01 MB

Last pushed

about 1 year by driftedhawk49

Type

Image

Manifest digest

sha256:4fa8048425267bfa7ed50addce9aa3125eaeb19484f1ed1077273c812dc7396f

Image Layers

1ADD file ... in / 2.67 MB
2CMD ["/bin/sh"]0 B
3ENV TINI_VERSION=v0.18.00 B
4ENV TSDB_VERSION=2.4.00 B
5ENV HBASE_VERSION=1.4.40 B
6ENV GNUPLOT_VERSION=5.2.40 B
7ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk0 B
8ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/bin/0 B
9ENV ALPINE_PACKAGES=rsyslog bash openjdk8 make0 B
10ENV BUILD_PACKAGES=build-base autoconf automake git0 B
11ENV HBASE_OPTS=-XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap0 B
12ENV JVMARGS=-XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -enableassertions0 B
13ADD https://github.com/krallin/tini/releases/download/v0.18.0/tini-static-amd64 /tini # buildkit366.35 KB
14RUN /bin/sh -c chmod +x366.39 KB
15ENTRYPOINT ["/tini" "--"]0 B
16RUN /bin/sh -c apk --update88.31 MB
17WORKDIR /opt/opentsdb/32 B
18RUN /bin/sh -c set -ex150.06 MB
19RUN /bin/sh -c ln -s160 B
20RUN /bin/sh -c wget --no-check-certificate967.56 KB
21RUN /bin/sh -c cd /opt/opentsdb/opentsdb-${TSDB_VERSION}12.39 MB
22RUN /bin/sh -c cd /tmp2.69 MB
23RUN /bin/sh -c apk del64.75 KB
24RUN /bin/sh -c mkdir -p197 B
25WORKDIR /opt/downloads32 B
26RUN /bin/sh -c wget -O78.16 MB
27RUN /bin/sh -c ln -s291 B
28ADD files/opentsdb.conf /etc/opentsdb/opentsdb.conf.sample # buildkit340 B
29ADD files/hbase-site.xml /opt/hbase/conf/hbase-site.xml.sample # buildkit343 B
30ADD files/start_opentsdb.sh /opt/bin/ # buildkit378 B
31ADD files/create_tsdb_tables.sh /opt/bin/ # buildkit381 B
32ADD files/start_hbase.sh /opt/bin/ # buildkit307 B
33ADD files/entrypoint.sh /entrypoint.sh # buildkit698 B
34ADD files/nginx.conf /etc/nginx/nginx.conf # buildkit438 B
35RUN /bin/sh -c for i706 B
36RUN /bin/sh -c echo "export2.82 KB
37RUN /bin/sh -c mkdir -p125 B
38EXPOSE map[80/tcp:{}]0 B
39VOLUME [/data/hbase /tmp /opentsdb-plugins]0 B
40CMD ["/entrypoint.sh"]0 B

Command

ADD file:f17f65714f703db9012f00e5ec98d0b2541ff6147c2633f7ab9ba659d0c507f4 in /