self

locks (latest)

Published 2026-02-04 23:03:44 +03:00 by emmatveev

Installation

docker pull gitea.chocomarsh.com/self/locks:latest
sha256:8e214fa64c47967418fe8f561710d8fb6837adf82c3cae5bb25ec6ff91280384

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.25.7
ENV GOTOOLCHAIN=local
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY /target/ / # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
RUN /bin/sh -c apk add supervisor # buildkit
RUN /bin/sh -c mkdir /code # buildkit
WORKDIR /code
COPY generated/supervisord.conf /etc/supervisord.conf # buildkit
COPY . . # buildkit
RUN /bin/sh -c go build # buildkit
RUN /bin/sh -c chmod 777 ./project # buildkit
CMD ["supervisord" "-c" "/etc/supervisord.conf"]
Details
Container
2026-02-04 23:03:44 +03:00
2
OCI / Docker
linux/amd64
230 MiB
Versions (1) View all
latest 2026-02-04