alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 14 forks source link

Updating Docker images #1851

Open jemrobinson opened 2 months ago

jemrobinson commented 2 months ago

:white_check_mark: Checklist

:strawberry: Suggested change

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

:steam_locomotive: How could this be done?

JimMadge commented 1 month ago

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

JimMadge commented 1 month ago

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