You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
When testing OpenSearch against localstack running in a container I noticed that it wasn't mounting the updated plux.ini changes when using --mount-entrypoints since it was still looking for the entry_points.txt file and mounting that instead.
The code has now been updated to add the plux.ini file.
Still will look for entry_points.txt for dependencies that aren't localstack_core and localstack_ext keeping the old behavior for these cases.
aidehn
changed the title
Fix: Update Dev Run to mount plux.ini instead of entry_points.txt
Fix: Update Dev Run to mount plux.ini instead of entry_points.txt for localstack dependencies
Feb 6, 2026
aidehn
added
semver: minor
Non-breaking changes which can be included in minor releases, but not in patch releases
docs: skip
Pull request does not require documentation changes
notes: skip
Pull request does not have to be mentioned in the release notes
labels
Feb 6, 2026
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
docs: skipPull request does not require documentation changesnotes: skipPull request does not have to be mentioned in the release notessemver: minorNon-breaking changes which can be included in minor releases, but not in patch releases
3 participants
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.
Changes + Motivation
Co-Authored by: @bentsku
localstackrunning in a container I noticed that it wasn't mounting the updatedplux.inichanges when using--mount-entrypointssince it was still looking for theentry_points.txtfile and mounting that instead.plux.inifile.entry_points.txtfor dependencies that aren'tlocalstack_coreandlocalstack_extkeeping the old behavior for these cases.