aktor-2 (latest)

Published 2026-07-30 21:37:44 +02:00 by loweel in loweel/Aktor-2

Installation

docker pull git.keinpfusch.net/loweel/aktor-2:latest
sha256:105e5e97db61538773610fb6a461e0f4ef3c965af6f719a78525bc3ac98c17f6

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ffmpeg lua5.4 # buildkit
USER 1000:1000
WORKDIR /aktor/storage
WORKDIR /aktor/ipfs
WORKDIR /aktor/.cache
WORKDIR /aktor
COPY aktor /aktor/aktor # buildkit
COPY web /aktor/web # buildkit
COPY docker-entrypoint.sh /aktor/docker-entrypoint.sh # buildkit
VOLUME [/aktor/storage /aktor/ipfs /aktor/.cache]
ENTRYPOINT ["/bin/sh" "/aktor/docker-entrypoint.sh"]
CMD ["server" "start"]
Details
Container
2026-07-30 21:37:44 +02:00
61
OCI / Docker
linux/amd64
118 MiB
Versions (2) View all
latest 2026-07-30
v1.0.0-rc.1 2026-07-19