Namespace
openlistteam
Image / Tag
openlist:v4.1.3-lite-aria2
Content Digest
sha256:f9694f516122aa3034be2e8d27ed6dd8c365bc7fdfb291b6762d2a88e0a34cb6
Details
Created

2025-09-19 13:35:45 UTC

Size

41.2 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:6fd6482cc0d6bfb8d86ae4adbb0f5de6a3625a1892a2c95894238b07e75551dc - 8.01% (3.3 MB)

[#001] sha256:45a2874f9d834ccec96c3d2cdd67c6908ec16f2fe3163b83de5b5067dda68a21 - 0.0% (117 Bytes)

[#002] sha256:d7a5e98717d7d8231c5e86ec5c6516a1d31e7d00bae039c8d52a46c98f16105f - 29.11% (12 MB)

[#003] sha256:17bfd4ef7ef73aedc106fa59473e3e835eb2167d419db15f92ab3ed5d1ef2997 - 0.0% (253 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:c46bab51633b766fe509c394445b72788ddc64d7c6596f02dab971cbbfe6d5b6 - 0.0% (1015 Bytes)

[#006] sha256:f25b1e9ec5bbdc9ec72d0ec9cee395f7677dc425ec26bd400fe054b283bd3b33 - 62.87% (25.9 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-x86.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/386

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:08 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false 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-09-18 20:25:09 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false 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-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/386

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/386/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/386 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0006b8bc0}

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:45 UTC

Size

42.5 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:d62bb7eb03b5936dc5a5665fd5a6ede7eab4a6bd0ed965be8c6c3c21e1e53931 - 8.17% (3.47 MB)

[#001] sha256:80355cfd7c8c4d997ccfa1efe48099f89c5fcb20dc386b5bbe6abe2bb2208352 - 0.0% (117 Bytes)

[#002] sha256:5ecd9ce7ca3a41e48b1ac6aa7676dd164cf7d0c108061ad97e7d440849168c46 - 28.06% (11.9 MB)

[#003] sha256:60b82d62467eed66703c2cfa5aadf7652fe551cdd0a60be9b5fa1fbec506ab08 - 0.0% (250 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:f66be642113fbaa3cf379cfdff40df7ef9a1642166c10d07457788f74d45fad2 - 0.0% (1016 Bytes)

[#006] sha256:a5483294399c9a6ef59ef78a91007ab43d86e479a529e0cb65769ed0b89ebf07 - 63.76% (27.1 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-x86_64.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:10 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false 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-09-18 20:25:10 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false 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-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/amd64/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/amd64 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0007c1200}

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

40.6 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:4dc763b4cf5e7cd6b888add3a349266bdfa97f861fa2dd7218676afe3ed4d7fe - 7.9% (3.21 MB)

[#001] sha256:80355cfd7c8c4d997ccfa1efe48099f89c5fcb20dc386b5bbe6abe2bb2208352 - 0.0% (117 Bytes)

[#002] sha256:b76f65b33ee9a8dcd0503b46deb7e7253998da6a396cb577b0c2bada52e21112 - 27.99% (11.4 MB)

[#003] sha256:323422ad4ed7017d647808c37c48ebc4ae18934ee3fab0e63e1b73cc93762426 - 0.0% (253 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:ad42f2f1300ae210be6bd72e28327b01562240ea31bb6aa306e2512da90d0440 - 0.0% (1016 Bytes)

[#006] sha256:59960642864ab7f1cb0a155a789a74e8a6bb3466d26767b72dfd4ecedb76840e - 64.11% (26 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-armhf.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v6

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:27 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false 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-09-18 20:25:27 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false 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-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v6

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/arm/v6/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm/v6 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc00012fcc0}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

39.5 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:56c91669ab0b059c942de9f47565cc578ebeeec80ce7488c8f72fd1c9652d1bf - 7.48% (2.95 MB)

[#001] sha256:45a2874f9d834ccec96c3d2cdd67c6908ec16f2fe3163b83de5b5067dda68a21 - 0.0% (117 Bytes)

[#002] sha256:ded4bc0025aa7939fa5a73357438db7679863f3c159bdbbff7692eb7f668a68c - 26.65% (10.5 MB)

[#003] sha256:a445f28d77349126c0707e0fbebd38c83ed5b0c5257e19f54ab61365bcc62cdc - 0.0% (254 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:ad42f2f1300ae210be6bd72e28327b01562240ea31bb6aa306e2512da90d0440 - 0.0% (1016 Bytes)

[#006] sha256:ee3ce29ae56f799591039b2576435c5d99d660c47f598fe3656ddaf36672bb87 - 65.86% (26 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-armv7.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v7

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false 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-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false 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-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v7

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/arm/v7/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm/v7 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0007c1400}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

40.9 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:b2e6f696af52b3d1da13b51b22502737ade0e1534387440426158079090a1c74 - 9.31% (3.81 MB)

[#001] sha256:45a2874f9d834ccec96c3d2cdd67c6908ec16f2fe3163b83de5b5067dda68a21 - 0.0% (117 Bytes)

[#002] sha256:cb16e51ea04be34ab6245cb401b5184df00e54f8be711c9db10d5100e2da4efb - 29.75% (12.2 MB)

[#003] sha256:8fdd373615813f993cf1fc9e06e7867b4c8b4c6c88df6bb8d5b44abb863713b7 - 0.0% (256 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:efa4a30e3492c57a13c26b990413d97af0c9242852cf1e3ce5af7ea189dc1c40 - 0.0% (1016 Bytes)

[#006] sha256:a02c0153eece6c65b21890f2ed9af96b07fea177c5a4dda5a1dcb1b8c7636f09 - 60.93% (24.9 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-aarch64.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false 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-09-18 20:25:29 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false 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-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false 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-09-19 13:35:43 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/arm64/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/arm64 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0007c1540}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

40.9 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:3a03302a4ce2ccbfcc0386fe0a8ab7f4fb110876deead3001f8d85a763562ff6 - 8.0% (3.27 MB)

[#001] sha256:bbe82734b43658cec2ec64ebef94a102a95532ca8492a9a908198493d2251503 - 0.0% (117 Bytes)

[#002] sha256:0405b91587faa733a31dcca87d6aa8fb53ca1eeeb08396a6962d7275be3f45bf - 29.1% (11.9 MB)

[#003] sha256:83dea6094c2baca516d971e060e5649db9cf91c1a34864789a063db993f17fd8 - 0.0% (252 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:d2e0e60dfa4c222098e83cef44f4b9e7462b027b01f7a35274b634194651e036 - 0.0% (1015 Bytes)

[#006] sha256:d21a6eaceaa8f417e6e4b4e955ca8bc66760c282259f95520c7922b3f8506683 - 62.89% (25.7 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-09-01 01:50:11 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-loongarch64.tar.gz / # buildkit

2025-09-01 01:50:11 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:07 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/loong64

2025-09-18 20:25:07 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:07 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:07 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:07 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:26 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=false 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-09-18 20:25:26 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=false 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-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/loong64

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:40 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:41 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/loong64/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/loong64 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc000418280}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

40.8 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:d8b56143a99f4917d30da7e1171daf3971c7cf24b2ef66aad7b01f201494ec66 - 8.36% (3.41 MB)

[#001] sha256:45a2874f9d834ccec96c3d2cdd67c6908ec16f2fe3163b83de5b5067dda68a21 - 0.0% (117 Bytes)

[#002] sha256:34b1fc42b9605946ebd9b3f46478e551289c33cc456d4f636a0ca8f9d76164c0 - 30.04% (12.2 MB)

[#003] sha256:4a9bbe1f0ce75d3cac4939d5aaec2c066d0dc06312dc661689fd6a310389be6a - 0.0% (254 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:5063cb577b5c54993f12565bea0b0ccbd346bc6f80df6e3f7097c5c00b237156 - 0.0% (1017 Bytes)

[#006] sha256:43ad1945240ad43ed20fe954397fab08ad231c9cb03b2a377f5d7d086b785b76 - 61.59% (25.1 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-ppc64le.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:00 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false 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-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false 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-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/ppc64le/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/ppc64le INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0006b8280}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-09-19 13:35:47 UTC

Size

41 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-09-19T13:35:35.886Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    3936e736e6075538b9d6b6d622c04e06bbec920e
  • org.opencontainers.image.source
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.title
    OpenList
  • org.opencontainers.image.url
    https://github.com/OpenListTeam/OpenList
  • org.opencontainers.image.version
    v4.1.3-lite-aria2

Environment
PATH

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

RUN_ARIA2

true

UMASK

022


Layers

[#000] sha256:1ce3d2c30285d18ddfb483c62335e2dd9abc74922e2278f333df42c8c25752a9 - 7.8% (3.19 MB)

[#001] sha256:80355cfd7c8c4d997ccfa1efe48099f89c5fcb20dc386b5bbe6abe2bb2208352 - 0.0% (117 Bytes)

[#002] sha256:4c4e0003f2942b4340087e15586db62e12377454c7e55874bb33e7aacfc17a35 - 28.93% (11.9 MB)

[#003] sha256:4a9bbe1f0ce75d3cac4939d5aaec2c066d0dc06312dc661689fd6a310389be6a - 0.0% (254 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:5063cb577b5c54993f12565bea0b0ccbd346bc6f80df6e3f7097c5c00b237156 - 0.0% (1017 Bytes)

[#006] sha256:7265bd0f603b85f46480ed2d9cc7f06f446541c79394f6eaa54088649abda409 - 63.27% (25.9 MB)

[#007] sha256:1dbd2f9f51efb7d3af64f780c0632d6b7530635afebc38355c94d90106787a42 - 0.0% (843 Bytes)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-20250108-riscv64.tar.gz / # buildkit

2025-01-08 12:16:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/riscv64

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-18 20:25:01 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false 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-09-18 20:25:28 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false 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-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/riscv64

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=false

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=true

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG USER=openlist

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG UID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

ARG GID=1001

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-09-19 13:35:42 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false 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-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 /build/linux/riscv64/openlist ./ # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

COPY --chown=1001:1001 --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-09-19 13:35:45 UTC (buildkit.dockerfile.v0)

USER openlist

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

RUN |6 TARGETPLATFORM=linux/riscv64 INSTALL_FFMPEG=false INSTALL_ARIA2=true USER=openlist UID=1001 GID=1001 /bin/sh -c /entrypoint.sh version # buildkit

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

ENV UMASK=022 RUN_ARIA2=true

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{25 0} {25 0}}] 0xc0006746c0}

2025-09-19 13:35:47 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete