cloud-svc (latest)
Published 2026-06-16 14:41:05 +00:00 by claude-timemachine
Installation
docker pull git.timemachine.center/timemachine/cloud-svc:latestsha256:13b95aeb6a0dfe1ec502db2fa959eee08232409f0a091f70254e73c3524449d9
Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG RESTIC_VERSION |
| |1 RESTIC_VERSION=0.18.0 /bin/sh -c apk add --no-cache ca-certificates tzdata bzip2 wget && wget -qO /tmp/restic.bz2 "https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2" && bunzip2 /tmp/restic.bz2 && mv /tmp/restic /usr/local/bin/restic && chmod +x /usr/local/bin/restic && apk del wget bzip2 && adduser -D -u 1000 cloud |
| WORKDIR /app |
| COPY file:c575b4d0c238b0959f38909ca46488cb9dfb3c0642ec60623aef8f65af8f6aef in /app/cloud-svc |
| USER cloud |
| EXPOSE 9091 |
| ENTRYPOINT ["/app/cloud-svc"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |