Timo Stark
Timo Stark
@joanhey Thanks. We will have a look into this. More details on Monday.
Was just about reporting the same issue! Glad to see the fix coming in!
@joshtrichards thanks for adding the labels and sorry for my late response! I will work on the PR and submit it once I am back in my office. Currently in...
Yes with a high chance because of this https://github.com/nginx/unit/blob/3fdf8c63a2dd4b3d676754d2e605877a8689e4c9/pkg/docker/Makefile#L112
I think we can make this better in terms of parsing. ```bash cat template.Dockerfile | sed \ -e 's,@@VERSION@@,$(VERSION),g' \ -e 's,@@PATCHLEVEL@@,$(PATCHLEVEL),g' \ -e 's,@@CONTAINER@@,$(CONTAINER_$*),g' \ -e 's,@@CONFIGURE@@,$(CONFIGURE_$(call modname, $*)),g'...
I would implement it in a similar way to other functions. `if` `MODULE` is defined use it, if not go back to the default way. This will also maintain backwards...
I am fine with the module variable. Will do some testing with the patch and let you know. Thanks @ac000
Coming back to the issue to discuss this here. Please tell me if the PR is the better place. Maybe we should consider some re-design if the current approach is...
Hi @nailarch as @travisbell already mentioned currently there is no GZip support in Unit. But this is something on our list of features.
This is a great point! This can be combined with the about endpoint. We will consider this as an enhancement