From f5076ee653ccdd928cf6257848b3e40008e6a2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 7 May 2024 14:20:04 +0200 Subject: [PATCH] Add skopeo --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4ec0f8e..abb0027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN apt-get update && apt-get -y install --no-install-recommends \ python3-jinja2 \ python3-psycopg2 \ postgresql-client \ + skopeo \ && apt -y clean \ && rm -rf /var/lib/apt/lists/* \ && python3 -m pip install pg-activity diff --git a/README.md b/README.md index eb2ab4e..2c8038f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A container image with useful tools to automate deployments. - [htpasswd](https://httpd.apache.org/docs/current/programs/htpasswd.html) - [unison](https://github.com/bcpierce00/unison) - [rclone](https://rclone.org) +- [skopeo](https://github.com/containers/skopeo) It is based on Ubuntu 22.04, but don't rely on it and if you do, be extra sure to pin a tag.