Skip to content

Commit

Permalink
Merge pull request #389 from fisuda/update/docker_images
Browse files Browse the repository at this point in the history
Update Mongodb to 6.0 for Orion
  • Loading branch information
fisuda committed Jun 9, 2024
2 parents b092f7b + 74a2bf4 commit 864e4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## FIWARE Big Bang v0.38.0-next

- Update Mongodb to 6.0 for Orion (#389)
- Update node.js dependencies (#388)
- Improve maintenance script (#387)
- Update Orion to 4.0.0 (#386)
Expand Down
4 changes: 4 additions & 0 deletions lets-fiware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,10 @@ set_and_check_values() {
add_env() {
logging_info "${FUNCNAME[0]}"

if [ -n "${ORION}" ]; then
IMAGE_MONGO=mongo:6.0
fi

if [ -z "${IDM_ADMIN_PASS}" ]; then
IDM_ADMIN_PASS=$(${DOCKER} run -t --rm "${IMAGE_PWGEN}" | sed -z 's/[\x0d\x0a]//g')
fi
Expand Down

0 comments on commit 864e4a5

Please sign in to comment.