Skip to content

Container Image Updates #124

Answered by brunoborges
bowlerma asked this question in Q&A
Sep 13, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @bowlerma,

For now we will only provide tags for the latest PSU. If you want to use a specific JDK version, you can use the Linux package repository to stick to a JDK version by using apt-get/yum in your Dockerfile. All PSUs are available through MS's Linux repos, and this is how we install the JDK in our base images.

It is also important to note that any Dockerfile that consumes our images should always perform an apt-get/yum update/upgrade. The moment a developer builds an image FROM our base image, the OS will freeze in time and not receive updates, regardless of whether our base image is kept up to date or not. Therefore, I am not convinced that us constantly updating our base imag…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bowlerma
Comment options

@brunoborges
Comment options

Answer selected by bowlerma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested containers
2 participants