2025-07-25 14:48:29 UTC
74.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:6fd6482cc0d6bfb8d86ae4adbb0f5de6a3625a1892a2c95894238b07e75551dc - 4.46% (3.3 MB)
[#001] sha256:531191c183d018714fe8cbf70f51b845e2f100561a53b3be2705e82b377f47a4 - 0.0% (117 Bytes)
[#002] sha256:ac8c0dadd1105360a0be4d48a40d33ae34e778edb07285df85f1b9ded4fb7514 - 60.03% (44.5 MB)
[#003] sha256:a6b4b0b19fde6ab4adfb8adaf437e53e020c36c0e2784313cec78b14ecf3c9f2 - 0.0% (231 Bytes)
[#004] sha256:4855a2c190dbff347c9da4529a9dca79f42ef05caeb7c2e161b7093761b1409e - 35.51% (26.3 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:15 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/386
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:28 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:28 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:29 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/386/openlist ./ # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:29 UTC
81.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:d62bb7eb03b5936dc5a5665fd5a6ede7eab4a6bd0ed965be8c6c3c21e1e53931 - 4.28% (3.47 MB)
[#001] sha256:531191c183d018714fe8cbf70f51b845e2f100561a53b3be2705e82b377f47a4 - 0.0% (117 Bytes)
[#002] sha256:2f748df7c393aadba6fe5c3e4b00a2b85d8b8334259789a92b6254fe106e1f81 - 61.78% (50.1 MB)
[#003] sha256:a6b4b0b19fde6ab4adfb8adaf437e53e020c36c0e2784313cec78b14ecf3c9f2 - 0.0% (231 Bytes)
[#004] sha256:d9083af47af6afe03cdf5b6e70e6a500bacbfc60193847d498be79d80ca57c22 - 33.94% (27.5 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:15 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:28 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:28 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:29 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/amd64/openlist ./ # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:29 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:54 UTC
71.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:4dc763b4cf5e7cd6b888add3a349266bdfa97f861fa2dd7218676afe3ed4d7fe - 4.51% (3.21 MB)
[#001] sha256:531191c183d018714fe8cbf70f51b845e2f100561a53b3be2705e82b377f47a4 - 0.0% (117 Bytes)
[#002] sha256:c03d3f5b917feaad51bd443ac832b96df49de4f7ffffc209490008d67b0c8a5f - 58.34% (41.5 MB)
[#003] sha256:e8ebd062abcc0bf27630359c3b18763f84b03f6f0ec2171b143de775286a8526 - 0.0% (231 Bytes)
[#004] sha256:9a6fdf0e24425b4b5f4d37f4ee6cb5334c38b0e45bed3eb1e24d261dbe228fd2 - 37.15% (26.4 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:15 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v6
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:52 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:52 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm/v6/openlist ./ # buildkit
2025-07-25 14:48:52 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:54 UTC
69 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:56c91669ab0b059c942de9f47565cc578ebeeec80ce7488c8f72fd1c9652d1bf - 4.28% (2.95 MB)
[#001] sha256:f6e5e0a82e9474444576faea9492f96d10707bf05419c990c4d36812ab17c029 - 0.0% (115 Bytes)
[#002] sha256:3ecacb930d37f3aa86d8b68936e2169c43be425b1c0b96a803e20fa35dc5a398 - 57.44% (39.6 MB)
[#003] sha256:e8ebd062abcc0bf27630359c3b18763f84b03f6f0ec2171b143de775286a8526 - 0.0% (231 Bytes)
[#004] sha256:c0076d312b38d7bbd8cab05b6991dabca95d88a7db51755e5355c0c73d0c9267 - 38.28% (26.4 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:14 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm/v7
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:51 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm/v7/openlist ./ # buildkit
2025-07-25 14:48:51 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:55 UTC
78.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:b2e6f696af52b3d1da13b51b22502737ade0e1534387440426158079090a1c74 - 4.87% (3.81 MB)
[#001] sha256:f6e5e0a82e9474444576faea9492f96d10707bf05419c990c4d36812ab17c029 - 0.0% (115 Bytes)
[#002] sha256:4306e3e12d4f36f9c8b1b808b0be06a4a3d0255aec9cb804189a2a0e7d585908 - 62.31% (48.7 MB)
[#003] sha256:3a46d146784adfee8655795b3ada13c5e7e758d1d9d24943842f38e52a18a109 - 0.0% (230 Bytes)
[#004] sha256:a2a0f3fbac3efac67e1cd0a64856ace6cf132444a13058779efb2da146b3564a - 32.82% (25.7 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:14 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm64
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:53 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:53 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/arm64/openlist ./ # buildkit
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:55 UTC
83.5 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:d8b56143a99f4917d30da7e1171daf3971c7cf24b2ef66aad7b01f201494ec66 - 4.08% (3.41 MB)
[#001] sha256:f6e5e0a82e9474444576faea9492f96d10707bf05419c990c4d36812ab17c029 - 0.0% (115 Bytes)
[#002] sha256:364ba4a089ebdb69773d5b1db11eedb4dbd2133187913b47c7d523b757843d00 - 65.33% (54.6 MB)
[#003] sha256:431ac36a223670292f9d57af0effa1a86d0366d95eccacb1c92ba6cb9095b5d8 - 0.0% (231 Bytes)
[#004] sha256:23c11306f5c4e513a42aab7ee8dd4895cdc2971eea8a614ad7b2d22df082df6c - 30.59% (25.5 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:14 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/ppc64le
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:14 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:54 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:54 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/ppc64le/openlist ./ # buildkit
2025-07-25 14:48:54 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:55 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:48:53 UTC
74.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:1ce3d2c30285d18ddfb483c62335e2dd9abc74922e2278f333df42c8c25752a9 - 4.3% (3.19 MB)
[#001] sha256:531191c183d018714fe8cbf70f51b845e2f100561a53b3be2705e82b377f47a4 - 0.0% (117 Bytes)
[#002] sha256:b26f49ca9580ed2a0ed1a27207ca142dee37fda53319482939f97ac5b848ff91 - 60.25% (44.8 MB)
[#003] sha256:e8ebd062abcc0bf27630359c3b18763f84b03f6f0ec2171b143de775286a8526 - 0.0% (231 Bytes)
[#004] sha256:d53d146301338be55bd410afe5dcfe7d5b3b3f5f5efd03e075eccc5b6fc6c2b9 - 35.45% (26.4 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:15 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/riscv64
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:48:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:51 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:48:51 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/riscv64/openlist ./ # buildkit
2025-07-25 14:48:51 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:48:53 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]
2025-07-25 14:49:09 UTC
84.2 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PGID0
PUID0
RUN_ARIA2false
UMASK022
[#000] sha256:ee6fac1a7857654c2abd351d9bb1c40147998fd92a4088f47bcdea5f19854bef - 3.93% (3.31 MB)
[#001] sha256:531191c183d018714fe8cbf70f51b845e2f100561a53b3be2705e82b377f47a4 - 0.0% (117 Bytes)
[#002] sha256:fa7e15b6a6f72e42884b494bf1eb532cad149a7e9f4c2ba1375698f36996e0c0 - 64.29% (54.1 MB)
[#003] sha256:a67f9e35f81823a469be78ccb298e464a151bf1e8f8aeb4a533905a946a4169e - 0.0% (231 Bytes)
[#004] sha256:e7cc594ccd3cad7746775ec257e9ad718a9820a20a8191fbb6142fb863eb58e1 - 31.78% (26.8 MB)
[#005] sha256:e4123c5aa566e7f2fccebf4fa8e0a159fd928e7a9af108b795fba505899e06ab - 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:48:15 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/s390x
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_FFMPEG=true
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)ARG INSTALL_ARIA2=false
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)LABEL MAINTAINER=OpenList
2025-07-25 14:48:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/openlist/
2025-07-25 14:49:08 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:08 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=true INSTALL_ARIA2=false /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:08 UTC (buildkit.dockerfile.v0)COPY --chmod=755 /build/linux/s390x/openlist ./ # buildkit
2025-07-25 14:49:08 UTC (buildkit.dockerfile.v0)COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETPLATFORM=linux/s390x INSTALL_FFMPEG=true INSTALL_ARIA2=false /bin/sh -c /entrypoint.sh version # buildkit
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)VOLUME [/opt/openlist/data/]
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)EXPOSE map[5244/tcp:{} 5245/tcp:{}]
2025-07-25 14:49:09 UTC (buildkit.dockerfile.v0)CMD ["/entrypoint.sh"]