event_timeline (sha256:df69c3522773a5d2829443a7c2a199c9bcfb362b80d7f49ccfd46624932ef7bd)

Published 2026-08-28 13:05:15 +00:00 by james

Installation

docker pull ruby-code.com/james/event_timeline@sha256:df69c3522773a5d2829443a7c2a199c9bcfb362b80d7f49ccfd46624932ef7bd
sha256:df69c3522773a5d2829443a7c2a199c9bcfb362b80d7f49ccfd46624932ef7bd

Image layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache libstdc++ openssl ncurses-libs libgcc # buildkit
WORKDIR /app
ENV LANG=C.UTF-8 HOME=/app PHX_SERVER=true PORT=4000
RUN /bin/sh -c adduser -D -h /app app && chown -R app:app /app # buildkit
USER app
COPY --chown=app:app /app/_build/prod/rel/timeline ./ # buildkit
EXPOSE [4000/tcp]
CMD ["bin/timeline" "start"]
Details
Container
2026-08-28 13:05:15 +00:00
1
OCI / Docker
linux/amd64
17 MiB
Versions (6) View all
buildcache 2026-08-28
latest 2026-08-28
0.5.0.21 2026-08-28
0.4.0.20 2026-08-28
0.4.0.19 2026-07-27