Sebastiaan van Stijn
099ae9b4b0
Disallow using legacy (V1) registries
...
Interacting with v1 registries was deprecated in Docker 1.8.3, disabled by default
in Docker 17.06, and scheduled for removal in Docker 17.12.
This patch disallows enabling V1 registry through the `--disable-legacy-registry`
option, and the `"disable-legacy-registry": false` option in the daemon configuration
file. The actual V1 registry code is still in place, and will be removed separately.
With this patch applied:
$ dockerd --disable-legacy-registry=false
ERROR: The '--disable-legacy-registry' flag has been removed. Interacting with legacy (v1) registries is no longer supported
Or, when setting through the `daemon.json` configuration file
$ mkdir -p /etc/docker/
$ echo '{"disable-legacy-registry":false}' > /etc/docker/daemon.json
$ dockerd
ERROR: The 'disable-legacy-registry' configuration option has been removed. Interacting with legacy (v1) registries is no longer supported
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: 8d6df8a0addc9a37b48c5a1827dd3f65f2ed57cf
Component: engine
2017-12-09 02:24:43 -08:00
..
2016-12-30 18:26:34 +01:00
2017-10-28 09:03:02 +08:00
2017-10-30 16:16:18 +01:00
2017-09-20 19:50:17 +02:00
2017-10-02 14:20:59 +01:00
2017-03-15 10:43:18 -07:00
2017-09-14 19:27:09 +02:00
2017-08-30 13:13:18 -04:00
2016-12-30 18:26:34 +01:00
2017-10-24 14:24:25 -04:00
2017-01-12 16:57:59 +01:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-11-06 18:22:15 -08:00
2017-09-19 10:46:38 -04:00
2017-11-01 10:14:01 -04:00
2017-08-07 11:34:36 -07:00
2017-08-23 17:10:04 -04:00
2017-04-16 23:39:30 +02:00
2017-08-23 17:10:04 -04:00
2017-11-13 15:48:21 -08:00
2017-09-14 19:27:09 +02:00
2017-08-23 17:10:04 -04:00
2017-11-10 13:42:38 +08:00
2017-09-14 19:27:09 +02:00
2017-10-18 10:26:58 +08:00
2017-12-08 09:25:55 -05:00
2017-10-25 14:29:20 +02:00
2017-08-23 17:10:04 -04:00
2017-08-22 17:15:26 -04:00
2017-10-20 07:11:37 -07:00
2017-03-06 16:41:33 +01:00
2017-09-11 19:53:18 -04:00
2017-02-11 00:18:01 +08:00
2017-09-11 19:53:18 -04:00
2017-09-27 16:17:55 -07:00
2017-10-11 14:23:55 -04:00
2017-08-22 17:15:26 -04:00
2017-08-23 17:10:04 -04:00
2017-09-15 16:01:15 +02:00
2017-10-20 07:11:37 -07:00
2017-09-14 19:27:09 +02:00
2017-10-28 09:03:02 +08:00
2017-10-20 07:11:37 -07:00
2017-11-10 13:42:38 +08:00
2017-08-22 15:25:31 -07:00
2017-05-11 10:18:44 -07:00
2017-05-11 10:18:44 -07:00
2017-09-14 19:27:09 +02:00
2017-10-30 18:39:11 -04:00
2017-08-25 12:07:30 -04:00
2017-11-21 20:57:02 +01:00
2017-04-12 10:33:19 +00:00
2017-09-07 09:44:08 +08:00
2017-08-25 12:07:30 -04:00
2017-01-20 06:01:48 +00:00
2017-08-25 12:07:30 -04:00
2017-10-23 10:31:31 -07:00
2017-04-14 19:27:33 +02:00
2017-10-20 07:11:37 -07:00
2017-09-05 17:19:57 +02:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 12:07:52 -07:00
2017-09-14 19:27:09 +02:00
2017-10-07 00:10:24 +08:00
2017-03-23 18:35:22 +01:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-11-12 03:11:37 +01:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-08-22 17:15:26 -04:00
2016-12-30 18:26:34 +01:00
2017-07-03 13:13:09 -07:00
2017-12-09 02:24:43 -08:00
2017-10-20 07:11:38 -07:00
2017-04-14 19:27:33 +02:00
2017-11-29 11:22:57 -08:00
2017-10-20 07:11:37 -07:00
2016-12-30 18:26:34 +01:00
2017-07-12 10:35:48 -04:00
2017-08-23 17:10:04 -04:00
2017-11-28 13:06:24 -08:00
2017-09-14 19:27:09 +02:00
2017-08-25 12:07:30 -04:00
2017-09-27 16:17:55 -07:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-12-09 02:24:43 -08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-06-12 20:18:03 +02:00
2017-08-31 18:19:17 -04:00
2017-04-16 23:39:30 +02:00
2017-04-03 21:58:05 +02:00
2017-08-25 12:07:30 -04:00
2017-11-28 10:29:43 -08:00
2017-10-20 07:11:38 -07:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-01-24 11:16:19 +01:00
2017-03-20 16:30:01 +08:00
2017-03-20 16:30:01 +08:00
2017-03-27 10:16:45 +08:00
2017-09-27 16:17:55 -07:00
2017-05-18 12:23:28 -07:00
2017-10-20 07:11:38 -07:00
2017-09-27 17:47:51 -07:00
2017-09-27 16:17:55 -07:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-12-05 14:51:14 -08:00
2017-10-30 16:16:18 +01:00
2017-10-28 09:03:02 +08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-10-03 12:13:29 -04:00
2017-08-22 17:15:26 -04:00
2017-12-09 02:24:43 -08:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:37 -07:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-09-14 19:27:09 +02:00
2017-10-20 07:11:37 -07:00
2017-09-17 22:04:31 -07:00
2017-09-26 11:50:44 -07:00
2017-09-14 19:27:09 +02:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-01-17 12:39:08 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-08-25 12:07:30 -04:00
2017-10-28 09:03:02 +08:00