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

Updating Docker images #1851

Open
5 tasks done
jemrobinson opened this issue May 2, 2024 · 3 comments
Open
5 tasks done

Updating Docker images #1851

jemrobinson opened this issue May 2, 2024 · 3 comments
Labels
enhancement New functionality that should be added to the Safe Haven needs decision Requires dev team to come to an agreement on how to proceed
Milestone

Comments

@jemrobinson
Copy link
Member

jemrobinson commented May 2, 2024

✅ Checklist

  • I have searched open and closed issues for duplicates.
  • This is a request for a new feature in the Data Safe Haven or an upgrade to an existing feature.
  • The feature is still missing in the latest version.
  • I have read through the documentation.
  • This isn't an open-ended question (open a discussion if it is).

🍓 Suggested change

For DSPT certification, it would be nice if we could automatically update our Docker images.

🚂 How could this be done?

  • Using latest tag and applying a regular reboot
  • An Azure Function (or similar) that explicitly applies updates on a regular schedule
  • Something else?
@jemrobinson jemrobinson added the enhancement New functionality that should be added to the Safe Haven label May 2, 2024
@jemrobinson jemrobinson added this to the Release 5.0.0rc2 milestone May 2, 2024
@JimMadge
Copy link
Member

I would recommend not using latest as that could be a major version update which breaks things.

@JimMadge
Copy link
Member

Azure function to do something like docker pull docker run -d could do this.

@JimMadge
Copy link
Member

There is also a risk here of the updates breaking a functioning deployment.
That is more likely with major and minor versions and unlikely with patch versions.
However, it can't be ruled out altogether.

@JimMadge JimMadge added the needs decision Requires dev team to come to an agreement on how to proceed label Aug 13, 2024
@JimMadge JimMadge modified the milestones: Release 5.0.0, Release 5.1.0 Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality that should be added to the Safe Haven needs decision Requires dev team to come to an agreement on how to proceed
Projects
None yet
Development

No branches or pull requests

2 participants