Merge main into vNext#535
Merged
Merged
Conversation
Update Ubuntu full images to use tag in FROM
remove ARG substitution in FROM for Ubuntu full
If the server fails to start when populating the SCC we should gracefully fail the build. Because the populate_scc.sh script sets the -e shell option, the shell will exit if any command returns non-zero, except in certain cases. The populate_scc.sh script starts and stops the server in a compound expression using &&, which is one such case where a non-zero return from `server start` will be ignored. Executing `server start` and `server stop` separately fixes this and has the desired behaviour; if the server fails to start execution will stop and the build will fail, rather than continuing on and leading to undefined behaviour. Signed-off-by: Younes Manton <ymanton@ca.ibm.com>
revert ubuntu based images back to single stage
* Fix bugs/formating in verify script * Move from Ubuntu 20.04 (focal) to 22.04 (jammy)
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
Merge changes from vNext to main
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
Switch Ubuntu based images for 23.0.0.7 and above to jammy (22.04)
wraschke
approved these changes
Aug 9, 2023
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.
No description provided.