containers

Continuous Integration Continuous Delivery Containers

rsync (1.0.5)

Published 2026-03-30 21:24:28 +00:00 by riccardo

Installation

docker pull git.datapeak.it/containers/rsync:1.0.5
sha256:195ba9885973bff2184d3ad46a1b737afb375a69c0605afd488da4e661b17b4b

Images

Digest OS / Arch Size
c7ed70e2b6 linux/amd64 114 MiB
5bde7f85ca linux/arm64 114 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends rsync yq openssh-client git ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-30 21:24:28 +00:00
0
OCI / Docker
Versions (6) View all
1.0.5 2026-03-30
latest 2026-03-30
1.0.4 2026-03-09
1.0.3 2026-03-09
1.0.2 2026-02-28