Namespace
nicolargo
Image / Tag
glances:ubuntu-4.0.1-full
Content Digest
sha256:0d874d76204c6ecd8157a6c5a01ea425d374426fa43fdb3a4fa4d8d0607ca804
Details
Created

2024-05-12 17:08:32 UTC

Size

126 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-12T17:07:28.851Z
  • org.opencontainers.image.description
    Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    714d252999a93e54481a2d3f619d0742542545e6
  • org.opencontainers.image.source
    https://github.com/nicolargo/glances
  • org.opencontainers.image.title
    glances
  • org.opencontainers.image.url
    https://nicolargo.github.io/glances/
  • org.opencontainers.image.version
    v4.0.1

Environment
PATH

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


Layers

[#000] sha256:49b384cc7b4aa0dfd16ff7817ad0ea04f1d0a8072e62114efcd99119f8ceb9ed - 21.93% (27.5 MB)

[#001] sha256:e7bff9264038943ddf686abb4d679b9d39e0d827809917c4392771e35626bb67 - 22.2% (27.9 MB)

[#002] sha256:15a5a340b378c30905ee328af29990e654182192775fa928a0392d020794e85f - 0.01% (7.63 KB)

[#003] sha256:b87fb3125aa6d74645413c6c4fa9d886c3ebab108ceeac02a3e7f6db2a01b8d7 - 0.43% (548 KB)

[#004] sha256:1737e9857ede51faf893041b430f52b5282b0721c05bebf71543a9651201bd56 - 0.0% (209 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:9cafcb478eb52008681d6b6874b587574fed87ae956c5dafb7f8fea3dba3afd3 - 0.72% (929 KB)

[#010] sha256:99f3c11cef7a693a15498515cd1f4cf6956ddcab0f9ed780a6af775fc031a603 - 54.72% (68.7 MB)


History
2024-04-29 16:38:00 UTC

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

2024-04-29 16:38:00 UTC

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

2024-04-29 16:38:01 UTC

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

2024-04-29 16:38:01 UTC

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

2024-04-29 16:38:02 UTC

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

2024-04-29 16:38:03 UTC

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

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 curl lm-sensors wireless-tools smartmontools net-tools tzdata && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

COPY ./docker-compose/glances.conf /etc/glances/glances.conf # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

COPY ./glances/. /app/glances/ # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

COPY docker-bin.sh /usr/local/bin/glances # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c chmod a+x /usr/local/bin/glances # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

COPY docker-bin.sh /usr/local/bin/glances # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c chmod a+x /usr/local/bin/glances # buildkit

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

ENV PATH=/venv/bin:/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

EXPOSE map[61208/tcp:{} 61209/tcp:{}]

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/venv/bin/python3 -m glances $GLANCES_OPT"]

2024-05-12 17:07:47 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-12 17:07:51 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libzmq5 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2024-05-12 17:08:32 UTC (buildkit.dockerfile.v0)

COPY /venv /venv # buildkit

Details
Created

2024-05-12 17:50:32 UTC

Size

123 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-12T17:07:28.851Z
  • org.opencontainers.image.description
    Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
  • org.opencontainers.image.licenses
    NOASSERTION
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    714d252999a93e54481a2d3f619d0742542545e6
  • org.opencontainers.image.source
    https://github.com/nicolargo/glances
  • org.opencontainers.image.title
    glances
  • org.opencontainers.image.url
    https://nicolargo.github.io/glances/
  • org.opencontainers.image.version
    v4.0.1

Environment
PATH

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


Layers

[#000] sha256:9502885e1cbc0555698020a32dea91a7124302b31e46e81699f8eb0752cdf706 - 21.66% (26.7 MB)

[#001] sha256:28780da36cd4b8c97ad84d181a3b5b30857c5cb9f4cc3aaa0c2a6efb3f8e105b - 22.49% (27.7 MB)

[#002] sha256:2f2987d15b683964813c594269d7819bfe59bf912cd5a8b7b56663564b884d97 - 0.01% (7.63 KB)

[#003] sha256:11b313ba6caf08d415f5c64b597bfad1ae3b0adeaa662b7ffc14c3204cf19d29 - 0.43% (548 KB)

[#004] sha256:132173f038078f36b5e3a7a76a79e67039bf61524bdd476dbab04184325c13d5 - 0.0% (210 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#009] sha256:d58aedf64a6c37c3856967a7e1bc9b047163c901798f4babef631b56e613c479 - 0.68% (864 KB)

[#010] sha256:fecd7c523874db042c1850c2f6328095ddc407cb653856e9f6d62682de4a87f8 - 54.72% (67.5 MB)


History
2024-04-29 16:39:55 UTC

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

2024-04-29 16:39:55 UTC

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

2024-04-29 16:39:55 UTC

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

2024-04-29 16:39:55 UTC

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

2024-04-29 16:39:58 UTC

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

2024-04-29 16:39:58 UTC

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

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 curl lm-sensors wireless-tools smartmontools net-tools tzdata && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

COPY ./docker-compose/glances.conf /etc/glances/glances.conf # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

COPY ./glances/. /app/glances/ # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

COPY docker-bin.sh /usr/local/bin/glances # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c chmod a+x /usr/local/bin/glances # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

COPY docker-bin.sh /usr/local/bin/glances # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c chmod a+x /usr/local/bin/glances # buildkit

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

ENV PATH=/venv/bin:/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

EXPOSE map[61208/tcp:{} 61209/tcp:{}]

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/venv/bin/python3 -m glances $GLANCES_OPT"]

2024-05-12 17:13:09 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-12 17:14:41 UTC (buildkit.dockerfile.v0)

RUN |1 PYTHON_VERSION=3.12 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libzmq5 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2024-05-12 17:50:32 UTC (buildkit.dockerfile.v0)

COPY /venv /venv # buildkit

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