-
I currently use the docker monolith for development and testing. I know that the monolith is development & test use only, and this may be the expected (or an accepted) behaviour; in that case, I can live with that. I just wanted to mention it in case this is not how it should work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@tawaren You are right, docker monolith is for development and hence it might be pulling images from nightly build. We will confirm on this. Thanks for bringing this up. |
Beta Was this translation helpful? Give feedback.
-
Hey @tawaren , Yes that is expected. So long you use the one from main that will be the case. If you go to the versioned it should pull the latest from that version. With that said the docker-monolith is just an encapsulation of the jans linux setup and meant purely for a quick testing and running tests off of. |
Beta Was this translation helpful? Give feedback.
Hey @tawaren ,
Yes that is expected. So long you use the one from main that will be the case. If you go to the versioned it should pull the latest from that version.
With that said the docker-monolith is just an encapsulation of the jans linux setup and meant purely for a quick testing and running tests off of.