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

Commit 24188c2

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 <[email protected]>
1 parent 0d5dc99 commit 24188c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
url = [email protected]:docker/docker-ce-packaging
33
branch = master
44
[component "engine"]
5-
url = [email protected]:docker/engine
5+
url = [email protected]:moby/moby
66
branch = master
77
[component "cli"]
88
url = [email protected]:docker/cli

0 commit comments

Comments
 (0)