winebucket-cleanup-job (main-6695766)

Published 2025-07-26 20:38:20 +00:00 by christian

Installation

docker pull gitea.rannes.dev/rannes.dev/winebucket-cleanup-job:main-6695766
sha256:5eebf3db53915f240fcd9c144d51694417a0ceedcc4f89bcfe78b07adca48690

Image Layers

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.24.5
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
WORKDIR /app
COPY /app/cleanup-job . # buildkit
CMD ["./cleanup-job"]

Labels

Key Value
org.opencontainers.image.created 2025-07-26T20:37:53.865Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 6695766204550730a99724269ddd6dab7de21db4
org.opencontainers.image.source https://gitea.rannes.dev/rannes.dev/winebucket-cleanup-job
org.opencontainers.image.title winebucket-cleanup-job
org.opencontainers.image.url https://gitea.rannes.dev/rannes.dev/winebucket-cleanup-job
org.opencontainers.image.version latest
Details
Container
2025-07-26 20:38:20 +00:00
0
OCI / Docker
linux/amd64
82 MiB
Versions (4) View all
latest 2025-07-30
main-673eb15 2025-07-30
main-50c3ff3 2025-07-28
main-6695766 2025-07-26