https://github.com/osquery/osquery logo
#fleet
Title
m

Macear

12/09/2021, 7:36 AM
Hi there, I’ve noticed that in docker hub https://hub.docker.com/r/fleetdm/fleet/tags lots of strange tags have appeared. What are all those tags about? I mean the tags with random letters and digits. Usually the tags include version, but not random symbols
g

Gavin

12/09/2021, 9:51 AM
Thats the commit hash for every main branch build
z

zwass

12/09/2021, 3:57 PM
Gavin's got that right. There are also images pushed for some Fleet team member pull requests and patch branches. This allows us to do testing on the containers and also ask users and customers to help with testing.
For production, stick with the version-tagged images.
m

Macear

12/09/2021, 4:34 PM
Ok, got it 👍 thanks