Namespace
nicolargo
Image / Tag
glances:ubuntu-4.0.7
Content Digest
sha256:1d32d2b0fd3d6d348f794fecbc139a1c99985e8e75ced0a6452846de2de9d525
Details
Created

2024-05-25 14:20:02 UTC

Size

75 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-25T14:19:19.966Z
  • 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
    b1b8ea6966149df694ea7831df70dc6cbe9b9b01
  • 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.7

Environment
PATH

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


Layers

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

[#001] sha256:3b20b8153a17228ad69c36da5b282bc508c0eaa496201d8efc2582d71751fd94 - 37.15% (27.9 MB)

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

[#003] sha256:a4bc3fd51f7d493a38fa25ecd6c6f24e3b12599c6eca12d7cc160b6590ab36b7 - 0.71% (547 KB)

[#004] sha256:d0ccabbb182f23bafafd4a7e20848f4aad26416df548c0945097a5bf4ebb4feb - 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:8ea76cd81c69aaec5e1af77a7356c66497b18a7ade5e31a00673a096f4137026 - 25.43% (19.1 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-25 14:19:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-25 14:19:38 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-25 14:19:38 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-25 14:19:38 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:19:39 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-25 14:20:02 UTC (buildkit.dockerfile.v0)

COPY /venv /venv # buildkit

Details
Created

2024-05-25 14:46:11 UTC

Size

73.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-05-25T14:19:19.966Z
  • 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
    b1b8ea6966149df694ea7831df70dc6cbe9b9b01
  • 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.7

Environment
PATH

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


Layers

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

[#001] sha256:b477bb0848d55e9cd0ca2fd5c34f3078eac7cc4b8b157ec5bf68a0bf454c4561 - 37.6% (27.7 MB)

[#002] sha256:9fcf7f6ce1d4f97d7c79ba112eebe45223c1dd9276604eb1d1400398f87f0c7f - 0.01% (7.63 KB)

[#003] sha256:a5910c07e5247bfa1da8b5a6c8f8b4867ee473af76eea040de4e108a45199865 - 0.72% (547 KB)

[#004] sha256:93f76070f21667dae174071446e0295920a67203b22e9281a3441654211a64cc - 0.0% (212 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:fa1d8dc302d1f243dcdc78dced930a0da7add8a9e441e13e2be413343e27ef82 - 25.46% (18.8 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-25 14:24:59 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-25 14:24:59 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-25 14:24:59 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

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

2024-05-25 14:24:59 UTC (buildkit.dockerfile.v0)

ARG PYTHON_VERSION

2024-05-25 14:46:11 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