Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an update script that will update all containers in the docker stack to their newest versions #24

Open
rin-skylight opened this issue Jan 30, 2025 · 0 comments
Labels
Cloud Enablement Cloud Enablement DevOps

Comments

@rin-skylight
Copy link
Collaborator

Alongside the initial configuration script, IT admins will need an update shell script that allows for quick updating of existing containers to new versions, along with a reset of the docker stack.

Acceptance Criteria:

  • determine whether to overwrite existing compose file or update a version string somewhere that the compose file takes in.
  • Script should fetch most recent release version from eCR Viewer/Query Connector repos.
  • If the version matches, indicate that no upgrade is needed and exit gracefully.
  • If upgrade available, back up existing config (compose file, etc.)
  • Consider adding functionality to automatically restore the backup if there is a failure
  • Reset the docker stack by using docker compose to bring the existing stack down and back up again.
@rin-skylight rin-skylight added the Cloud Enablement Cloud Enablement DevOps label Jan 30, 2025
@alismx alismx added this to the DIBBs-In-A-Box! milestone Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cloud Enablement Cloud Enablement DevOps
Projects
None yet
Development

No branches or pull requests

2 participants