1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #6466 from thaJeztah/registry_3

e2e: use registry v3
This commit is contained in:
Paweł Gronowski
2025-09-24 13:17:23 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
services:
registry:
image: 'registry:2'
image: 'registry:3'
engine:
image: 'docker:${ENGINE_VERSION:-28}-dind'