Namespace
gethue
Image / Tag
hue:20210518-155300
Content Digest
sha256:b7e976ef9d6c597715630671c6722e7cbe932232ecac1bf4cfb553ac66d7ba9a
Details
Created

2021-05-18 16:09:01 UTC

Size

481 MB

Content Digest
Labels
  • description
    Hue SQL Assistant - gethue.com

Environment
PATH

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


Layers

[#000] sha256:01bf7da0a88c9e37ae418d17c0aeed0621524848d80ccb9e38c67e7ab8e11928 - 5.3% (25.5 MB)

[#001] sha256:f3b4a5f15c7a0722b4f22e61b5387317eaf2602c27ffb2bceac9a25f19fbd156 - 0.0% (852 Bytes)

[#002] sha256:57ffbe87baa135002dddb7a7460082c5d6a352186e1be9464c5f31db81378824 - 0.0% (188 Bytes)

[#003] sha256:4ca3afce322673bc096b9b150d946af9db569d20d30f1c489832ec6f92d2e29e - 41.19% (198 MB)

[#004] sha256:0b196f009d6711770cb39986794ebae04045364e27e4452d13240ac7f15cb42d - 9.28% (44.6 MB)

[#005] sha256:f94d96ea5989a5d9add4034337df44bbc6aae5a89023682e2c304e0f57f8cf8e - 42.08% (202 MB)

[#006] sha256:e5f58c38c1c8c467f3bacbb38fd65541a2c6d373e1da82da9d9e98718bd7f27d - 2.15% (10.4 MB)


History
2021-04-23 22:21:22 UTC

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

2021-04-23 22:21:23 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2021-04-23 22:21:24 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-04-23 22:21:25 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2021-04-23 22:21:25 UTC

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

2021-05-11 14:04:13 UTC

/bin/sh -c #(nop) LABEL description=Hue SQL Assistant - gethue.com

2021-05-18 14:03:32 UTC

/bin/sh -c apt-get update -y && apt-get install -y python3-pip libkrb5-dev libsasl2-modules-gssapi-mit libsasl2-dev libkrb5-dev libxml2-dev libxslt-dev libmysqlclient-dev libldap2-dev libsnappy-dev python3.6-venv rsync curl sudo git && rm -rf /var/lib/apt/lists/*

2021-05-18 15:54:26 UTC

/bin/sh -c #(nop) ADD dir:0bce96ce5612c584327cb4b70f78e45e04df18fadc43e790b855e250563c1aec in /hue

2021-05-18 16:08:39 UTC

/bin/sh -c pip3 install --upgrade --no-cache-dir setuptools virtualenv pip && curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - && apt-get install -y nodejs && addgroup hue && useradd -r -u 1001 -g hue hue && chown -R hue /hue && mkdir /hue/build && chown -R hue /hue/build && mkdir /usr/share/hue && chown -R hue /usr/share/hue && rm -r /hue/desktop/conf/* && cp -r /hue/desktop/conf.dist/* /hue/desktop/conf/ && cd /hue && PREFIX=/usr/share PYTHON_VER=python3.6 make install && chown -R hue /usr/share/hue && npm cache clean --force && pip3 cache purge && rm -rf /var/lib/apt/lists/* && cp -r /hue/tools/docker/hue/conf3/* /usr/share/hue/desktop/conf/ && cp /hue/tools/docker/hue/startup.sh /usr/share/hue/startup.sh && rm -rf /hue && rm -rf /usr/share/hue/node_modules

2021-05-18 16:08:41 UTC

/bin/sh -c #(nop) WORKDIR /usr/share/hue

2021-05-18 16:09:00 UTC

/bin/sh -c ./build/env/bin/pip install --no-cache-dir psycopg2-binary django_redis==4.11.0 flower git+https://github.com/gethue/PyHive git+https://github.com/bryanyang0528/ksql-python pydruid pybigquery elasticsearch-dbapi pyasn1==0.4.1 python-snappy==0.5.4 threadloop sqlalchemy-clickhouse infi.clickhouse_orm==1.0.4

2021-05-18 16:09:00 UTC

/bin/sh -c #(nop) USER hue

2021-05-18 16:09:00 UTC

/bin/sh -c #(nop) EXPOSE 8888

2021-05-18 16:09:01 UTC

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

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