pixelart_api (latest)

Published 2025-08-21 20:56:34 +00:00 by stay

Installation

docker pull git.zaroz.cloud/stay/pixelart_api:latest
sha256:fe4b2df2658f2d0c6206ab51bc0f77715c938b9836b7257176b6e9b7852ce2e2

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1754870400'
RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/api /usr/local/bin/api # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/api # buildkit
WORKDIR /app
ENTRYPOINT ["/usr/local/bin/api"]
Details
Container
2025-08-21 20:56:34 +00:00
8
OCI / Docker
linux/amd64
39 MiB
Versions (1) View all
latest 2025-08-21