Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make down command not working #47

Closed
vkobozev opened this issue Dec 28, 2021 · 3 comments · Fixed by #48
Closed

make down command not working #47

vkobozev opened this issue Dec 28, 2021 · 3 comments · Fixed by #48
Labels
bug Something isn't working

Comments

@vkobozev
Copy link

vkobozev commented Dec 28, 2021

Describe the bug
'make down' command not working

To Reproduce

elastdocker$ make down
ERROR: The Compose file './docker-compose.tools.yml' is invalid because:
services.rubban.environment.RUBBAN_AUTOINDEXPATTERN_ENABLED contains true, which is an invalid type, it should be a string, number, or a null
Makefile:61: recipe for target 'down' failed
make: *** [down] Error 1

Solution:
edit ./docker-compose.tools.yml:
currently - RUBBAN_AUTOINDEXPATTERN_ENABLED: true
should be - RUBBAN_AUTOINDEXPATTERN_ENABLED: 'true'

BR,
Vasily.

@vkobozev vkobozev added the bug Something isn't working label Dec 28, 2021
@sherifabdlnaby
Copy link
Owner

@vkobozev Weird, it's not reproducible in my machine. Maybe it has to do with the docker-compose version. Mind if you share your docker and docker-compose version?

I'll push a fix anyway though.

@vkobozev
Copy link
Author

vkobozev commented Dec 29, 2021

Here you are.
Maybe it is regarding the versions.
Anyway, I would appreciate if you consider to add quotes for compatibility.

docker-compose version 1.29.1, build c34c88b2
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019

$ docker version
Client: Docker Engine - Community
 Version:           20.10.6
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        370c289
 Built:             Fri Apr  9 22:46:01 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.6
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       8728dd2
  Built:            Fri Apr  9 22:44:13 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.4
  GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
 runc:
  Version:          1.0.0-rc93
  GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Update:
I have upgraded docker, but the result is still the same - make down error as above.

elastdocker$ docker version
Client: Docker Engine - Community
Version:           20.10.12
API version:       1.41
Go version:        go1.16.12
Git commit:        e91ed57
Built:             Mon Dec 13 11:45:27 2021
OS/Arch:           linux/amd64
Context:           default
Experimental:      true

Server: Docker Engine - Community
Engine:
 Version:          20.10.12
 API version:      1.41 (minimum version 1.12)
 Go version:       go1.16.12
 Git commit:       459d0df
 Built:            Mon Dec 13 11:43:36 2021
 OS/Arch:          linux/amd64
 Experimental:     false
containerd:
 Version:          1.4.12
 GitCommit:        7b11cfaabd73bb80907dd23182b9347b4245eb5d
runc:
 Version:          1.0.2
 GitCommit:        v1.0.2-0-g52b36a2
docker-init:
 Version:          0.19.0
 GitCommit:        de40ad0
 
elastdocker$ docker-compose version
docker-compose version 1.29.1, build c34c88b2
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019

@sherifabdlnaby
Copy link
Owner

@vkobozev Fixed in PR #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants