container-images/restic-manually (sha256:45fa0974f6e703225a0dec3108d38b717842f187e7e6cb964d55836b616dd163)

Published 2025-07-29 08:13:17 +00:00 by registry

Installation

docker pull forgejo.commonground.utrecht.nl/gemeente-utrecht/container-images/restic-manually@sha256:45fa0974f6e703225a0dec3108d38b717842f187e7e6cb964d55836b616dd163
sha256:45fa0974f6e703225a0dec3108d38b717842f187e7e6cb964d55836b616dd163

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in /
CMD ["/bin/bash"]
ENV VERSION_VELERO=1.14.0
ENV VERSION_RESTIC=0.16.4
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /tmp/
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt upgrade -y # buildkit
RUN /bin/sh -c apt install curl wget vim bzip2 fuse tmux less jq apt-transport-https lsb-release gnupg -y # buildkit
RUN /bin/sh -c curl -sL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg # buildkit
RUN /bin/sh -c echo 'deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ noble main' > /etc/apt/sources.list.d/azure-cli.list # buildkit
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt install -y azure-cli # buildkit
RUN /bin/sh -c wget https://github.com/restic/restic/releases/download/v${VERSION_RESTIC}/restic_${VERSION_RESTIC}_linux_amd64.bz2 # buildkit
RUN /bin/sh -c wget https://github.com/vmware-tanzu/velero/releases/download/v${VERSION_VELERO}/velero-v${VERSION_VELERO}-linux-amd64.tar.gz # buildkit
RUN /bin/sh -c bzip2 -d restic_${VERSION_RESTIC}_linux_amd64.bz2 # buildkit
RUN /bin/sh -c tar xf velero-v${VERSION_VELERO}-linux-amd64.tar.gz # buildkit
RUN /bin/sh -c mv velero-v${VERSION_VELERO}-linux-amd64/velero /usr/local/bin # buildkit
RUN /bin/sh -c mv restic_${VERSION_RESTIC}_linux_amd64 /usr/local/bin/restic # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/restic # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/velero # buildkit
COPY ./images/files/restic-manually/README.txt / # buildkit
COPY ./images/files/restic-manually/docker-entrypoint.sh / # buildkit
WORKDIR /
CMD ["/docker-entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-07-29 08:13:17 +00:00
0
OCI / Docker
linux/amd64
372 MiB
Versions (2) View all
e58c6bf 2025-09-24
1.0 2025-07-29