Namespace
gethue
Image / Tag
hue:latest
Content Digest
sha256:ca0bc853b1168007d9ad2aa4c959e61b25acaa9fe9f5692606b8e2c05b1cc2be
Details
Created

2025-11-12 14:35:48 UTC

Size

724 MB

Content Digest
Labels
  • description
    Hue SQL Assistant - gethue.com
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
DEBIAN_FRONTEND

noninteractive

PATH

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


Layers

[#000] sha256:e735f3a6b70199ad991c5715d965a4d858540eca2be18be0d889698e5a0a3e8c - 3.89% (28.2 MB)

[#001] sha256:5da57342c0675d315dce88806f877d5edd2ad34988558a36ccef1cce611dd776 - 27.44% (199 MB)

[#002] sha256:00b80cb5091d391e9ef658ad8a7424d1fd3d2ef38674986ec91454fe2b59dcbf - 7.02% (50.8 MB)

[#003] sha256:f01be9f4b87728f43b497087ee609a406c2efc9b7a8587e9332da9eb72e0327f - 60.17% (436 MB)

[#004] sha256:26039eadc6e8d2e339e2e1685654cf9a1df8d407cee51ce6781cc795748abb6a - 1.48% (10.7 MB)


History
2025-06-20 10:16:46 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-06-20 10:16:46 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-06-20 10:16:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-06-20 10:16:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2025-06-20 10:16:49 UTC

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

2025-06-20 10:16:49 UTC

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

2025-07-09 18:12:57 UTC

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

2025-07-09 18:12:58 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2025-07-09 18:13:54 UTC

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

2025-11-12 14:02:26 UTC

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

2025-11-12 14:35:23 UTC

/bin/sh -c pip3 install --upgrade --no-cache-dir setuptools virtualenv pip && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_lts.x | 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 -rf /hue/desktop/conf && cp -r /hue/desktop/conf.dist /hue/desktop/conf && mkdir -m 755 /var/log/hue && cd /hue && ln -fs /usr/local/bin/pip3.11 /usr/bin/pip3.11 && ln -fs /usr/local/bin/pip3.11 /usr/bin/pip3 && PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python PREFIX=/usr/share INSTALL_DIR=/usr/share/hue ROOT=/usr/share/hue PYTHON_VER=python3.11 SYS_PYTHON=/usr/bin/python3.11 SYS_PIP=/usr/local/bin/pip3.11 make apps install && chown -R hue /usr/share/hue && npm cache clean --force && pip 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 && mkdir -p /usr/share/hue/tools/scripts && cp -r /hue/tools/scripts/* /usr/share/hue/tools/scripts/ && chmod +x /usr/share/hue/tools/scripts/*.sh || true && chmod +x /usr/share/hue/tools/scripts/python/*.sh || true && mkdir -p /usr/share/hue/tools/slack && cp /hue/tools/slack/manifest.yml /usr/share/hue/tools/slack/manifest.yml && rm -rf /hue && rm -rf /usr/share/hue/node_modules

2025-11-12 14:35:26 UTC

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

2025-11-12 14:35:48 UTC

/bin/sh -c ./build/env/bin/pip install --no-cache-dir psycopg2-binary django_redis==5.4.0 flower==2.0.1 git+https://github.com/gethue/PyHive git+https://github.com/bryanyang0528/ksql-python pydruid elasticsearch-dbapi pyasn1==0.6.1 python-snappy==0.7.3 threadloop sqlalchemy-clickhouse infi.clickhouse_orm==1.0.4 mysqlclient==2.2.7 PyAthena==3.14.1

2025-11-12 14:35:48 UTC

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

2025-11-12 14:35:48 UTC

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

2025-11-12 14:35:48 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