stackops
  • Joined on 2026-04-09

cryo (1b1fc7fc)

Published 2026-08-03 04:25:32 +00:00 by stackops

Installation

docker pull git.0xa55.dev/stackops/cryo:1b1fc7fc
sha256:6eeedd1dc9b49ee55249397151bbcf7101432ee32e305a411ebc17259c417a40

Image Layers

ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata && adduser -D -u 10001 cryo # buildkit
ENV TZ=Europe/Moscow
WORKDIR /app
COPY /out/cryo /app/cryo # buildkit
USER cryo
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["/app/cryo"]
CMD ["serve"]
Details
Container
2026-08-03 04:25:32 +00:00
1
OCI / Docker
linux/amd64
8.8 MiB
Versions (4) View all
b100086e 2026-08-03
latest 2026-08-03
1b1fc7fc 2026-08-03
c0c83868 2026-08-03