Namespace
makedie
Image / Tag
proxmox_ve:8.2.8
Content Digest
sha256:694759030e223bc2f0035c57c2d618593ce15e95443c48c48208f048f9bbb93f
Details
Created

2024-11-17 16:03:36 UTC

Size

383 MB

Content Digest
Labels
  • GreenDamTan
    GreenDamTan
  • git
    github.com/GreenDamTan/DockerFile
  • maintainer
    github.com/GreenDamTan

Environment
PATH

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

container

docker


Layers

[#000] sha256:b2b31b28ee3c96e96195c754f8679f690db4b18e475682d716122016ef056f39 - 12.35% (47.3 MB)

[#001] sha256:55d766aa7784cbe14efdee6362d19e613ffb515c1cd4482b0416a3bbb1aa19b1 - 0.0% (242 Bytes)

[#002] sha256:a6bc908bba5bb3906173bc300d147d0b0327538d7d6daef2d352b94eb3baae58 - 1.31% (5.03 MB)

[#003] sha256:40d1aad33367eaaaacfc9d80b2f630dd79671bcc9b71bacd2a3a8c13bdd955a9 - 0.0% (1.17 KB)

[#004] sha256:ca4251f55e4e1f5ea165b74445358870bbb2599988362c3c0e560e0fa5aa5a38 - 0.01% (46.4 KB)

[#005] sha256:cc9d54612ece2f53cdaa0bd4d1da9bf55b260da670fea725fa7eb22352848f7f - 86.25% (330 MB)

[#006] sha256:0d407f10f75e64eaaab833d9d2fb975a7b4c215b6cadedf3ff9c7b857ea824e7 - 0.0% (4.47 KB)

[#007] sha256:950054b83966a0fd0059b7a26ccc13a8d0401e79af4c92ee4ab8c6a6c6968d50 - 0.07% (285 KB)

[#008] sha256:4b0b69a2dede6db02db67d1d4bcf7237cd7f224dd8260884cb2703838443feb9 - 0.0% (528 Bytes)

[#009] sha256:e75419cb458390b697059faadd033c6dbc900da9b2b8cff12b0f48b8df88af87 - 0.0% (224 Bytes)

[#010] sha256:74e89ef53e89009b02d7f15835b41344edefe43e8062abdd806157b66d4f0d2b - 0.0% (219 Bytes)

[#011] sha256:74e89ef53e89009b02d7f15835b41344edefe43e8062abdd806157b66d4f0d2b - 0.0% (219 Bytes)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-17 16:00:50 UTC

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

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) ARG pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) ARG pve_manager_ver=8.2.8

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) ARG proxmox_ve_ver=8.2.0

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) ENV container=docker

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) LABEL GreenDamTan=GreenDamTan

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) LABEL maintainer=github.com/GreenDamTan

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) LABEL git=github.com/GreenDamTan/DockerFile

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) USER 0:0

2024-11-17 16:00:50 UTC

/bin/sh -c #(nop) EXPOSE 8006:8006

2024-11-17 16:00:51 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c echo 'APT::Get::Assume-Yes "1";' > /etc/apt/apt.conf.d/00-custom && echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-custom && echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-custom

2024-11-17 16:01:02 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources && sed -i 's|security.debian.org/debian-security|mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list.d/debian.sources && echo 'LANG=en_US.UTF-8' > /etc/default/locale && echo "root:root"|chpasswd && apt-get update && apt-get install -y apt-utils && apt-get install -y --no-install-recommends ca-certificates && sed -i 's/http:/https:/g' /etc/apt/sources.list.d/debian.sources && apt-get clean && rm -rf /var/lib/apt/lists/*

2024-11-17 16:01:02 UTC

/bin/sh -c #(nop) COPY dir:3fb0e6dd4f96d108f4e935eec167126a7f91a2629e7971d049f9b659b6f216e0 in /tmp/

2024-11-17 16:01:03 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c echo "build mock" && dpkg-deb --build /tmp/ifupdown2_mock && dpkg-deb --build /tmp/ifenslave_mock && dpkg-deb --build /tmp/proxmox-kernel-helper_mock && dpkg-deb --build /tmp/proxmox-default-kernel_mock && dpkg -i /tmp/*_mock.deb && rm -rf /tmp/*_mock*

2024-11-17 16:03:33 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget curl screen vim systemctl busybox openvswitch-switch && busybox --install && systemctl set-default multi-user.target && echo "deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list && wget https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg && apt-get update && echo "install pve-manager and proxmox-ve" && apt-get -y --no-install-recommends install pve-manager=${pve_manager_ver} proxmox-ve=${proxmox_ve_ver} && echo "#clean" && apt-get clean && rm -rf /var/lib/apt/lists/*

2024-11-17 16:03:33 UTC

/bin/sh -c #(nop) COPY file:c64fdf983369c96a2e5ffa2cdc9e3dbf741bee27f3a48906fe8f243c8732b8ce in /tmp/

2024-11-17 16:03:34 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c dpkg -i /tmp/pve-fake-subscription_*.deb && rm -rf /tmp/pve-fake-subscription_*.deb && /usr/bin/pve-fake-subscription || echo ''

2024-11-17 16:03:35 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c rm -rf /etc/apt/sources.list.d/pve-enterprise.list && systemctl disable corosync && systemctl disable postfix && echo "no HA" && systemctl disable pve-ha-lrm.service && systemctl disable pve-ha-crm.service && echo "no pvescheduler" && systemctl disable pvescheduler.service && echo "no spice" && systemctl disable spiceproxy.service || echo ok

2024-11-17 16:03:35 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c systemctl mask apparmor.service && echo "no firewall" && systemctl mask pve-firewall.service pvefw-logger

2024-11-17 16:03:35 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c systemctl enable pvestatd.service && systemctl enable pveproxy.service && systemctl enable pvebanner.service

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/pve-cluster]

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/vz]

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) COPY file:1c84415d46506645acd4bab1e122e8dc60b3bbafdea8f6fe784b109b7094a933 in /

2024-11-17 16:03:36 UTC

|4 DEBIAN_FRONTEND=noninteractive proxmox_ve_ver=8.2.0 pve_manager_ver=8.2.8 pve_mirror_url=https://mirrors.ustc.edu.cn/proxmox/debian/dists/bookworm/pve-no-subscription/binary-amd64 /bin/sh -c chmod +x /entrypoint.sh

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGINT

2024-11-17 16:03:36 UTC

/bin/sh -c #(nop) CMD ["/lib/systemd/systemd" "log-level=info" "unit=sysinit.target"]

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