unkin

artifactapi (v2.4.0)

Published 2026-04-27 20:32:34 +10:00 by droneci

Installation

docker pull git.unkin.net/unkin/artifactapi:v2.4.0
sha256:2020b18d5b29eabb904bd674b3d0a8a1a73213f9c837a3c9a85063035ca71abf

Images

Digest OS / Arch Size
67ef8e7f88 linux/amd64 223 MiB

Image Layers ( linux/amd64)

ADD almalinux-9-default-amd64.tar.xz / # buildkit
CMD ["/bin/bash"]
ARG VERSION=0.0.0.dev0
COPY . /build # buildkit
RUN |1 VERSION=0.0.0.dev0 /bin/sh -c HATCH_VCS_PRETEND_VERSION=${VERSION} SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION} uv build --wheel --directory /build && useradd -m -r -s /bin/sh appuser # buildkit
USER appuser
RUN |1 VERSION=0.0.0.dev0 /bin/sh -c uv tool install --from /build/dist/*.whl artifactapi # buildkit
USER root
RUN |1 VERSION=0.0.0.dev0 /bin/sh -c rm -rf /build # buildkit
EXPOSE [8000/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
USER appuser
ENV PATH=/home/appuser/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WORKDIR /app
CMD ["artifactapi"]

Labels

Key Value
org.opencontainers.image.created 2026-04-27T10:32:07Z
org.opencontainers.image.revision 25b85ddc92453b3e73be722ef09353d24137e6f0
org.opencontainers.image.source https://git.unkin.net/unkin/artifactapi.git
org.opencontainers.image.url https://git.unkin.net/unkin/artifactapi
org.opencontainers.image.version 2.4.0
Details
Container
2026-04-27 20:32:34 +10:00
0
OCI / Docker
Versions (29) View all
latest 2026-07-05
v3.7.6 2026-07-05
v3.7.5 2026-07-05
v3.7.4 2026-07-03
v3.7.3 2026-07-03