Namespace
gethue
Image / Tag
hue:20250722-140101
Content Digest
sha256:dad913c264048889e89b8492f4e1c326baee93815f857daae696672e0dbead1c
Details
Created

2025-07-21 14:30:47 UTC

Size

712 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.95% (28.2 MB)

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

[#002] sha256:eb4450b7daab1fcaba2b82446702930faa88207f3c39a441c73d3982ea6c5a97 - 7.12% (50.7 MB)

[#003] sha256:0b8eefa8c6b2458c0c15ff0a8f924436ed5ab4167d437bdb1b6b66ea8a78b306 - 57.73% (411 MB)

[#004] sha256:5296a057b0d4602164392ac3092365b3901374d01e88bb7833dcf757f4fb1e2e - 3.31% (23.6 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-07-21 14:02:33 UTC

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

2025-07-21 14:30:17 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/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-07-21 14:30:22 UTC

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

2025-07-21 14:30:46 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-07-21 14:30:47 UTC

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

2025-07-21 14:30:47 UTC

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

2025-07-21 14:30:47 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