Update ep_weave to etherpad 3 based image - #48
Merged
yacchin1205 merged 1 commit intoJul 21, 2026
Conversation
yacchin1205
merged commit Jul 21, 2026
de0c64a
into
NII-cloud-operation:master
13 of 20 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
images/ep_weave/ep_weavesubmodule to the latest upstream main, which builds onetherpad/etherpad:3and no longer runsnpm packduring the image build. Recent etherpad images dropped npm in favor of pnpm, so the previous build had started failing withnpm: not found(see the CI failure on Add nginx ACME module support #47).ETHERPAD_IMAGE_TAG=developbuild arg override so the image tag follows the upstream Dockerfile default (3) instead of the floatingdeveloptag.ep_webrtcplugin inlocal.json, matching the upstream demo settings.CI has been verified on my fork: yacchin1205#1