Markus Blaschke
Markus Blaschke
@Rohitrajak1807 want to share the code? is there any good way to use the new azure-sdk to send requests?
This issue will be fixed with the clitools sync successor `gosync` Workaround: remove the commands in the global section :)
`gosync` will fix this and many other issues: - introduce native docker usage eg. direct communication with docker containers even for remote environments - docker-compose support - mysql/postgres support -...
Wouldn't it be better to have some general options? Of you need other switches/parameters this can be defined as `mysqldump-opts` or something like that? PS: already implemented in this way...
Upstream issue mitchellh/vagrant#5493
Consul and registrator are implemented and working. Unfortunately containers created/started with docker-compose are not registred in conul's DNS service because the containers are created with underscores instead of dashes (underscores...
Why not as option? `ct sync:server staging --config=sync.yml`
Which ct version `ct --version`? Please check exclude settings with `ct sync:deploy --config`
would this be more suitable? ``` go-crond-darwin-amd64 go-crond-darwin-arm64 go-crond-linux-amd64 go-crond-linux-amd64-dynamic go-crond-linux-arm32v6 go-crond-linux-arm32v6-dynamic go-crond-linux-arm64v8 go-crond-linux-arm64v8-dynamic go-crond-linux-i386 go-crond-linux-i386-dynamic ``` btw: the new docker images are now multiarch
New artificats are now released via github actions but changed layout: ``` go-crond.${GOOS}.${GOARCH} ```