SO2.3 Check Version Running #1670
Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
So, if I understand correctly, docker ps will not update to show 2.3.2
until after a restart. But salt will only restart a container if the
container actually changed. That would make since I would see some
containers running the 2.3.2 version and others the 2.3.1 version.
If I wanted to make sure that all my containers showed correctly - at the
end of an update process could I restart docker to restart the containers?
…On Mon, Nov 2, 2020 at 10:38 AM Mike Reeves ***@***.***> wrote:
So salt does not automatically restart retagged images. From 2.3.1 to
2.3.2, we re-tagged all the containers that were not being updated. This
makes it so you don't have to re-download/restart a bunch of things on the
grid when only 1 or 2 containers are changing. Salt and Docker are looking
at the checksum of the image and since the actual checksum doesn't change
just the tag it doesn't restart. Only when the container is restarted does
it replace the tag value in "docker ps".
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1670 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD6W6RET27I74TFV77AUI3SN3HANANCNFSM4TAXPBNA>
.
--
Joe Brown
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a command that can be run to detect which version of Security Onion is installed. Specifically, I want to make sure that each of the members of my distributed deployment are being upgraded properly.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions