From c28a43efd74d05f4994d295d7af280bed344f5ec Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 13 Jun 2023 15:56:04 -0400 Subject: [PATCH] Verify podman pull dup image only prints id once Fixes: #18647 Signed-off-by: Daniel J Walsh --- test/system/010-images.bats | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/test/system/010-images.bats b/test/system/010-images.bats index ffcedb9880..ca3fc78dbc 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -330,4 +330,33 @@ Deleted: $pauseID" run_podman rm my-container --force -t 0 } +@test "podman pull image with additional store" { + skip_if_remote "only works on local" + + local imstore=$PODMAN_TMPDIR/imagestore + local sconf=$PODMAN_TMPDIR/storage.conf + cat >$sconf <