Page MenuHomeDevCentral

Upgrade to Java 17 and Debian Bullseye
ClosedPublic

Authored by dereckson on Oct 2 2021, 22:19.
Tags
None
Referenced Files
F24737918: D2443.id6146.diff
Sun, Mar 8, 09:46
F24736290: D2443.id6145.diff
Sun, Mar 8, 07:55
F24734203: D2443.id.diff
Sun, Mar 8, 05:11
F24729965: D2443.id.diff
Sat, Mar 7, 22:54
F24728402: D2443.id6146.diff
Sat, Mar 7, 19:52
F24726335: D2443.diff
Sat, Mar 7, 16:48
Unknown Object (File)
Sat, Mar 7, 03:10
Unknown Object (File)
Wed, Feb 25, 23:42
Subscribers
None

Diff Detail

Repository
rDO Docker image for Openfire
Lint
Lint Passed
Unit
No Test Coverage
Branch
upgrade-java
Build Status
Buildable 3797
Build 4047: arc lint + arc unit

Event Timeline

dereckson created this revision.
Dockerfile
14

The entrypoint uses start-stop-daemon, which requires an absolute executable path.

This revision is now accepted and ready to land.Oct 2 2021, 22:42
dereckson edited the summary of this revision. (Show Details)EditedOct 2 2021, 22:42
dereckson edited the test plan for this revision. (Show Details)

This work fine, but DOES NOT upgrade certificates trust store.

The truststore is provided from /srv/openfire, with symbolic links set through entrypoint.sh.

I guess/hope Openfire populates that file when not existing?

We should check the behavior creating a new testing Openfire instance elsewhere.

This revision was automatically updated to reflect the committed changes.