[FOLIO-3406] Install libc6-compat in alpine-jre-openjdk11 Created: 10/Feb/22 Updated: 14/Feb/22 Resolved: 14/Feb/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | Continuous Integration |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Story | Priority: | TBD |
| Reporter: | Julian Ladisch | Assignee: | Julian Ladisch |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | CP: sprint 133 | ||||||||
| Story Points: | 1 | ||||||||
| Development Team: | Core: Platform | ||||||||
| Tester Assignee: | David Crossley | ||||||||
| RCA Group: | TBD | ||||||||
| Description |
|
SSL with OpenSSL requires libc6-compat in Alpine: https://github.com/pires/netty-tcnative-alpine We use OpenSSL in RMB and Okapi:
OpenSSL is much faster than the SSL that ships with Java JDK. libc6-compat is only 12 kB. |
| Comments |
| Comment by Julian Ladisch [ 10/Feb/22 ] |
|
Ready for code review and merge: https://github.com/folio-org/folio-tools/pull/208 |
| Comment by David Crossley [ 14/Feb/22 ] |
|
This was added to the new image (alpine-jre-openjdk11:latest) today as part of
|
| Comment by Julian Ladisch [ 14/Feb/22 ] |
|
Thanks, I've tried to create a mod-users Dockerfile and openssl works perfectly. |