Commit Graph

2882 Commits

Author SHA1 Message Date
Nicolas De Loof 88ba4599b2
move ACI/ECS -specific const to related packages
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-31 16:05:32 +02:00
Nicolas De Loof fcb91096b8
remove all references to cli from compose.v2 cmd package
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-31 15:41:20 +02:00
Lorena Rangel 52df801287
Merge pull request #2044 from ndeloof/build_services
Only build requested services
2021-08-31 10:34:26 +02:00
Nicolas De loof 28c854fe27
Merge pull request #2047 from ndeloof/run_volumes_from
prepare volume for service set by `run`
2021-08-30 21:19:46 +02:00
Nicolas De loof 55dd768b33
Merge pull request #2041 from ndeloof/pr-binaries 2021-08-30 14:46:20 +02:00
Nicolas De loof 4bb025068c
Update .github/workflows/pending_answered.yml
Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-30 14:45:29 +02:00
Nicolas De Loof a95f09376d publish cross platform artifacts for PRs
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-30 14:43:05 +02:00
Nicolas De Loof 78faf0dc51
prepare volume for service set by `run`
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-30 09:45:43 +02:00
Nicolas De Loof 19cbbdd79e
only build requested services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-26 15:55:19 +02:00
Nicolas De loof 3f50c5eff8
Merge pull request #2045 from docker/bump-compose-go 2021-08-26 15:54:36 +02:00
Ulysses Souza fedd20bab3 Bump compose-go
This fixes https://github.com/docker/compose-cli/issues/2017

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-08-26 10:10:18 -03:00
Nicolas De loof 6a6dafbdb5
Merge pull request #2026 from ulyssessouza/warn-pull-build 2021-08-25 14:39:47 +02:00
Nicolas De loof a5e8ab2d64
Merge pull request #2037 from ndeloof/volume_from_deps
include volume_from as a source for implicit dependencies
2021-08-25 11:18:35 +02:00
Nicolas De Loof 4b808e569c
include volume_from as a source for implicit dependencies
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-25 11:02:19 +02:00
Nicolas De loof 3891060bb8
Merge pull request #2038 from ndeloof/image_digest
introduce ImageDigestLabel to track image built for service
2021-08-25 10:39:34 +02:00
Nicolas De Loof 58bfbbb288
introduce ImageDigestLabel to track image built for service
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-25 10:03:51 +02:00
Ulysses Souza 51a6c9504f
Merge pull request #2019 from ulyssessouza/fix-nil-value-on-substitution
Bump compose-go
2021-08-24 13:20:58 -07:00
Ulysses Souza 4b642a494a Bump compose-go
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-08-24 16:38:48 -03:00
Lorena Rangel 9c615dc22e
Merge pull request #2025 from ulyssessouza/tolower-projectname-on-down
Lowercase project name for "compose down"
2021-08-19 11:31:58 +02:00
Ulysses Souza 682c7d74b9 Lower project name for "compose down"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-08-18 14:21:16 -03:00
Ulysses Souza 4364b48238 Add build warning on pull
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-08-18 11:04:02 -03:00
Mathieu Champlon 32ae40f350
Merge pull request #2009 from bounlu/main
Fix typo
2021-08-11 06:59:29 +02:00
Ömer An 1754282871 Fix typo
Signed-off-by: Omer An <csioan@nus.edu.sg>
2021-08-11 12:09:23 +08:00
Lorena Rangel 8fefd8b3f0
Merge pull request #2002 from lorenrh/bump-compose-go
Bump compose-go
2021-08-09 20:20:46 +02:00
Lorena Rangel 2094c6784c Bump compose-go
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-08-09 20:03:24 +02:00
Mathieu Champlon 7b87635887
Merge pull request #2003 from iibrahimli/patch-1
Fix typo
2021-08-09 19:27:56 +02:00
Mathieu Champlon 99d5991976
Merge pull request #2006 from docker/revert-1997-image_digest
Revert "introduce ImageDigestLabel to track image built for service"
2021-08-09 18:36:54 +02:00
Lorena Rangel 15f07f2e13 Revert "introduce ImageDigestLabel to track image built for service"
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-08-09 17:27:23 +02:00
Imran Ibrahimli c3db7909ad Fix typo
Signed-off-by: iibrahimli <imranibrahimli98@gmail.com>
2021-08-09 14:54:14 +04:00
Mathieu Champlon fff0ed2bcd
Merge pull request #1997 from ndeloof/image_digest
introduce ImageDigestLabel to track image built for service
2021-08-06 23:15:37 +02:00
Nicolas De Loof 64cea4fab3
introduce ImageDigestLabel to track image built for service
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-06 16:14:03 +02:00
Nicolas De loof 5cfa7f51b4
Merge pull request #1995 from ndeloof/ps_filter_q
apply filter before formatter
2021-08-06 15:58:20 +02:00
Nicolas De Loof 8d476eee4c
apply filter before formatter
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-06 15:31:50 +02:00
Mathieu Champlon e54c974e1a
Merge pull request #1990 from Zenexer/patch-1
Fix formatting bug in ISSUE_TEMPLATE.md
2021-08-05 20:20:45 +02:00
Paul Buonopane a6ef9f0981 Fix formatting bug in ISSUE_TEMPLATE.md
1. There was a trailing asterisk in one of the headers, preventing the formatting from being applied.
2. There needs to be a blank line between the bold header and the code block in order for formatting to be applied to the header.

Signed-off-by: Paul Buonopane <Zenexer@users.noreply.github.co>
2021-08-05 13:41:22 -04:00
Mathieu Champlon 9030f5a66b
Merge pull request #1987 from ndeloof/ignore_oneoff_events
ignore one-off container events
2021-08-05 13:00:05 +02:00
Nicolas De Loof 4b18d30871
ignore one-off container events
close https://github.com/docker/compose-cli/issues/1955

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-08-05 11:50:32 +02:00
Mathieu Champlon 6ecf8209ef
Merge pull request #1981 from sanshirookazaki/fix-slack-link
Fix slack link
2021-08-02 21:29:11 +02:00
Ulysses Souza 28fe228fb6
Merge pull request #1954 from docker/dependabot/go_modules/github.com/containerd/containerd-1.5.4
Bump github.com/containerd/containerd from 1.5.0 to 1.5.4
2021-08-02 08:45:07 -07:00
sanshirookazaki 8a55b0d0ba fix slack link
Signed-off-by: sanshirookazaki <sanshirookazaki@gmail.com>
2021-08-02 23:30:30 +09:00
Nicolas De loof 6902f57d77
Merge pull request #1967 from ndeloof/expose_ports
include exposed ports in container ports config
2021-08-02 11:48:37 +02:00
Nicolas De Loof 94997be633
include exposed ports in container ports config
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-07-30 11:14:26 +02:00
Mathieu Champlon 377493d473
Merge pull request #1965 from motemen/fix-rm-stop
Fix issue `docker compose rm -s` not removing containers
2021-07-30 08:37:54 +02:00
Hironao OTSUBO 1a0efdd413 Fix issue `docker compose rm -s` not removing containers
Signed-off-by: Hironao OTSUBO <motemen@gmail.com>
2021-07-29 23:37:48 +09:00
Mathieu Champlon 7b03b04484
Merge pull request #1916 from mikesir87/allow-unspecified-protocol-on-port
Allow unspecified protocol on exposed port in kube backend
2021-07-28 07:47:05 +02:00
Mathieu Champlon f09336e519
Merge pull request #1953 from amineck/no_pass
Post-login msg: Ignore if password is empty
2021-07-28 07:46:17 +02:00
Lorena Rangel 657025eb94
Merge pull request #1952 from amineck/pat_suggest_url
Update personal access token url
2021-07-27 16:11:41 +02:00
Ulysses Souza 230b9b592e
Merge pull request #1942 from ndeloof/heml_oras
stop using helm fork for oras dependency conflict
2021-07-26 14:50:56 -07:00
dependabot[bot] 8b8e5218c3
Bump github.com/containerd/containerd from 1.5.0 to 1.5.4
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.0 to 1.5.4.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.5.0...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 21:40:35 +00:00
Amine Chouki 2edd8c216b Trigger CI
Signed-off-by: Amine Chouki <amine.chouki@docker.com>
2021-07-26 11:02:44 -04:00