2026-09-01 17:33:57 UTC
185 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZAsia/Shanghai
[#000] sha256:06e9d71331fb2b620a4f6c8064e0f84b284bb69a42c7c57b1c962bd4a4cdee76 - 21.45% (39.6 MB)
[#001] sha256:f3db1cd940786339b09d8a60e47c66fea9502d788e6fab5bec91a4a77d4ced1c - 0.0% (393 Bytes)
[#002] sha256:23d60e5002795110dd865c55c51116517a9c0055be591e0a3bd9adbe566a88b2 - 45.71% (84.5 MB)
[#003] sha256:9ae82568ccd32ba5c39b03470ebe6e0e8fb9e2d5db993b3a6118215458ed534a - 0.0% (93 Bytes)
[#004] sha256:4f7fb35ad49b6924fda1fa054366e2fa8475486a58f0c10f3589c00d40a93966 - 0.0% (2.93 KB)
[#005] sha256:738192f12d389a8fc7479605654e810a1a1755e3c0089af47d57a977ee68023b - 0.0% (1021 Bytes)
[#006] sha256:ceed48f6f6b7993c6cbabb7283a8bca002e0a481c5e08695cdd429de952d1516 - 0.0% (3.17 KB)
[#007] sha256:2853f267533536834babff94c229e528de3eacc9a7c556f8b64995057621ae26 - 0.0% (515 Bytes)
[#008] sha256:b5f0ba71c5c64a901f852a1dceb3002214bcd988c8bc508a5b0ccb892483fa20 - 32.83% (60.7 MB)
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9259.tar --tag 26.04
2026-08-17 09:02:45 UTC (Set entrypoint)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
2026-08-17 09:02:45 UTC (Set default commands)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
2026-08-17 09:02:45 UTC (Set default PATH for bare-based rock)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-08-17 09:02:45 UTC (Set labels)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:02:45 UTC (Set annotations)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:02:45 UTC (Add rock control metadata)umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9259.tar
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)ARG INSTALL_MODE=stable
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)ARG PANELVER=v2.2.5
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)ARG PANEL_EDITION=cn
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=v2.2.5 org.opencontainers.image.source=https://github.com/okxlin/docker-1panel org.opencontainers.image.description=1Panel V2 Cloud-Native Edition Docker Image org.opencontainers.image.title=1Panel V2 org.opencontainers.image.vendor=okxlin
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl wget tar unzip zip git sudo gnupg sqlite3 tzdata expect ca-certificates lsb-release && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /tmp/docker.gpg.asc && gpg --batch --show-keys --with-colons /tmp/docker.gpg.asc | awk -F: '$1 == "fpr" { print $10; exit }' | grep -qx "9DC858229FC7DD38854AE2D88D81803C0EBFCD88" && gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg /tmp/docker.gpg.asc && rm -f /tmp/docker.gpg.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && printf '%s\n' '#!/bin/sh' 'exec docker compose "$@"' > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose && apt-get install -y --no-install-recommends supervisor && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)COPY ./1pctl /app/1pctl.custom # buildkit
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)COPY ./install-v2.override.sh /app/install-v2.override.sh # buildkit
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-09-01 17:33:29 UTC (buildkit.dockerfile.v0)COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
2026-09-01 17:33:57 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /app/install-v2.override.sh && if [ -z "$PANELVER" ]; then PANELVER=$(curl -s https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/latest); fi && ARCH=$(dpkg --print-architecture) && if [ "$ARCH" = "armhf" ]; then ARCH="armv7"; fi && if [ "$ARCH" = "ppc64el" ]; then ARCH="ppc64le"; fi && PKG_NAME="1panel-${PANELVER}-linux-${ARCH}.tar.gz" && PKG_URL="https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/${PANELVER}/release/${PKG_NAME}" && echo "Downloading ${PKG_URL}..." && curl -sSL -o package.tar.gz "$PKG_URL" && tar zxvf package.tar.gz --strip-components 1 && rm package.tar.gz && mv /app/1pctl.custom /app/1pctl && sed -i "s|ORIGINAL_VERSION=.*|ORIGINAL_VERSION=${PANELVER}|g" /app/1pctl && sed -i "s|^PANEL_EDITION=.*|PANEL_EDITION=${PANEL_EDITION}|g" /app/1pctl && chmod +x 1pctl && bash install-v2.override.sh && mkdir -p /opt/1panel/tmp /opt/1panel/db /opt/1panel/log && mkdir -p /usr/share/1panel-default && echo "Pre-generating database..." && (timeout 10s /usr/local/bin/1panel-core || true) && (timeout 5s /usr/local/bin/1panel-agent || true) && if [ -f /opt/1panel/db/core.db ] && [ -f /opt/1panel/db/agent.db ]; then echo "Database generated successfully." && mv /opt/1panel/* /usr/share/1panel-default/; rm -rf /opt/1panel/*; else echo "Error: Database generation failed. Core log:" && cat /opt/1panel/log/* || true && exit 1; fi && rm -rf /app/* # buildkit
2026-09-01 17:33:57 UTC (buildkit.dockerfile.v0)WORKDIR /
2026-09-01 17:33:57 UTC (buildkit.dockerfile.v0)EXPOSE [10086/tcp]
2026-09-01 17:33:57 UTC (buildkit.dockerfile.v0)VOLUME [/var/run/docker.sock /opt]
2026-09-01 17:33:57 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/entrypoint.sh"]
2026-09-01 17:40:28 UTC
178 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZAsia/Shanghai
[#000] sha256:2deb39580e5af4c89787f50381fddab8cf72f4ecb3d9252795af7ccb34934f10 - 20.77% (36.9 MB)
[#001] sha256:acfad930506f57b0b580c596e4ddbc8b4624b90f9af092dbc201f17ee4aef8bd - 0.0% (393 Bytes)
[#002] sha256:61618e4f810dd0d6b9a862d3b4fae718a60f515a40beb7dcdd41bc6bbed4afb5 - 46.91% (83.5 MB)
[#003] sha256:e8c96e5af5e8f0c7ed4e37db08fd9bac734a20d9992360064cb7379c02f09578 - 0.0% (90 Bytes)
[#004] sha256:e10d89474adf504389b05a77c62da23746ed338949ce44b5d491faefa0db9b12 - 0.0% (2.92 KB)
[#005] sha256:bcbce5aa5d3ecee98221ca13f28525377cffd266694d038d931da086a4115475 - 0.0% (1018 Bytes)
[#006] sha256:d569e145a798514ee965d3ce0de8aa1cabc7ab829af11249fa0fe5972ce2eb31 - 0.0% (3.17 KB)
[#007] sha256:311e2279db22ee0fc130b9c0b3ae8f3585ac0e440c9c2eb02282453dfe2e55e1 - 0.0% (521 Bytes)
[#008] sha256:710c44147a1222389f377c8d782fdd84291366cd2e6ab1ae8edb829d579002fa - 32.32% (57.5 MB)
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9263.tar --tag 26.04
2026-08-17 09:02:53 UTC (Set entrypoint)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
2026-08-17 09:02:53 UTC (Set default commands)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
2026-08-17 09:02:53 UTC (Set default PATH for bare-based rock)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-08-17 09:02:53 UTC (Set labels)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:53.356062+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:02:53 UTC (Set annotations)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:53.356062+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:02:53 UTC (Add rock control metadata)umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9263.tar
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)ARG INSTALL_MODE=stable
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)ARG PANELVER=v2.2.5
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)ARG PANEL_EDITION=cn
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=v2.2.5 org.opencontainers.image.source=https://github.com/okxlin/docker-1panel org.opencontainers.image.description=1Panel V2 Cloud-Native Edition Docker Image org.opencontainers.image.title=1Panel V2 org.opencontainers.image.vendor=okxlin
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl wget tar unzip zip git sudo gnupg sqlite3 tzdata expect ca-certificates lsb-release && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /tmp/docker.gpg.asc && gpg --batch --show-keys --with-colons /tmp/docker.gpg.asc | awk -F: '$1 == "fpr" { print $10; exit }' | grep -qx "9DC858229FC7DD38854AE2D88D81803C0EBFCD88" && gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg /tmp/docker.gpg.asc && rm -f /tmp/docker.gpg.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && printf '%s\n' '#!/bin/sh' 'exec docker compose "$@"' > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose && apt-get install -y --no-install-recommends supervisor && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)COPY ./1pctl /app/1pctl.custom # buildkit
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)COPY ./install-v2.override.sh /app/install-v2.override.sh # buildkit
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-09-01 17:39:57 UTC (buildkit.dockerfile.v0)COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /app/install-v2.override.sh && if [ -z "$PANELVER" ]; then PANELVER=$(curl -s https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/latest); fi && ARCH=$(dpkg --print-architecture) && if [ "$ARCH" = "armhf" ]; then ARCH="armv7"; fi && if [ "$ARCH" = "ppc64el" ]; then ARCH="ppc64le"; fi && PKG_NAME="1panel-${PANELVER}-linux-${ARCH}.tar.gz" && PKG_URL="https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/${PANELVER}/release/${PKG_NAME}" && echo "Downloading ${PKG_URL}..." && curl -sSL -o package.tar.gz "$PKG_URL" && tar zxvf package.tar.gz --strip-components 1 && rm package.tar.gz && mv /app/1pctl.custom /app/1pctl && sed -i "s|ORIGINAL_VERSION=.*|ORIGINAL_VERSION=${PANELVER}|g" /app/1pctl && sed -i "s|^PANEL_EDITION=.*|PANEL_EDITION=${PANEL_EDITION}|g" /app/1pctl && chmod +x 1pctl && bash install-v2.override.sh && mkdir -p /opt/1panel/tmp /opt/1panel/db /opt/1panel/log && mkdir -p /usr/share/1panel-default && echo "Pre-generating database..." && (timeout 10s /usr/local/bin/1panel-core || true) && (timeout 5s /usr/local/bin/1panel-agent || true) && if [ -f /opt/1panel/db/core.db ] && [ -f /opt/1panel/db/agent.db ]; then echo "Database generated successfully." && mv /opt/1panel/* /usr/share/1panel-default/; rm -rf /opt/1panel/*; else echo "Error: Database generation failed. Core log:" && cat /opt/1panel/log/* || true && exit 1; fi && rm -rf /app/* # buildkit
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)WORKDIR /
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)EXPOSE [10086/tcp]
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)VOLUME [/var/run/docker.sock /opt]
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/entrypoint.sh"]
2026-09-01 17:41:13 UTC
176 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZAsia/Shanghai
[#000] sha256:ed8299a102e92f64acbfa58a37767418df099675d441bc4b89ab8f7f17795b6f - 22.01% (38.8 MB)
[#001] sha256:50914c2b24a11b34d9332dbbf527f85d394298a976d84cf1e3a7b1e16205d29e - 0.0% (393 Bytes)
[#002] sha256:b406010b7afd6f15670c3458b0af0024eec9068cda05dbb9282d631392688f3d - 46.15% (81.4 MB)
[#003] sha256:8e6af9004968f78995cff1e80cb2fa446280345c970d4ad95a1ee1a63e73e4f3 - 0.0% (93 Bytes)
[#004] sha256:b7089268b59a504d72c2eaba366ff7eb7547a993d624e596d7fa328d138bd0a7 - 0.0% (2.93 KB)
[#005] sha256:d2ee67a791223ea8989d07ef94f8931b7d6e1e294e9871978401ad5565a5da7f - 0.0% (1019 Bytes)
[#006] sha256:24a6f6266cfc7140752460a6a6b8135cc20dab4906fc9b9881be339f7b6da684 - 0.0% (3.17 KB)
[#007] sha256:e9f54997dedc72c782d577c6d4334a8ebc29b7ef756700995e7449a4e1795dfb - 0.0% (519 Bytes)
[#008] sha256:c48e986603f970d03eedea1aba6d5843800d62885af8d1b7ac4256f5cac7084d - 31.83% (56.1 MB)
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9276.tar --tag 26.04
2026-08-17 09:04:34 UTC (Set entrypoint)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
2026-08-17 09:04:34 UTC (Set default commands)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
2026-08-17 09:04:34 UTC (Set default PATH for bare-based rock)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-08-17 09:04:34 UTC (Set labels)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:04:34 UTC (Set annotations)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 09:04:34 UTC (Add rock control metadata)umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9276.tar
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)ARG INSTALL_MODE=stable
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)ARG PANELVER=v2.2.5
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)ARG PANEL_EDITION=cn
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=v2.2.5 org.opencontainers.image.source=https://github.com/okxlin/docker-1panel org.opencontainers.image.description=1Panel V2 Cloud-Native Edition Docker Image org.opencontainers.image.title=1Panel V2 org.opencontainers.image.vendor=okxlin
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl wget tar unzip zip git sudo gnupg sqlite3 tzdata expect ca-certificates lsb-release && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /tmp/docker.gpg.asc && gpg --batch --show-keys --with-colons /tmp/docker.gpg.asc | awk -F: '$1 == "fpr" { print $10; exit }' | grep -qx "9DC858229FC7DD38854AE2D88D81803C0EBFCD88" && gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg /tmp/docker.gpg.asc && rm -f /tmp/docker.gpg.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && printf '%s\n' '#!/bin/sh' 'exec docker compose "$@"' > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose && apt-get install -y --no-install-recommends supervisor && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)COPY ./1pctl /app/1pctl.custom # buildkit
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)COPY ./install-v2.override.sh /app/install-v2.override.sh # buildkit
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-09-01 17:40:43 UTC (buildkit.dockerfile.v0)COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
2026-09-01 17:41:13 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /app/install-v2.override.sh && if [ -z "$PANELVER" ]; then PANELVER=$(curl -s https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/latest); fi && ARCH=$(dpkg --print-architecture) && if [ "$ARCH" = "armhf" ]; then ARCH="armv7"; fi && if [ "$ARCH" = "ppc64el" ]; then ARCH="ppc64le"; fi && PKG_NAME="1panel-${PANELVER}-linux-${ARCH}.tar.gz" && PKG_URL="https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/${PANELVER}/release/${PKG_NAME}" && echo "Downloading ${PKG_URL}..." && curl -sSL -o package.tar.gz "$PKG_URL" && tar zxvf package.tar.gz --strip-components 1 && rm package.tar.gz && mv /app/1pctl.custom /app/1pctl && sed -i "s|ORIGINAL_VERSION=.*|ORIGINAL_VERSION=${PANELVER}|g" /app/1pctl && sed -i "s|^PANEL_EDITION=.*|PANEL_EDITION=${PANEL_EDITION}|g" /app/1pctl && chmod +x 1pctl && bash install-v2.override.sh && mkdir -p /opt/1panel/tmp /opt/1panel/db /opt/1panel/log && mkdir -p /usr/share/1panel-default && echo "Pre-generating database..." && (timeout 10s /usr/local/bin/1panel-core || true) && (timeout 5s /usr/local/bin/1panel-agent || true) && if [ -f /opt/1panel/db/core.db ] && [ -f /opt/1panel/db/agent.db ]; then echo "Database generated successfully." && mv /opt/1panel/* /usr/share/1panel-default/; rm -rf /opt/1panel/*; else echo "Error: Database generation failed. Core log:" && cat /opt/1panel/log/* || true && exit 1; fi && rm -rf /app/* # buildkit
2026-09-01 17:41:13 UTC (buildkit.dockerfile.v0)WORKDIR /
2026-09-01 17:41:13 UTC (buildkit.dockerfile.v0)EXPOSE [10086/tcp]
2026-09-01 17:41:13 UTC (buildkit.dockerfile.v0)VOLUME [/var/run/docker.sock /opt]
2026-09-01 17:41:13 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/entrypoint.sh"]
2026-09-01 17:40:28 UTC
185 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZAsia/Shanghai
[#000] sha256:4575477adcf5ffe1820f3ced3aac13a3694c59fb3c8b304078f083d7dfa6f4f0 - 24.07% (44.6 MB)
[#001] sha256:f1e9092af05571bdb27167eaabd88747ae30aa92ab77006c96cfbc1c46320d3c - 0.0% (392 Bytes)
[#002] sha256:e2b024a536757f7f85ee7ae47e4b9b5ce74761be42a0c0bd9368c58da8d7ccfe - 45.64% (84.6 MB)
[#003] sha256:a285ff693299fbc600d0384641e4453eca6ab510e106297462bbbc54963d94aa - 0.0% (93 Bytes)
[#004] sha256:2b05a62015159e0b7c9768d9c559489b07c6dc6f121ad1c4389f166ac972d270 - 0.0% (2.93 KB)
[#005] sha256:f85f989b4f81e5df47b823580990be72344d0f121116ff1943439d5c9b131fbf - 0.0% (1020 Bytes)
[#006] sha256:44235227bc8a57f2003c15f7ed0a721a8a8c2dddb9ba43ffc697c157643ead97 - 0.0% (3.17 KB)
[#007] sha256:31d5f72795ae0bb1291f7eed94136e358d0fc526df72187af102882174e767a6 - 0.0% (522 Bytes)
[#008] sha256:d46a220fa36e59c3698607ce5963c4b7c449a633a45bdcfbabe39a7bcf93bf54 - 30.29% (56.1 MB)
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9147.tar --tag 26.04
2026-08-17 08:53:36 UTC (Set entrypoint)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
2026-08-17 08:53:36 UTC (Set default commands)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
2026-08-17 08:53:36 UTC (Set default PATH for bare-based rock)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-08-17 08:53:36 UTC (Set labels)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T08:53:36.824104+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 08:53:36 UTC (Set annotations)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T08:53:36.824104+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 08:53:36 UTC (Add rock control metadata)umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9147.tar
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)ARG INSTALL_MODE=stable
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)ARG PANELVER=v2.2.5
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)ARG PANEL_EDITION=cn
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=v2.2.5 org.opencontainers.image.source=https://github.com/okxlin/docker-1panel org.opencontainers.image.description=1Panel V2 Cloud-Native Edition Docker Image org.opencontainers.image.title=1Panel V2 org.opencontainers.image.vendor=okxlin
2026-09-01 17:39:54 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl wget tar unzip zip git sudo gnupg sqlite3 tzdata expect ca-certificates lsb-release && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /tmp/docker.gpg.asc && gpg --batch --show-keys --with-colons /tmp/docker.gpg.asc | awk -F: '$1 == "fpr" { print $10; exit }' | grep -qx "9DC858229FC7DD38854AE2D88D81803C0EBFCD88" && gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg /tmp/docker.gpg.asc && rm -f /tmp/docker.gpg.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && printf '%s\n' '#!/bin/sh' 'exec docker compose "$@"' > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose && apt-get install -y --no-install-recommends supervisor && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-01 17:39:55 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-01 17:39:55 UTC (buildkit.dockerfile.v0)COPY ./1pctl /app/1pctl.custom # buildkit
2026-09-01 17:39:55 UTC (buildkit.dockerfile.v0)COPY ./install-v2.override.sh /app/install-v2.override.sh # buildkit
2026-09-01 17:39:55 UTC (buildkit.dockerfile.v0)COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-09-01 17:39:55 UTC (buildkit.dockerfile.v0)COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /app/install-v2.override.sh && if [ -z "$PANELVER" ]; then PANELVER=$(curl -s https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/latest); fi && ARCH=$(dpkg --print-architecture) && if [ "$ARCH" = "armhf" ]; then ARCH="armv7"; fi && if [ "$ARCH" = "ppc64el" ]; then ARCH="ppc64le"; fi && PKG_NAME="1panel-${PANELVER}-linux-${ARCH}.tar.gz" && PKG_URL="https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/${PANELVER}/release/${PKG_NAME}" && echo "Downloading ${PKG_URL}..." && curl -sSL -o package.tar.gz "$PKG_URL" && tar zxvf package.tar.gz --strip-components 1 && rm package.tar.gz && mv /app/1pctl.custom /app/1pctl && sed -i "s|ORIGINAL_VERSION=.*|ORIGINAL_VERSION=${PANELVER}|g" /app/1pctl && sed -i "s|^PANEL_EDITION=.*|PANEL_EDITION=${PANEL_EDITION}|g" /app/1pctl && chmod +x 1pctl && bash install-v2.override.sh && mkdir -p /opt/1panel/tmp /opt/1panel/db /opt/1panel/log && mkdir -p /usr/share/1panel-default && echo "Pre-generating database..." && (timeout 10s /usr/local/bin/1panel-core || true) && (timeout 5s /usr/local/bin/1panel-agent || true) && if [ -f /opt/1panel/db/core.db ] && [ -f /opt/1panel/db/agent.db ]; then echo "Database generated successfully." && mv /opt/1panel/* /usr/share/1panel-default/; rm -rf /opt/1panel/*; else echo "Error: Database generation failed. Core log:" && cat /opt/1panel/log/* || true && exit 1; fi && rm -rf /app/* # buildkit
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)WORKDIR /
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)EXPOSE [10086/tcp]
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)VOLUME [/var/run/docker.sock /opt]
2026-09-01 17:40:28 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/entrypoint.sh"]
2026-09-01 17:40:44 UTC
182 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZAsia/Shanghai
[#000] sha256:b1aa13925330270ece5314333db4d2d0539a9fa79fb104cd43d7595fe5aa69fc - 21.6% (39.2 MB)
[#001] sha256:6d201668f161ff89d301e6e21bd71b4f685b5539cc6d2cda9e1c09a9dd2d0d04 - 0.0% (389 Bytes)
[#002] sha256:f5a48809e044783740fb0326fd65279c56dfceb7c4e7128fefa82efcdc4eebdd - 46.2% (83.9 MB)
[#003] sha256:1c6ff979b2a96210cfd71ee5043a5bddd576ef559fac2cc63f8e7957f9022cfc - 0.0% (93 Bytes)
[#004] sha256:3a2b86a8dd4d7833039842f612820f403542fe80c1141cd3abef579d5dc0bff9 - 0.0% (2.93 KB)
[#005] sha256:eaf905c96dbebdcfa89565d9773505d640c1e0f34d066fb376c6ad790e353d3f - 0.0% (1019 Bytes)
[#006] sha256:6566a457cc11542ccf8d3b268a304c8b711e1932d181fe11f307e915313b1889 - 0.0% (3.17 KB)
[#007] sha256:b8bceb19c10150be1e0a614841fd1ebba3d690d576e2a7470300bf7d64e861e5 - 0.0% (520 Bytes)
[#008] sha256:33a670432d12e3a3c830124feb7446673700e549e1c2a9ff2b1740980e1c873d - 32.19% (58.5 MB)
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9176.tar --tag 26.04
2026-08-17 08:51:49 UTC (Set entrypoint)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
2026-08-17 08:51:49 UTC (Set default commands)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
2026-08-17 08:51:49 UTC (Set default PATH for bare-based rock)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-08-17 08:51:49 UTC (Set labels)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T08:51:49.237511+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 08:51:49 UTC (Set annotations)umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T08:51:49.237511+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
2026-08-17 08:51:49 UTC (Add rock control metadata)umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9176.tar
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o pipefail -c]
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)ARG INSTALL_MODE=stable
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)ARG PANELVER=v2.2.5
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)ARG PANEL_EDITION=cn
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)ENV TZ=Asia/Shanghai
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.version=v2.2.5 org.opencontainers.image.source=https://github.com/okxlin/docker-1panel org.opencontainers.image.description=1Panel V2 Cloud-Native Edition Docker Image org.opencontainers.image.title=1Panel V2 org.opencontainers.image.vendor=okxlin
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends curl wget tar unzip zip git sudo gnupg sqlite3 tzdata expect ca-certificates lsb-release && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /tmp/docker.gpg.asc && gpg --batch --show-keys --with-colons /tmp/docker.gpg.asc | awk -F: '$1 == "fpr" { print $10; exit }' | grep -qx "9DC858229FC7DD38854AE2D88D81803C0EBFCD88" && gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg /tmp/docker.gpg.asc && rm -f /tmp/docker.gpg.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends docker-ce-cli docker-compose-plugin && printf '%s\n' '#!/bin/sh' 'exec docker compose "$@"' > /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && ln -sf /usr/local/bin/docker-compose /usr/bin/docker-compose && apt-get install -y --no-install-recommends supervisor && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)COPY ./1pctl /app/1pctl.custom # buildkit
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)COPY ./install-v2.override.sh /app/install-v2.override.sh # buildkit
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
2026-09-01 17:40:06 UTC (buildkit.dockerfile.v0)COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
2026-09-01 17:40:44 UTC (buildkit.dockerfile.v0)RUN |4 DEBIAN_FRONTEND=noninteractive INSTALL_MODE=stable PANELVER=v2.2.5 PANEL_EDITION=cn /bin/bash -o pipefail -c chmod +x /usr/local/bin/entrypoint.sh && chmod +x /app/install-v2.override.sh && if [ -z "$PANELVER" ]; then PANELVER=$(curl -s https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/latest); fi && ARCH=$(dpkg --print-architecture) && if [ "$ARCH" = "armhf" ]; then ARCH="armv7"; fi && if [ "$ARCH" = "ppc64el" ]; then ARCH="ppc64le"; fi && PKG_NAME="1panel-${PANELVER}-linux-${ARCH}.tar.gz" && PKG_URL="https://resource.fit2cloud.com/1panel/package/v2/${INSTALL_MODE}/${PANELVER}/release/${PKG_NAME}" && echo "Downloading ${PKG_URL}..." && curl -sSL -o package.tar.gz "$PKG_URL" && tar zxvf package.tar.gz --strip-components 1 && rm package.tar.gz && mv /app/1pctl.custom /app/1pctl && sed -i "s|ORIGINAL_VERSION=.*|ORIGINAL_VERSION=${PANELVER}|g" /app/1pctl && sed -i "s|^PANEL_EDITION=.*|PANEL_EDITION=${PANEL_EDITION}|g" /app/1pctl && chmod +x 1pctl && bash install-v2.override.sh && mkdir -p /opt/1panel/tmp /opt/1panel/db /opt/1panel/log && mkdir -p /usr/share/1panel-default && echo "Pre-generating database..." && (timeout 10s /usr/local/bin/1panel-core || true) && (timeout 5s /usr/local/bin/1panel-agent || true) && if [ -f /opt/1panel/db/core.db ] && [ -f /opt/1panel/db/agent.db ]; then echo "Database generated successfully." && mv /opt/1panel/* /usr/share/1panel-default/; rm -rf /opt/1panel/*; else echo "Error: Database generation failed. Core log:" && cat /opt/1panel/log/* || true && exit 1; fi && rm -rf /app/* # buildkit
2026-09-01 17:40:44 UTC (buildkit.dockerfile.v0)WORKDIR /
2026-09-01 17:40:44 UTC (buildkit.dockerfile.v0)EXPOSE [10086/tcp]
2026-09-01 17:40:44 UTC (buildkit.dockerfile.v0)VOLUME [/var/run/docker.sock /opt]
2026-09-01 17:40:44 UTC (buildkit.dockerfile.v0)CMD ["/usr/local/bin/entrypoint.sh"]
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.