From 496f4b84aced656b9c2c0f176f24323fe13129ad Mon Sep 17 00:00:00 2001 From: Antheas Kapenekakis Date: Sat, 17 Aug 2024 21:56:55 +0300 Subject: [PATCH] remove podman warning --- readme.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/readme.md b/readme.md index ed4a76c..c261b8b 100644 --- a/readme.md +++ b/readme.md @@ -41,15 +41,6 @@ Making this action a one-stop shop for finalizing an image for distribution. > `sudo podman build`) so that it can be mounted directly by this action > and then removed for space savings. -> [!WARNING] -> Podman was found to change certain layer hashes when pulling and pushing, -> causing higher update sizes. When you implement this action, it is recommended -> to use skopeo afterwards to upload the image. -> You may reference the [test action](./.github/workflows/online_test_deck.yml) -> in this repository for an example. -> -> Consumers who extend your image will still face this small issue. - ## Results Experimentally, we have seen that on Bazzite, due to extensive changes to Kinoite, `rechunk` lowers the total image size by 1GB.