visualize-admin / visualization-tool

The tool for visualizing Swiss Open Government Data. Project ownership: Federal Office for the Environment FOEN
https://visualize.admin.ch
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Label docker image #1438

Closed ptbrowne closed 5 months ago

ptbrowne commented 5 months ago

Right now, it is difficult given an image retrieved via docker pull registry.ldbar.ch/visualize-admin/visualization-tool:release to know which is the version. Using labels, we should be able to know exactly the version by doing docker inspect on the image.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
visualization-tool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 9, 2024 2:37pm
ptbrowne commented 5 months ago

Wondering why the yarn.lock has changed? 👀

I ran npx yarn deduplicate (trying to reduce the size of node modules) but it seems it triggers Typescript warnings then, I removed this from this PR.