Docker: HTTP/2 support

Created on 16 Oct 2017  路  10Comments  路  Source: jenkinsci/docker

Can we have HTTP/2 support in the docker lts images?

enhancement

Most helpful comment

I guess the ask here is to add the ALPN jar in the image, following the instructions in https://github.com/jenkinsci/winstone/#http2-support

All 10 comments

What exactly are you missing? HTTP/2 support in Jenkins is available in the recent images though it's disabled by default. See https://github.com/jenkinsci/winstone/#http2-support

CC @olamy

I couldn't find the alpn module inside the docker container for one.

I am running into a issue with HTTP/2 too (https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/issues/136). I found no documentation about how can we enable HTTP/2 in the image. Is there any available?

@oleg-nenashev I do not understand what do you mean with it being available in the images but disabled by default. I searched through the repositories without success.

As far as I am reading it looks like we have to manually install ALPN library inside the image which would make my docker image really fragile: if jdk is upgraded it will break.

Hello. This issue is blocking us. We are afraid to manually install the library because the image would be very fagile as it is very jvm version dependant.

There was mentioned by @oleg-nenashev that HTTP/2 support was already in but disabled. He also provided an useful example for non-container installations in which we could to freeze the jvm version installed in new deployments so it becomes no issue.

Is there anything we could do to have a reliable Jenkins image with HTTP/2?

I guess the ask here is to add the ALPN jar in the image, following the instructions in https://github.com/jenkinsci/winstone/#http2-support

Any updates?

Any updates?

Any contributions are welcome @shamil . Jenkins is a community-driven project, and we encourage everyone to submit pull requests.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arthurvanduynhoven picture arthurvanduynhoven  路  3Comments

szimmer1 picture szimmer1  路  5Comments

simonCor picture simonCor  路  3Comments

jingliancui picture jingliancui  路  3Comments

fboudra picture fboudra  路  4Comments