ostree
Version control for binary files similar to git but optimized for operating system root filesystems. OSTree is the foundation for immutable image-based operating systems such as Fedora Silverblue, Fedora IoT or Fedora CoreOS. More information: <https://ostreedev.github.io/ostree>.
RUN apt-get update && \
apt-get install -y ostree
RUN apt-get update && \
apt-get install -y ostree
RUN apk add ostree
RUN pacman -S --noconfirm ostree
RUN apt-get update && \
apt-get install -y ostree
RUN yum install -y ostree
RUN dnf install -y ostree
RUN apt-get update && \
apt-get install -y ostree