docker-versioning ?
See original GitHub issuemaybe helpful to get versions on the docker-images like frigate does? i now want to pull 1.0, but hard to see the versioning here https://github.com/jakowenko/double-take#docker-compose
maybe there is a dockercompose convention to get specific versions?
?? image: jakowenko/double-take:1.0.0 ?
thats what i have:
services:
double-take:
container_name: double-take
image: jakowenko/double-take
#image: jakowenko/double-take:0.10.2
#image: jakowenko/double-take:beta-1.0.0
#image: jakowenko/double-take:beta
#image: blakeblackshear/frigate:stable-amd64
#beta
#image: blakeblackshear/frigate:0.9.0-beta2-amd64
#image: blakeblackshear/frigate:0.9.0-rc1-amd64
# rc
#image: blakeblackshear/frigate:0.9.0-rc2-amd64
#image: blakeblackshear/frigate:0.9.0-rc3-amd64
image: blakeblackshear/frigate:0.9.0-rc4-amd64
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Properly Versioning Docker Images - Stack Overflow
Docker gives no semantic meaning at all to tag values. A tag can be any string value at all, and tags can be...
Read more >Compose file versions and upgrading - Docker Documentation
For details on versions and how to upgrade, see Versioning and Upgrading. Versioning . There are three legacy versions of the Compose file...
Read more >How to Version Your Docker Images | by Travis Reeder
UPDATE: A more recent article I wrote about versioning is available here. This tutorial assumes you already have a Dockerfile that builds your...
Read more >Semantic Versioning for Containers | Docker and Containers
In a Docker repository, container images are not versioned; instead, they are "tagged", and it's up the publisher to determine which ...
Read more >Container Image Versioning
We must mention two widely used universal Docker image tags. They are assigned to images on a rolling basis: with every new release,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should work
Looks like an issue with Docker Hub right now.