Addshore added a comment.

  Ahh, so you are also talking about wanting the hash of the Dockerfile / files 
that were used to build the image with.
  AFAIK that isn't really a very standard way to go about tagging docker images.
  This would mean for example, we we fix a typo in a readme, or change the 
formatting of a docker file users would have to look for a different tag. The 
list of tags would also be harder to navigate etc.
  
  The way we have been doing this is that each version of each image will not 
have breaking changes made within it, so if you pull 1.33 for example, you 
should always be able to pull 1.33 without things breaking, you'll just get 
minor changes and security fixes.
  
  When things are added or changed in a way that users of the images may need 
to know about right now we include that information pretty informally in the 
README.
  See https://github.com/wmde/wikibase-docker/tree/master/wikibase where we 
introduced the last env var.
  
  > MW_WG_SECRET_KEY    "secretkey"     Used as source of entropy for 
persistent login/Oauth etc..(since 1.30)
  
  If you do want to find the version of a dockerfile from the commit in 
wikibase-docker you can do the following:
  
  - Go to the commit on github, such as 
https://github.com/wmde/wikibase-docker/commit/ce639ab610bd5a2eabe004e33b4831b651f19c30
  - Click the build status icon (left of the commit message)
  - Click into the details of the travis build
  - Click into the logs of the image build that you want to learn about
  - Scroll to the bottom, of for the jobs that spit out multiple images 
(wikibase base and bundle) search for ": digest: sha256:"
  
  This is the digest that you can use to pull that specific version / build of 
the image.

TASK DETAIL
  https://phabricator.wikimedia.org/T231128

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Maxlath, Addshore, Aklapper, darthmon_wmde, Jelabra, DannyS712, Nandana, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to