Ulysses Souza
2887d82d16
Merge pull request #6982 from smamessier/fix_non_ascii_error
...
Fixed non-ascii error when using COMPOSE_DOCKER_CLI_BUILD=1 for Buildkit
2019-11-18 16:45:04 +01:00
Ulysses Souza
2919bebea4
Fix non ascii chars error. Python2 only
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-11-18 15:43:50 +01:00
Anton Lundin
aeddfd41d6
Resolve shellcheck warnings in container-script
...
This fixes a couple of small potential issues pointed out by shellcheck.
Signed-off-by: Anton Lundin <anton.lundin@umu.se>
2019-11-07 21:55:03 +01:00
Djordje Lukic
5478c966f1
Merge pull request #7008 from zelahi/fix-readme-link
...
Fixed broken README link for common use cases
2019-11-07 09:59:49 +01:00
Zuhayr Elahi
e546533cfe
Fixed broken README link for common use cases
...
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com>
2019-11-06 17:10:48 -08:00
Jean-Christophe Sirot
abef11b2a6
Merge pull request #6996 from ajlai/fix-color-order-and-remove-red
...
Make container service color deterministic, remove red from chosen colors
2019-11-06 16:11:57 +01:00
Anton Lundin
b9a4581d60
Pass in HOME env-var in container mode.
...
To get ~/-paths to work as expected in contaier mode, env-var HOME must
be the same outside the container as inside the docker-compose
container, otherwise HOME inside the container points to /root which
might not be what the user expects.
Signed-off-by: Anton Lundin <anton.lundin@umu.se>
2019-11-06 13:05:58 +01:00
Anthony Lai
802fa20228
Make container service color deterministic, remove red from chosen colors
...
Signed-off-by: Anthony Lai <anthonyjlai@gmail.com>
2019-11-03 23:44:31 +00:00
Djordje Lukic
fa34ee7362
Merge pull request #6973 from glours/set_no_color_if_clicolor_defined_to_0
...
Set no-colors to true if CLICOLOR env variable is set to 0
2019-10-31 16:45:10 +01:00
Sebastien Mamessier
a3a23bf949
Fixed error when using startswith on non-ascii string
...
Signed-off-by: Sebastien Mamessier <smamessier@uber.com>
2019-10-30 13:57:08 +01:00
Djordje Lukic
f6b6cd22df
Merge pull request #6987 from docker/bump-1.25.0-rc4
...
Bump 1.25.0-rc4
2019-10-28 16:54:32 +01:00
Djordje Lukic
8f3c9c58c5
"Bump 1.25.0-rc4"
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-10-28 16:18:12 +01:00
Djordje Lukic
52c3e94be0
Merge remote-tracking branch 'origin/release' into bump-1.25.0-rc4
2019-10-28 16:16:58 +01:00
Jean-Christophe Sirot
cfc48f2c13
Merge pull request #6986 from rumpl/fix-unit-test-close-fd
...
Cleanup all open files
2019-10-28 16:07:18 +01:00
Djordje Lukic
f8142a899c
Cleanup all open files
...
If the fd is not closed the cleanup will fail on windows.
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-10-28 15:36:05 +01:00
Djordje Lukic
ea22d5821c
Merge pull request #6984 from docker/bump-1.25.0-rc3
...
Bump 1.25.0-rc3
2019-10-28 12:13:11 +01:00
Djordje Lukic
c7e82489f4
"Bump 1.25.0-rc3"
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-10-28 11:33:59 +01:00
Djordje Lukic
952340043a
Merge remote-tracking branch 'origin/release' into bump-1.25.0-rc3
2019-10-28 11:24:06 +01:00
Guillaume Lours
2e7493a889
Set no-colors to true if CLICOLOR env variable is set to 0
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-21 11:37:46 +02:00
Jean-Christophe Sirot
4be2fa010a
Merge pull request #6972 from glours/align_image_size_display_to_docker_cli
...
Format image size as decimal to be align with Docker CLI
2019-10-18 15:26:15 +02:00
Guillaume Lours
386bdda246
Format image size as decimal to be align with Docker CLI
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-18 12:50:38 +02:00
okor
17bbbba7d6
update docker-py
...
Signed-off-by: Jason Ormand <jason.ormand1@gmail.com>
2019-10-18 09:37:24 +02:00
Nicolas De Loof
1ca10f90fb
Fix acceptance tests
...
tty is now (correclty) reported to have 80 columns, which split service
ID in two lines
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2019-10-16 14:31:27 +02:00
Nicolas De Loof
452880af7c
Use python Posix support to get tty size
...
stty is not portable outside *nix
Note: shutil.get_terminal_size require python 3.3
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2019-10-16 14:31:27 +02:00
Guillaume LOURS
944660048d
Merge pull request #6964 from guillaumerose/addmorelabels
...
Add working dir, config files and env file in service labels
2019-10-15 10:06:42 +02:00
Guillaume Rose
dbe4d7323e
Add working dir, config files and env file in service labels
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
2019-10-15 09:18:09 +02:00
Guillaume Rose
1678a4fbe4
Run CI on amd64
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com>
2019-10-14 22:01:04 +02:00
Guillaume LOURS
4e83bafec6
Merge pull request #6955 from ndeloof/paramiko
...
Bump paramiko to 2.6.0
2019-10-10 10:59:44 +02:00
Nicolas De Loof
8973a940e6
Bump paramiko to 2.6.0
...
close #6953
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2019-10-10 08:55:15 +02:00
Zuhayr Elahi
8835056ce4
UPDATED log message
...
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com>
2019-10-10 07:08:42 +02:00
Zuhayr Elahi
3135a0a839
Added log message to check compose file
...
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com>
2019-10-10 07:08:42 +02:00
Guillaume Lours
cdae06a89c
exclude issue flagged with kind/feature from stale process
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-09 21:51:34 +02:00
Guillaume Lours
79bf9ed652
correct invalid yaml indentation
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-09 21:10:18 +02:00
Nicolas De loof
29af1a84ca
Merge pull request #6952 from glours/stale_configuration
...
Add config file for @probot/stale
2019-10-09 16:41:58 +02:00
Guillaume Lours
9375c15bad
Add config file for @probot/stale
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-09 16:16:57 +02:00
Chris Crone
8ebb1a6f19
Merge pull request #6949 from jcsirot/fix-pushbin-script-verbosity
...
Remove set -x to make this script less verbose
2019-10-09 12:04:24 +02:00
Jean-Christophe Sirot
37be2ad9cd
Remove set -x to make this script less verbose
...
Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
2019-10-09 10:51:17 +02:00
Nicolas De loof
6fe35498a5
Add dependencies for ARM build ( #6908 )
...
Add dependencies for ARM build
2019-10-09 09:38:58 +02:00
Stefan Scherer
ce52f597a0
Enhance build script for different CPU architectures
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2019-10-09 09:11:29 +02:00
Stefan Scherer
79f29dda23
Add dependencies for ARM build
...
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2019-10-09 09:11:29 +02:00
Nicolas De loof
7172849913
Fix "extends" same file optimization ( #6425 )
...
Fix "extends" same file optimization
2019-10-09 08:50:54 +02:00
Aleksandr Mezin
c24b7b6464
Fix same file 'extends' optimization
...
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
2019-10-09 11:36:17 +06:00
Aleksandr Mezin
74f892de95
Add test to verify same file 'extends' optimization
...
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
2019-10-09 11:36:17 +06:00
Nicolas De loof
09acc5febf
[TAR-995] ADDED a stage for executing License Scans ( #6875 )
...
[TAR-995] ADDED a stage for executing License Scans
2019-10-08 16:25:28 +02:00
Nicolas De loof
1f16a7929d
Merge pull request #6864 from samueljsb/formatter_class
...
Change Formatter.table method to staticmethod
2019-10-08 16:24:40 +02:00
Nicolas De loof
f9113202e8
Add automatic labeling of bug, feature & question issues ( #6944 )
...
Add automatic labeling of bug, feature & question issues
2019-10-08 16:23:15 +02:00
Nicolas De loof
5f2161cad9
Merge pull request #6912 from cranzy/fixing_broken_link
...
Fixing features broken link
2019-10-08 16:19:31 +02:00
Guillaume LOURS
70f8e38b1d
Add automatic labeling of bug, feature & question issues
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2019-10-08 11:07:04 +02:00
Ulysses Souza
186aa6e5c3
Merge pull request #6914 from lukas9393/6913-progress-arg
...
Fix --progress arg when run docker-compose build
2019-10-07 12:28:49 +02:00
Guillaume LOURS
bc57a1bd54
Merge pull request #6925 from ulyssessouza/fix-secrets-warning-message
...
Fix secret missing warning
2019-09-27 10:51:37 +02:00