Namespace
openlistteam
Image / Tag
openlist:v4.0.9-ffmpeg
Content Digest
sha256:580a8f8c8babbd74eb24e10846d156bd16ecb326156ab638533bd5bead67d123
Details
Created

2025-07-25 14:49:49 UTC

Size

89.7 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:03e4d95921187accac10a815577c0f983a9bc2a1a2474e7fcfc05e4e1c80041d - 49.6% (44.5 MB)

[#003] sha256:d65454f3f07b6b18d0f1e96498e96dac701be05e1f40572081cbb9e1ab21455d - 0.0% (230 Bytes)

[#004] sha256:697cfb2f1d09aa5a84b6d1d361f46a898df8079ec6feec5666a1106e22af7f69 - 46.72% (41.9 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/386

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:49:47 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:49:48 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:49:48 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 /build/linux/386/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:49 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:49:49 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

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"]

Details
Created

2025-07-25 14:49:49 UTC

Size

96.7 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:26292b1f00d27bf949df36c3279e6880026466ac4522fed2fdb3a07357be0084 - 51.83% (50.1 MB)

[#003] sha256:d65454f3f07b6b18d0f1e96498e96dac701be05e1f40572081cbb9e1ab21455d - 0.0% (230 Bytes)

[#004] sha256:84ee9837b88d2e3aa15866586f8b8eb2fae348ddd75f7ca0c6cbe86b68ce3b06 - 44.58% (43.1 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:49:47 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:49:48 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:49:48 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 /build/linux/amd64/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:49 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:49:49 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

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"]

Details
Created

2025-07-25 14:50:14 UTC

Size

86.7 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:bd0e09ec3e9fdfee29de0c5decfc0e3d012a345f627615c0bd3ccf18ad5a2561 - 47.86% (41.5 MB)

[#003] sha256:db78a79ac9074bc21278e05509c3e45d8a30a01948ccdc8e4e408e302098fd79 - 0.0% (231 Bytes)

[#004] sha256:6b81852d2bcadef60ead4a819cf74fadb31e92c7ad78d47ca9651e005c5aa176 - 48.44% (42 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v6

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:11 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:50:11 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:50:12 UTC (buildkit.dockerfile.v0)

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

2025-07-25 14:50:12 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:14 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:50:14 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-07-25 14:50:13 UTC

Size

84.6 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:b3513d764815c86ff7a579099dedbc990b4971f596b520d978fa956044dab046 - 46.85% (39.6 MB)

[#003] sha256:db78a79ac9074bc21278e05509c3e45d8a30a01948ccdc8e4e408e302098fd79 - 0.0% (231 Bytes)

[#004] sha256:837ea5498883b7a24fca118212e396407ab8c645476316b44195865a5e45b718 - 49.65% (42 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm/v7

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:11 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:50:11 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:50:11 UTC (buildkit.dockerfile.v0)

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

2025-07-25 14:50:11 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:13 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:50:13 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:13 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:13 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-07-25 14:50:15 UTC

Size

93.8 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:7ca44787427384138b90f4a1b77cf0284eb0300ea58f1cde40bf3212b69988a6 - 51.96% (48.7 MB)

[#003] sha256:06bb5e778244c4cc8328d5b3dc56e648611d57a35d196d0bc699b0fae46f9812 - 0.0% (231 Bytes)

[#004] sha256:d8b3d024bfc473e2047ae921c6acb10d8c8f804c804068fd566596920fbe53f7 - 43.98% (41.2 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/arm64

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:13 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:50:14 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:50:14 UTC (buildkit.dockerfile.v0)

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

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:15 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:50:15 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:15 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:15 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-07-25 14:50:16 UTC

Size

99.1 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:ca13df6ece668d9793c7c0b5643e7da57dbe50ac3f51eea9fc3a24c85af81e58 - 55.06% (54.6 MB)

[#003] sha256:06bb5e778244c4cc8328d5b3dc56e648611d57a35d196d0bc699b0fae46f9812 - 0.0% (231 Bytes)

[#004] sha256:4f702a32ae4939fbf732dea0267a5d2d00be218a88565fdc7630711f1e920534 - 41.5% (41.1 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/ppc64le

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:14 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:50:14 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:50:14 UTC (buildkit.dockerfile.v0)

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

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:16 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:50:16 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:16 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:16 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-07-25 14:50:14 UTC

Size

90 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

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

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

[#002] sha256:49ed2b1dd668eba0dcb38c64fbd3f248ba16026004934a2e17b5d9ff5157c2a7 - 49.82% (44.8 MB)

[#003] sha256:db78a79ac9074bc21278e05509c3e45d8a30a01948ccdc8e4e408e302098fd79 - 0.0% (231 Bytes)

[#004] sha256:58d06f567ccbac1f14c8123d7cfcdbd544a7a7d6c40e040426d139875089e170 - 46.63% (42 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

[#006] 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-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/riscv64

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:33 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:11 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:50:11 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:50:11 UTC (buildkit.dockerfile.v0)

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

2025-07-25 14:50:11 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:14 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:50:14 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:14 UTC (buildkit.dockerfile.v0)

CMD ["/entrypoint.sh"]

Details
Created

2025-07-25 14:50:26 UTC

Size

99.8 MB

Content Digest
Labels
  • MAINTAINER
    OpenList
  • org.opencontainers.image.created
    2025-07-25T14:49:29.511Z
  • org.opencontainers.image.description
    A new AList Fork to Anti Trust Crisis
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    e8a1ed638aafc9a2e19c8b6a97eae3f60818cb72
  • 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.0.9-ffmpeg

Environment
PATH

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

PGID

0

PUID

0

RUN_ARIA2

false

UMASK

022


Layers

[#000] sha256:ee6fac1a7857654c2abd351d9bb1c40147998fd92a4088f47bcdea5f19854bef - 3.31% (3.31 MB)

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

[#002] sha256:fd7faf867dbd9d6ec46124623fd5430a5b14a79f545d501715fe45f8c2e8d811 - 54.25% (54.1 MB)

[#003] sha256:dd7ad3477c4421d6339d6e65e2b776fba7d973a9514e29bba7fdea4c0f9d1b68 - 0.0% (229 Bytes)

[#004] sha256:45aa03182d401ed8f43c81bd60e411ef6992eb1f94f2214e6768055f9bda4137 - 42.44% (42.3 MB)

[#005] sha256:bff9c2473a5fc643c4c53d5269b1aa3d626c770a594a488f4b4f2b685905d56a - 0.0% (291 Bytes)

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


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

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:32 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/s390x

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_FFMPEG=true

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

ARG INSTALL_ARIA2=false

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

LABEL MAINTAINER=OpenList

2025-07-25 14:49:32 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/openlist/

2025-07-25 14:50:25 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:50:25 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:50:25 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 /build/linux/s390x/openlist ./ # buildkit

2025-07-25 14:50:25 UTC (buildkit.dockerfile.v0)

COPY --chmod=755 entrypoint.sh /entrypoint.sh # buildkit

2025-07-25 14:50:26 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:50:26 UTC (buildkit.dockerfile.v0)

ENV PUID=0 PGID=0 UMASK=022 RUN_ARIA2=false

2025-07-25 14:50:26 UTC (buildkit.dockerfile.v0)

VOLUME [/opt/openlist/data/]

2025-07-25 14:50:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[5244/tcp:{} 5245/tcp:{}]

2025-07-25 14:50:26 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