flameview (sha256:e7f152c9011dfed2163a068463d48a2dc9f6c830b0c1d228a2f4caccd8139dad)

Published 2026-06-17 07:35:17 +00:00 by marco in marco/flameview

Installation

docker pull git.marus.dev/marco/flameview@sha256:e7f152c9011dfed2163a068463d48a2dc9f6c830b0c1d228a2f4caccd8139dad
sha256:e7f152c9011dfed2163a068463d48a2dc9f6c830b0c1d228a2f4caccd8139dad

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
RUN /bin/sh -c apt-get update -qq && apt-get install -qq -y --no-install-recommends ca-certificates ffmpeg postgresql-client && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r -g 1000 flameview && useradd -r -g flameview -u 1000 -m -d /app flameview # buildkit
WORKDIR /app
COPY --chown=flameview:flameview /app/_build/prod/rel/flameview ./release # buildkit
RUN /bin/sh -c chmod +x release/bin/server release/bin/migrate # buildkit
USER flameview
ENV HOME=/app
ENV RELEASE_NAME=flameview
EXPOSE [4000/tcp]
CMD ["release/bin/server"]
Details
Container
2026-06-17 07:35:17 +00:00
3
OCI / Docker
linux/amd64
236 MiB
Versions (6) View all
v0.2.5 2026-06-19
latest 2026-06-19
v0.2.4 2026-06-19
v0.2.3 2026-06-17
v0.2.1 2026-06-17