Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit f620b6d

Browse files
author
Tibor Vass
committed
components: use moby/moby instead of docker/engine
Since it was decided that github.com/moby/moby houses the release branches of docker engine, maintaining two repos with release branches makes it error-prone to manage, allowing for backports to slip by and git histories to be inconsistent. After this is merged and cherry-picked to other release branches on docker-ce the plan is to archive the docker/engine repository. Signed-off-by: Tibor Vass <tibor@docker.com> (cherry picked from commit 24188c2) Signed-off-by: Tibor Vass <tibor@docker.com>
1 parent 97049ac commit f620b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
url = git@github.com:docker/docker-ce-packaging
33
branch = 19.03
44
[component "engine"]
5-
url = git@github.com:docker/engine
5+
url = git@github.com:moby/moby
66
branch = 19.03
77
[component "cli"]
88
url = git@github.com:docker/cli

0 commit comments

Comments
 (0)