question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker-versioning ?

See original GitHub issue

maybe 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:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ragenhecommented, Sep 22, 2021
image: jakowenko/double-take:latest

Should work

0reactions
jakowenkocommented, Oct 1, 2021

All the tags are gone.

wanted to explicitly pull ver 1.2.

but there are not tags anymore.

not on github-landing page nor on docker… 😢

Looks like an issue with Docker Hub right now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found