Re: [Evergreen-general] How to make changes to eg_vhost.conf in the Docker container?

2023-08-13 Thread Blake Henderson via Evergreen-general
Vaclav, Which docker folder are you building? generic-dockerhub or generic-dockerhub-dev You should be building your container image from: generic-dockerhub (not generic-dockerhub-dev) Do you have anything defined in vars.yml for "shared_jackets_folder"? You shouldn't. Make sure you pull

Re: [Evergreen-general] How to make changes to eg_vhost.conf in the Docker container?

2023-08-13 Thread Vaclav Jansa via Evergreen-general
Hello Blake, docker image was build from Fridays clone of docker git. with command docker build . --add-host public.localhost:127.0.1.2 --add-host public:127.0.1.2 --add-host private.localhost:127.0.1.3 --add-host private:127.0.1.3 --no-cache Configuration file is attached, Failure is then report