Block a user
components-elixir (latest)
Installation
docker pull git.maxboeer.com/schuwi/components-elixir:latestsha256:696d399e8ed39cadc6e2c75cc7ef845d0bae6eb090c67ed381c74380a0f04d14
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4886874bd9 | linux/amd64 | 63 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600' |
| RUN /bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales && apt-get clean && rm -f /var/lib/apt/lists/*_* # buildkit |
| RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US:en |
| ENV LC_ALL=en_US.UTF-8 |
| WORKDIR /app |
| RUN /bin/sh -c chown nobody /app # buildkit |
| RUN /bin/sh -c mkdir -p /data/uploads/images && chown -R nobody:root /data/uploads # buildkit |
| ENV MIX_ENV=prod |
| COPY --chown=nobody:root /app/_build/prod/rel/components_elixir ./ # buildkit |
| USER nobody |
| CMD ["/app/bin/server"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-09-21T10:18:57.335Z |
| org.opencontainers.image.description | A modern, comprehensive electronic component inventory management system built with Elixir/Phoenix LiveView. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | c4445976329bb090ca8fc9baadfc588a210288e6 |
| org.opencontainers.image.source | https://git.maxboeer.com/schuwi/component-system |
| org.opencontainers.image.title | component-system |
| org.opencontainers.image.url | https://git.maxboeer.com/schuwi/component-system |
| org.opencontainers.image.version | v0.5.1 |
Details
Versions (10)
View all