Docker Tags
#172
Replies: 3 comments 1 reply
-
Latest is recommended as it will pull the latest tagged release. Edge is basically anything that gets pushed between tagged releases - documentation updates, minor patches, etc. Nightly is a scheduled build which should include any dependency (ffmpeg, rtsp-simple-server, etc) updates that get updated between releases. Main is an extra tag that is essentially the same as edge. tl;dr - use latest unless you need an updated version of a dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the clarrification...
Will pickup nightly, if the tag looks to be last pushed as Latest or edge (e.g. edge and nightly Last pushed 15 hours ago, so will go for nightly)
Thanks,
…________________________________
From: mrlt8 ***@***.***>
Sent: Wednesday, October 13, 2021 4:15:03 PM
To: mrlt8/docker-wyze-bridge ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [mrlt8/docker-wyze-bridge] Docker Tags (Discussion #172)
Latest is recommended as it will pull the latest tagged release<https://github.com/mrlt8/docker-wyze-bridge/releases>.
Edge is basically anything that gets pushed between tagged releases - documentation updates, minor patches, etc.
Nightly is a scheduled build which should include any dependency (ffmpeg, rtsp-simple-server, etc) updates that get updated between releases.
Main is an extra tag that is essentially the same as edge.
tl;dr - use latest unless you need an updated version of a dependency.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#172 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLJKSEAEGJZHT2DO54TUGWA5PANCNFSM5F5DYVTA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Noted.
Thank you
Thanks,
…________________________________
From: mrlt8 ***@***.***>
Sent: Wednesday, October 13, 2021 6:10:27 PM
To: mrlt8/docker-wyze-bridge ***@***.***>
Cc: AdiAbuAli ***@***.***>; Author ***@***.***>
Subject: Re: [mrlt8/docker-wyze-bridge] Docker Tags (Discussion #172)
Again, unless you need some weird dependency update, stick with latest.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#172 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKRYLNS2XNVNZOJJJXVZILUGWOOHANCNFSM5F5DYVTA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
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
-
In docker for this project, what is the difference between below tags:
Latest
Main
Nightly
Edge
Which one is the latest update one?
Which one recommended?
Which one more stable?
Beta Was this translation helpful? Give feedback.
All reactions