Replies: 1 comment
-
@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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently use the docker monolith for development and testing.
Multiple times now, I had the situation that after a fresh setup (
clean.sh
followed byrun.sh
), something changed even if I did not alter the used Janssen monolith image version. I assume this is because the install script downloads something that is not versioned. As the installerjans-linux-setup/jans_setup/install.py
is shared with the Linux setup, it may behave similarly.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.
All reactions