Page MenuHomeDevCentral

Upgrade to Java 17 and Debian Bullseye
ClosedPublic

Authored by dereckson on Oct 2 2021, 22:19.
Tags
None
Referenced Files
F42213524: D2443.diff
Fri, Aug 7, 04:30
Unknown Object (File)
Tue, Aug 4, 12:21
Unknown Object (File)
Sun, Aug 2, 14:39
Unknown Object (File)
Tue, Jul 21, 10:50
Unknown Object (File)
Mon, Jul 20, 16:56
Unknown Object (File)
Mon, Jul 20, 14:08
Unknown Object (File)
Sun, Jul 19, 22:45
Unknown Object (File)
Wed, Jul 8, 14:11
Subscribers
None

Diff Detail

Repository
rDO Docker image for Openfire
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.