mirror of
https://github.com/docker/compose.git
synced 2025-04-07 19:55:07 +02:00
Merge pull request #9625 from laurazard/master
Update README.md of V1 branch to warn about V1 end-of-life
This commit is contained in:
commit
30fcb72cf3
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,6 +7,16 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
**DEPRECATION NOTICE:**
|
||||
|
||||
Compose V1 is end-of-life, and as such only issues relating to security vulnerabilities will be considered.
|
||||
|
||||
Please do not submit issues regarding bugs or improvements.
|
||||
|
||||
For a more up-to-date compose, check v2: https://github.com/docker/compose/tree/v2/
|
||||
-->
|
||||
|
||||
<!--
|
||||
Welcome to the docker-compose issue tracker! Before creating an issue, please heed the following:
|
||||
|
||||
|
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -7,6 +7,16 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
**DEPRECATION NOTICE:**
|
||||
|
||||
Compose V1 is end-of-life, and as such only issues relating to security vulnerabilities will be considered.
|
||||
|
||||
Please do not submit issues regarding bugs or improvements.
|
||||
|
||||
For a more up-to-date compose, check v2: https://github.com/docker/compose/tree/v2/
|
||||
-->
|
||||
|
||||
<!--
|
||||
Welcome to the docker-compose issue tracker! Before creating an issue, please heed the following:
|
||||
|
||||
|
@ -7,6 +7,16 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
**DEPRECATION NOTICE:**
|
||||
|
||||
Compose V1 is end-of-life, and as such only issues relating to security vulnerabilities will be considered.
|
||||
|
||||
Please do not submit issues regarding bugs or improvements.
|
||||
|
||||
For a more up-to-date compose, check v2: https://github.com/docker/compose/tree/v2/
|
||||
-->
|
||||
|
||||
Please post on our forums: https://forums.docker.com for questions about using `docker-compose`.
|
||||
|
||||
Posts that are not a bug report or a feature/enhancement request will not be addressed on this issue tracker.
|
||||
|
20
README.md
20
README.md
@ -4,14 +4,24 @@ Docker Compose
|
||||
|
||||

|
||||
|
||||
** Compose V2 is on its way! :star_struck: **
|
||||
# :warning: *Compose V1 is DEPRECATED* :warning:
|
||||
Since [Compose V2 is now GA](https://www.docker.com/blog/announcing-compose-v2-general-availability/), Compose V1 is officially **End of Life**. This means that:
|
||||
- Active development and new features will only be added to the V2 codebase
|
||||
- Only security-related issues will be considered for V1
|
||||
|
||||
Check out the [V2 branch here](https://github.com/docker/compose/tree/v2/)!!
|
||||
|
||||
---------------------------------------------
|
||||
|
||||
We are currently polishing the next generation of Docker Compose, to be released soon... :stopwatch:
|
||||
- Read more on [RC1 announcement](https://www.docker.com/blog/start-dev-environments-locally-compose-v2-rc-1-and-more-in-docker-desktop-3-6/).
|
||||
- Check the [v2 branch](https://github.com/docker/compose/tree/v2) on this repo.
|
||||
** Compose V2 is **Generally Available**! :star_struck: **
|
||||
---------------------------------------------
|
||||
|
||||
We are working towards providing an easy way to install Compose V2 on Linux. Once this is available, Compose V2 will be marked as generally available, our current target for this is the end of October.
|
||||
Check it out [here](https://github.com/docker/compose/tree/v2/)!
|
||||
|
||||
Read more on the [GA announcement here](https://www.docker.com/blog/announcing-compose-v2-general-availability/)
|
||||
|
||||
|
||||
---------------------------------------------
|
||||
|
||||
V1 vs V2 transition :hourglass_flowing_sand:
|
||||
--------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user