mirror of
https://github.com/containers/skopeo.git
synced 2025-08-16 05:33:49 +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:
parent
81caa0fa5d
commit
af0734832b
@ -27,7 +27,7 @@ func init() {
|
|||||||
const (
|
const (
|
||||||
v2DockerRegistryURL = "localhost:5555" // Update also policy.json
|
v2DockerRegistryURL = "localhost:5555" // Update also policy.json
|
||||||
v2s1DockerRegistryURL = "localhost:5556"
|
v2s1DockerRegistryURL = "localhost:5556"
|
||||||
knownWindowsOnlyImage = "docker://mcr.microsoft.com/windows/servercore:ltsc2019"
|
knownWindowsOnlyImage = "docker://mcr.microsoft.com/windows/nanoserver:1909"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CopySuite struct {
|
type CopySuite struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user