Skip to content

Release policy - stables release updates #4221

Answered by polarathene
fira959 asked this question in Q&A
Discussion options

You must be logged in to vote

I am a bit confused as to how DMS is intended to be used when the only alternative is the "edge" version that is explicitly not a stable release.

An image is built upon a tagged release and published. There are no updates to the image tag from that point on.

You could add a user-patches.sh script to your image that runs apt update and this would be similar to pulling the same image tag as if it was republished with updated dependencies?

Alternatively you can also git clone the repo for the release tag and perform your own local build. Force a rebuild each time you'd like to get the latest updates.

A simple approach between those two is:

services:
  dms:
    hostname: mail.example.com
    #

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fira959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/ci kind/question Someone asked a question - feel free to answer area/security
2 participants