Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 90eac95

Browse files
committed
move to docker/compose-ecs and restrict scope to ECS
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 9ef8fac commit 90eac95

File tree

284 files changed

+234
-18224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+234
-18224
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We
1010
will, however, reopen it if you later provide the information.
1111
1212
For more information about reporting issues, see
13-
https://github.com/docker/compose-cli/blob/master/CONTRIBUTING.md#reporting-other-issues
13+
https://github.com/docker/compose-ecs/blob/master/CONTRIBUTING.md#reporting-other-issues
1414
1515
---------------------------------------------------
1616
GENERAL SUPPORT INFORMATION

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ linters-settings:
2727
lll:
2828
line-length: 200
2929
goimports:
30-
local-prefixes: github.com/docker/compose-cli
30+
local-prefixes: github.com/docker/compose-ecs
3131
issues:
3232
# golangci hides some golint warnings (the warning about exported things
3333
# withtout documentation for example), this will make it show them anyway.

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ To create a new release:
122122

123123
Pushing the tag will automatically create a new release and make binaries for
124124
Windows, macOS, and Linux available for download on the
125-
[releases page](https://github.com/docker/compose-cli/releases).
125+
[releases page](https://github.com/docker/compose-ecs/releases).

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A great way to contribute to the project is to send a detailed report when you
3737
encounter an issue. We always appreciate a well-written, thorough bug report,
3838
and will thank you for it!
3939

40-
Check that [our issue database](https://github.com/docker/compose-cli/issues)
40+
Check that [our issue database](https://github.com/docker/compose-ecs/issues)
4141
doesn't already include that problem or suggestion before submitting an issue.
4242
If you find a match, you can use the "subscribe" button to get notified on
4343
updates. Do *not* leave random "+1" or "I have this too" comments, as they
@@ -67,7 +67,7 @@ This section gives the experienced contributor some tips and guidelines.
6767
Not sure if that typo is worth a pull request? Found a bug and know how to fix
6868
it? Do it! We will appreciate it. Any significant change, like adding a backend,
6969
should be documented as
70-
[a GitHub issue](https://github.com/docker/compose-cli/issues)
70+
[a GitHub issue](https://github.com/docker/compose-ecs/issues)
7171
before anybody starts working on it.
7272

7373
We are always thrilled to receive pull requests. We do our best to process them

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/instal
2424

2525
## Manual install
2626

27-
You can download the Compose CLI from [latest release](https://github.com/docker/compose-cli/releases/latest).
27+
You can download the Compose CLI from [latest release](https://github.com/docker/compose-ecs/releases/latest).
2828

2929
You will then need to rename it and make it executable (the commands below assumes you downloaded the `amd64` version of the binary):
3030

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docker Compose "Cloud Integrations"
22

3-
[![Actions Status](https://github.com/docker/compose-cli/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-cli/actions)
4-
[![Actions Status](https://github.com/docker/compose-cli/workflows/Windows%20CI/badge.svg)](https://github.com/docker/compose-cli/actions)
3+
[![Actions Status](https://github.com/docker/compose-ecs/workflows/Continuous%20integration/badge.svg)](https://github.com/docker/compose-ecs/actions)
4+
[![Actions Status](https://github.com/docker/compose-ecs/workflows/Windows%20CI/badge.svg)](https://github.com/docker/compose-ecs/actions)
55

66
This Compose CLI tool makes it easy to run Docker containers and Docker Compose applications in the cloud using either :
77
- Amazon Elastic Container Service
@@ -28,7 +28,7 @@ To get started with Compose CLI, all you need is:
2828
* An [AWS](https://aws.amazon.com) or [Azure](https://azure.microsoft.com)
2929
account in order to use the Compose Cloud integration
3030

31-
Please create [issues](https://github.com/docker/compose-cli/issues) to leave feedback.
31+
Please create [issues](https://github.com/docker/compose-ecs/issues) to leave feedback.
3232

3333
## Examples
3434

0 commit comments

Comments
 (0)