mirror of
https://github.com/containers/skopeo.git
synced 2025-09-09 10:39:30 +00:00
Use a Windows Nano Server image instead of Server Core for multi-arch testing
This image is about 100 MB instead of about 2 GB for the Server Core, decreasing disk requirements and hopefully significantly speeeding up integration tests. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -27,7 +27,7 @@ func init() {
|
||||
const (
|
||||
v2DockerRegistryURL = "localhost:5555" // Update also policy.json
|
||||
v2s1DockerRegistryURL = "localhost:5556"
|
||||
knownWindowsOnlyImage = "docker://mcr.microsoft.com/windows/servercore:ltsc2019"
|
||||
knownWindowsOnlyImage = "docker://mcr.microsoft.com/windows/nanoserver:1909"
|
||||
)
|
||||
|
||||
type CopySuite struct {
|
||||
|
Reference in New Issue
Block a user