Cyrill Kulka
Cyrill Kulka
Hi @konfiot, I know this is an old issue and you probably moved on, but just came across it... so maybe it's at least helpful for someone else having the...
Hi @phoenix-100, saw the same while working on ckulka/baikal-docker#13. The solution was to handle the preflight (OPTIONS) requests in Apache or Nginx instead of Baikal's PHP code. I came up...
Glad it worked out! Can you post the Apache configuration snippet you added? I bet others run into similar issues and you could help them out when they find this...
Hi @guysoft , if I understand correctly, you don't want to hard-code the Docker image tags in the manifest YAML file, but make it more dynamic based on Git tags?...
Completely forgot, I also have an example where I generate the manifest YAML file. It's not exactly your scenario, but I hope it helps: https://github.com/ckulka/baikal-docker/tree/master/hooks
Nice work, that'll allow parallel builds for the platforms on Docker Hub. Alternatively (and that's just me running into race conditions one too many times) you can also build all...
Thank you @GenesisAdam !
Hi Michael, can you share your `docker-compose.yaml`file (with redacted passwords)? I don't know if you also use volumes, but I want to make sure that by "destroying" you also mean...
Sorry for not following up - I'd imagine you have this solved by now, but if anyone coming across this: I suspect this is because the volumes were not deleted....
Hi @Ghost108 , the Nginx and Apache httpd configuration files should already take care of this - do you have any issues when you used the Docker images? Example configuration...