resticprofile (latest)
Published 2024-10-15 18:36:58 +00:00 by ashley
Installation
docker pull git.itsphere.ca/public/resticprofile:latest
sha256:3f830a35f533bc7f2edfeb5a70d7d678c4939163a56eec79e4f51c8371c637a6
Image Layers
ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / |
CMD ["/bin/sh"] |
LABEL org.opencontainers.image.documentation=https://creativeprojects.github.io/resticprofile/ |
LABEL org.opencontainers.image.source=https://github.com/creativeprojects/resticprofile |
ARG ARCH=amd64 |
ENV TZ=Etc/UTC |
COPY build/restic-amd64 /usr/bin/restic # buildkit |
COPY build/rclone-amd64 /usr/bin/rclone # buildkit |
COPY resticprofile /usr/bin/resticprofile # buildkit |
RUN |1 ARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates curl openssh-client-default tzdata # buildkit |
VOLUME [/resticprofile] |
WORKDIR /resticprofile |
ENTRYPOINT ["resticprofile"] |
CMD ["--help"] |
/bin/sh -c apk add docker-cli |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.3 |
org.opencontainers.image.created | 2024-10-13T06:45:31Z |
org.opencontainers.image.documentation | https://creativeprojects.github.io/resticprofile/ |
org.opencontainers.image.revision | 249fd41b3d8e1af034594c9617bc3145a6a3e29a |
org.opencontainers.image.source | https://github.com/creativeprojects/resticprofile |
org.opencontainers.image.title | resticprofile |
org.opencontainers.image.version | 0.28.1 |