mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-22 08:17:50 +00:00
Use a new image I build which is also multi-arch so we can remove the test skip. Fixes: #28270 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
5 lines
116 B
Go
5 lines
116 B
Go
//go:build linux || freebsd
|
|
|
|
package integration
|
|
|
|
var volumeTest = "quay.io/libpod/volume-plugin-test-img:20260807"
|