Conversation
ericbuckley
reviewed
Mar 4, 2026
ericbuckley
reviewed
Mar 5, 2026
mehansen
reviewed
Mar 5, 2026
mehansen
reviewed
Mar 5, 2026
mehansen
reviewed
Mar 5, 2026
mehansen
approved these changes
Mar 5, 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 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.
Notes
NBS 6 WildFly image is now available!
As of https://github.com/cdcent/NEDSSDev/pull/251, a WildFly image is published for developer use. This removes the need for multiple repos to have their own build instructions/scripts.
A couple of notes about this image:
jdbc:sqlserver://nbs-mssql:1433, requiring us to update the database container name fromrtr-mssqltonbs-mssql.arm64imageUpdated MSSQL Image
A new version of the MSSQL image is now available. This new image has built in initialization functionality, removing the need to have our own Dockerfile and initialization scripts. More info here.
These initialization scripts are executed each time the container starts up, so some modifications needed to be made to allow for repeated execution.
For example, the backup of
RDBand restore tordb_modernshould only occur if therdb_modernis not already preset.JIRA