2025-11-03 03:52:23 UTC
103 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:6fd6482cc0d6bfb8d86ae4adbb0f5de6a3625a1892a2c95894238b07e75551dc - 3.2% (3.3 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:d8703e5adebf034e0a55cd8013b4af20c96aa27b8828e4103c6ff6f6416bb99e - 50.64% (52.3 MB)
[#003] sha256:bd840bc7edc333ac57869418cc06741baf725c6d1427eed6b998bda92ef17596 - 0.0% (249 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9aad41de9192b1a031eda354b94f43e5f5d7fa6e08562c561bfe3aa61f47473c - 0.0% (1019 Bytes)
[#006] sha256:622858e6e2b3847acb42a6a7b9892cc68ead07e00717e27b526402783cac12c7 - 46.16% (47.7 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-x86.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/386
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:07 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:07 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/386
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/386/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:23 UTC
112 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:d62bb7eb03b5936dc5a5665fd5a6ede7eab4a6bd0ed965be8c6c3c21e1e53931 - 3.11% (3.47 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:e164ec98781412fd403015d70f65e5bab3116f8f820df9cc74d1925f3fa604a1 - 53.02% (59.1 MB)
[#003] sha256:d05e7241471139b44d6e390645016b02204219420f335b5a64fc3ac16bab26f1 - 0.0% (253 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:41e03e8d06945defcfb85d26f61d14ea4d43c04cb26dfb10d7a0dc7e5ca69c97 - 0.0% (1019 Bytes)
[#006] sha256:0c914ef449e68b55f69807930433c711d654492f161028bd19258300c5449615 - 43.87% (48.9 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-x86_64.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:22:58 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:22:59 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/amd64/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
97.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:4dc763b4cf5e7cd6b888add3a349266bdfa97f861fa2dd7218676afe3ed4d7fe - 3.29% (3.21 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:0ccae616e1dde28c9cc586cfe6a85c1b4c52aacb17710595ee76d19c67b27ef6 - 47.77% (46.6 MB)
[#003] sha256:e058339938d0d09137ea608711831947ee05401f6e9671053cbbbb8a24d2a014 - 0.0% (253 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:131de8d3786816f6fa3db9428f619408b3e85b352d5954a2c6d8242934e577f1 - 0.0% (1020 Bytes)
[#006] sha256:9d89895a587c288db769cbe5de095d9d380603eb4cf40f8189032aec8b12d2e2 - 48.94% (47.8 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-armhf.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v6
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:26 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:26 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v6
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:19 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/arm/v6/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
95.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:56c91669ab0b059c942de9f47565cc578ebeeec80ce7488c8f72fd1c9652d1bf - 3.1% (2.95 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:e8b3d09f93404c1861aa0f1959ee11d813bdebbb444edd7a23c1c7d9bb652db9 - 46.76% (44.5 MB)
[#003] sha256:9526c4cfb656bcf3f344c666235243b9a78eb722848553e08d1273555c90efa0 - 0.0% (252 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:acd582d5f9c30a4666a3d40ea290c3762a5486af484df57ad733c8ecbd629eae - 0.0% (1017 Bytes)
[#006] sha256:c29bbd9608647625bdc8446bcda4b9e23e989bdb250bda4839b4adfacfb1b727 - 50.14% (47.7 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-armv7.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v7
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:37 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:37 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v7
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:16 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:22 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/arm/v7/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
107 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:b2e6f696af52b3d1da13b51b22502737ade0e1534387440426158079090a1c74 - 3.57% (3.81 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:72b3efe18a13187ba71dd47371d579e1772ece89ea981fb47b4b1e1363631544 - 52.66% (56.1 MB)
[#003] sha256:fb8b7f7ed750a234764d51ff9e990c5f54f33131a2a7294f7d3148d670c2eea8 - 0.0% (253 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:15f7147bf1eb1ed263ac97caa12c726c493839eff004d1eb72bce5f988419451 - 0.0% (1021 Bytes)
[#006] sha256:bb5605266585046b2edfd399e544b2ece28c490dc7188906caf113af61fc2786 - 43.76% (46.6 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-aarch64.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm64
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:25 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:25 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm64
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:19 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/arm64/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
104 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:3a03302a4ce2ccbfcc0386fe0a8ab7f4fb110876deead3001f8d85a763562ff6 - 3.16% (3.27 MB)
[#001] sha256:f0be5387da00b4b6f339b07d940b08a8b8e8038a73635560cb2247dfe2e59b35 - 0.0% (117 Bytes)
[#002] sha256:cc561fe63c48f7b11b653aa344fade23fb1b84198c8d0bfb0af354fcad87b881 - 51.06% (52.9 MB)
[#003] sha256:23852b3b947e413cbab44ce980f9dabaf1677bbb10e8d318188988e70169e8c3 - 0.0% (250 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9c9b1343f89a934f5b9645dcb9fe015efd097cba937e3ab98aaa29cfbc03c409 - 0.0% (1017 Bytes)
[#006] sha256:9e5cf1e37b16dad2ddafdfa635ac49e326b78890b4478c1ea3f530301dde750f - 45.78% (47.5 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-loongarch64.tar.gz / # buildkit
2025-11-01 01:42:58 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:43 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/loong64
2025-11-02 20:22:43 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:43 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:43 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:43 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:18 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:18 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/loong64
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:22 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/loong64/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
109 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:d8b56143a99f4917d30da7e1171daf3971c7cf24b2ef66aad7b01f201494ec66 - 3.13% (3.41 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:c8515bd025eaff3c87d57e69532944ac48df10dd15f92fd23d88ac720ca8a94b - 53.94% (58.8 MB)
[#003] sha256:688956450b279142328b6a3b31ad86294105bcb005dc66a15db774030ac04f27 - 0.0% (253 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:65f7d21f9eb6253d5da755ffe831b053c7e58f0256d49d9be7e015674efc729e - 0.0% (1020 Bytes)
[#006] sha256:1e739a9584dbdc2e9c86c2c2efb5783eec839a5bacfd1ba4e5687f868da3af57 - 42.93% (46.8 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-ppc64le.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/ppc64le
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:43 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:43 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/ppc64le
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:22 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/ppc64le/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-11-03 03:52:25 UTC
101 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN_ARIA2true
UMASK022
[#000] sha256:1ce3d2c30285d18ddfb483c62335e2dd9abc74922e2278f333df42c8c25752a9 - 3.16% (3.19 MB)
[#001] sha256:ded31cc9a63b6288f9802db2e9a773c7ea66602b8b0e41beee296996c353335f - 0.0% (116 Bytes)
[#002] sha256:45f68e000ec3e53ff0259ddf320592bb85f6c1e72e568d586839686c31817b1b - 49.68% (50.2 MB)
[#003] sha256:f324112748cd05f5367023e2d5aca8cca910458466621ff5e3641318f4c33576 - 0.0% (253 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:f75b0a5e0f1690f7590ebecaa23b9bf5a6ee6d0961ce6c0bf3a6c99056365942 - 0.0% (1019 Bytes)
[#006] sha256:64e4f46b4624f8899a4c37965a272d073e244251c3e116c2c4cb3d082fe79d2c - 47.15% (47.7 MB)
[#007] sha256:c431937f92b6a6877ef28bcbc66118bb87c134d9ccfa8246d6f45b90f7204548 - 0.0% (842 Bytes)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-riscv64.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/riscv64
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-02 20:22:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-02 20:23:38 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c echo "🔍 Build args: INSTALL_FFMPEG=$INSTALL_FFMPEG, INSTALL_ARIA2=$INSTALL_ARIA2" && apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit && if [ "$INSTALL_FFMPEG" = "true" ]; then echo "📦 Installing FFmpeg..." && apk add --no-cache ffmpeg; else echo "⏭️ Skipping FFmpeg installation"; fi && if [ "$INSTALL_ARIA2" = "true" ]; then echo "📦 Installing Aria2..." && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && curl -fsSL --retry 3 https://codeload.github.com/P3TERX/aria2.conf/tar.gz/refs/heads/master -o /tmp/aria-conf.tar.gz && tar -zxvf /tmp/aria-conf.tar.gz -C /opt/aria2/.aria2 --strip-components=1 && rm -f /tmp/aria-conf.tar.gz && sed -i 's|rpc-secret|#rpc-secret|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root/.aria2|/opt/aria2/.aria2|g' /opt/aria2/.aria2/script.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/aria2.conf && sed -i 's|/root|/opt/aria2|g' /opt/aria2/.aria2/script.conf && mkdir -p /opt/service/stop/aria2/log && echo '#!/bin/sh' > /opt/service/stop/aria2/run && echo 'exec 2>&1' >> /opt/service/stop/aria2/run && echo 'exec aria2c --enable-rpc --rpc-allow-origin-all --conf-path=/opt/aria2/.aria2/aria2.conf' >> /opt/service/stop/aria2/run && echo '#!/bin/sh' > /opt/service/stop/aria2/log/run && echo 'mkdir -p /opt/openlist/data/log/aria2 2>/dev/null' >> /opt/service/stop/aria2/log/run && echo 'exec svlogd /opt/openlist/data/log/aria2' >> /opt/service/stop/aria2/log/run && chmod +x /opt/service/stop/aria2/run /opt/service/stop/aria2/log/run && touch /opt/aria2/.aria2/aria2.session && (cd /opt/aria2/.aria2 && ./tracker.sh && echo "✅ Tracker update completed successfully" || echo "⚠️ Tracker update failed, continuing..."); else echo "⏭️ Skipping Aria2 installation"; fi && rm -rf /var/cache/apk/* # buildkit
2025-11-02 20:23:38 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start && chmod 777 /opt/service/start && mkdir -p /opt/service/stop/openlist && echo '#!/bin/sh' > /opt/service/stop/openlist/run && echo 'exec 2>&1' >> /opt/service/stop/openlist/run && echo 'cd /opt/openlist' >> /opt/service/stop/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/stop/openlist/run && chmod +x /opt/service/stop/openlist/run # buildkit
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/riscv64
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG USER=openlist
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG UID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)ARG GID=1001
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-11-03 03:52:18 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c addgroup -g ${GID} ${USER} && adduser -D -u ${UID} -G ${USER} ${USER} && mkdir -p /opt/openlist/data # buildkit
2025-11-03 03:52:22 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 /build/linux/riscv64/openlist ./ # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-11-03 03:52:23 UTC (buildkit.dockerfile.v0)USER openlist
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)RUN |6 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)ENV UMASK=022 RUN_ARIA2=true
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)EXPOSE [5244/tcp 5245/tcp]
2025-11-03 03:52:25 UTC (buildkit.dockerfile.v0)CMD ["/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.