Upgrade script, additions to docs, other cleanup 🍬 #58
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 Proposed
Minor updates to build script:
dibbs-query-connector
dibbs-ecr-viewer-wizard script updates:
~/
set_dot_vars
to remove calls that set env vars don't wantmove
dibbs-vm/docker/dibbs-ecr-viewer
todibbs-vm/dibbs-ecr-viewer
update
dibbs-ecr-viewer.env
file to remove useless defaultsremove deprecated docker-compose version reference from
dibbs-ecr-viewer/docker-compose.yml
fileDocs improvements
Add
hot-upgrade.sh.home
script, everytime it's run:DIBBS_SERVICE
with the latest main branch dibbs-vm repo..home
suffix to the$HOME
directory on the VMUpdate the provision script:
dibbs-query-connector
$HOME/dibbs-vm
to ubuntu:ubuntuPacker build script:
$HOME
directory for ease of useAdditional Information
main
instead of this branch.home
to any script I want in the $HOME directory in the final build, along with a call in thehot-upgrade
script that adds them and a step to provision them during the build..home
to the home directory without having to worry about knowing that those files exist, which is something that might happen if folks run thehot-upgrade
script.hot-upgrade
script happens here:cat "$file" > "$HOME/$(basename "$file" .home)"
this line removes.home
from the script name.Testing
Reviewers can verify these changes by:
./build.sh dibbs-ecr-viewer v2.0.0-beta
./dibbs-ecr-viewer-wizard.sh
script (No sudo needed!)./hot-upgrade.sh
script (No sudo needed!)