2025-07-25 14:49:23 UTC
57.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:6fd6482cc0d6bfb8d86ae4adbb0f5de6a3625a1892a2c95894238b07e75551dc - 5.78% (3.3 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:c53f6326d24d5ad8a0b0535506a6d408ebe3699e0728268fe7975eca1a4c7ff4 - 20.82% (11.9 MB)
[#003] sha256:33d336367fcebf370191ea124f74aabbbc9edcd614f1f3d40f4d76849fd35b70 - 0.0% (231 Bytes)
[#004] sha256:f56df09043049e6346545ba10cab76ab816b822efac7f17b70ecbce78acd56b9 - 73.4% (41.9 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/386
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:22 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:22 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/386/openlist ./ # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:23 UTC
58.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:d62bb7eb03b5936dc5a5665fd5a6ede7eab4a6bd0ed965be8c6c3c21e1e53931 - 5.94% (3.47 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:6df80d6aaa96b9ad6b27a5792c579dfffeb2428306f3f97e96c23a1a31cfbd05 - 20.22% (11.8 MB)
[#003] sha256:c490262b296f449d5f6dc3dbfd3ca537b5e8b0820a3660ed978985e08e6a3215 - 0.0% (233 Bytes)
[#004] sha256:164f56da8f8c116653abde4af43c74b666ad3b8d7fdbb20292cd79c5dacd6c42 - 73.83% (43.1 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:22 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:22 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:22 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/amd64/openlist ./ # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:23 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:48 UTC
56.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:4dc763b4cf5e7cd6b888add3a349266bdfa97f861fa2dd7218676afe3ed4d7fe - 5.68% (3.21 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:aab9020cbc0d96b8737d0b95ec7750b9c7ef03d0744b849e268b85ffc65665da - 19.93% (11.3 MB)
[#003] sha256:ae3d861327c142cf5b15cc9add0be90bf9803c63c394fc592efcc0180fd7dd7d - 0.0% (233 Bytes)
[#004] sha256:a1b623aa03562161271fa57c460643617ac61b949b74654f94a06b675cc432ae - 74.39% (42 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v6
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:45 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm/v6/openlist ./ # buildkit
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:49 UTC
55.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:56c91669ab0b059c942de9f47565cc578ebeeec80ce7488c8f72fd1c9652d1bf - 5.34% (2.95 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:e2b91b769373817429950e4de677c42b20e5eef4160bf709fe1fa691bd5cda70 - 18.82% (10.4 MB)
[#003] sha256:ff1a1551c937ce2f75be89dd743415993d4b8251afa6cef6c4b68d1e00050a23 - 0.0% (234 Bytes)
[#004] sha256:64c45da34e4e9ca7cd409a94b6c89f03a2f55bec39330d5cb074d27375e33438 - 75.85% (42 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v7
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm/v7/openlist ./ # buildkit
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:49 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:49 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:49 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:49 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:49 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:50 UTC
57.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:b2e6f696af52b3d1da13b51b22502737ade0e1534387440426158079090a1c74 - 6.67% (3.81 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:88568ced88acf31ca34ffb9f0f503d787848c55a6ab9382fa660853528824f27 - 21.13% (12.1 MB)
[#003] sha256:a1107767003b6be7100bb05d21e8679e6a63f603889d49583578d9c9cafe7c06 - 0.0% (234 Bytes)
[#004] sha256:915bf903dde3ca80d17d99faec19de4153e62012dcf131a8c94bd74b41dce34b - 72.2% (41.2 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm64
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm64/openlist ./ # buildkit
2025-07-25 14:49:48 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:50 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:50 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:50 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:50 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:50 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:47 UTC
56.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:d8b56143a99f4917d30da7e1171daf3971c7cf24b2ef66aad7b01f201494ec66 - 6.02% (3.41 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:6ff143e9bfb707d1ae9861a37833277fc4cbb1e8b9c80bcda665efd16440e102 - 21.32% (12.1 MB)
[#003] sha256:24d503f613dd4b77d48aa16e3854397fd09cf03e33f4a73ca98a0d6b7857e7c6 - 0.0% (234 Bytes)
[#004] sha256:db82f7324dbbd82aac4536c196327ebc0f44c93321abfd88b456f8642126929f - 72.66% (41.1 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/ppc64le
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:44 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:45 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:45 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/ppc64le/openlist ./ # buildkit
2025-07-25 14:49:45 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:47 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:46 UTC
56.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:1ce3d2c30285d18ddfb483c62335e2dd9abc74922e2278f333df42c8c25752a9 - 5.62% (3.19 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:082aa89cbb55764e4599362457ed807b0541ccaa8b27b27579a058e2ad04b491 - 20.64% (11.7 MB)
[#003] sha256:3845573ed550bcc147bb0612e862005d130ddaf472095f5202affa93ce0e5029 - 0.0% (233 Bytes)
[#004] sha256:08dc4f3fd84320a85b4d24ebeb16901e9d1ce4a0fe292777daa65198010abeb6 - 73.74% (42 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] 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-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/riscv64
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:43 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:43 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:44 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/riscv64/openlist ./ # buildkit
2025-07-25 14:49:44 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:46 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:52 UTC
57.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2true
UMASK022
[#000] sha256:ee6fac1a7857654c2abd351d9bb1c40147998fd92a4088f47bcdea5f19854bef - 5.71% (3.31 MB)
[#001] sha256:d743f6399548315a0d883d0217f23091c7e3f4feb74bb7391b3c754493a66842 - 0.0% (117 Bytes)
[#002] sha256:b552b8aa9b36cc4e0c1a347d45a365243f54c6c6ee42e76264bb2116d012bde9 - 21.09% (12.2 MB)
[#003] sha256:c4d15620e1913a49f0a34d305157399c7da49e8d83873ac6d56254f408fdbc02 - 0.0% (231 Bytes)
[#004] sha256:e7716742aff913015c32cf2a905f7ca6df6077ff4f0fa756ab02582039492295 - 73.19% (42.3 MB)
[#005] sha256:6845d580016aeddf85a63d2c8d1db28aaa081c1174ac8d3c678b1a3ea9daf48e - 0.0% (291 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
ADD alpine-minirootfs-20250108-s390x.tar.gz / # buildkit
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/s390x
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=true
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c apk update && apk upgrade --no-cache && apk add --no-cache bash ca-certificates su-exec tzdata runit; [ "$INSTALL_FFMPEG" = "true" ] && apk add --no-cache ffmpeg; [ "$INSTALL_ARIA2" = "true" ] && apk add --no-cache curl aria2 && mkdir -p /opt/aria2/.aria2 && wget https://github.com/P3TERX/aria2.conf/archive/refs/heads/master.tar.gz -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 && /opt/aria2/.aria2/tracker.sh ; rm -rf /var/cache/apk/* # buildkit
2025-07-25 14:49:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c mkdir -p /opt/service/start/openlist && echo '#!/bin/sh' > /opt/service/start/openlist/run && echo 'exec 2>&1' >> /opt/service/start/openlist/run && echo 'cd /opt/openlist' >> /opt/service/start/openlist/run && echo 'exec ./openlist server --no-prefix' >> /opt/service/start/openlist/run && chmod +x /opt/service/start/openlist/run # buildkit
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/s390x/openlist ./ # buildkit
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=false INSTALL_ARIA2=true /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=true
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:52 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:52 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.