You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As people are using the UUID in `docker info` that was based on the v1 manifest signing key, replace
with a UUID instead.
Remove deprecated `--disable-legacy-registry` option that was scheduled to be removed in 18.03.
Signed-off-by: Justin Cormack <[email protected]>
// TODO: Remove this error after 3 release cycles (18.03)
468
-
returnnil, errors.New("ERROR: The '--disable-legacy-registry' flag has been removed. Interacting with legacy (v1) registries is no longer supported")
469
-
}
470
-
if!conf.V2Only {
471
-
// TODO: Remove this error after 3 release cycles (18.03)
472
-
returnnil, errors.New("ERROR: The 'disable-legacy-registry' configuration option has been removed. Interacting with legacy (v1) registries is no longer supported")
473
-
}
474
-
}
475
-
476
457
ifflags.Changed("graph") {
477
458
logrus.Warnf(`The "-g / --graph" flag is deprecated. Please use "--data-root" instead`)
0 commit comments