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.

Make default image tag `latest` (or None) for Docker storage

See original GitHub issue

Right now the image name and image tag are both random UUIDs. While this does mean that collisions are on the order of (1 / the atoms in the universe) / the atoms in the universe, having a random tag is probably redundant.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jlowincommented, Jul 25, 2019

Proposal:

image:tag -> {flow.name}:{timestamp}

If, in addition, we updated it with {flow.name}:latest as well, then users could trivially pull and test new builds

0reactions
joshmeekcommented, Jul 25, 2019

Yeah I’m game for timestamp as default

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker tag
docker tag : An image name is made up of slash-separated name components, optionally prefixed by a registry hostname. The hostname must comply...
Read more >
How to create named and latest tag in Docker? - Stack Overflow
Build and tag the image with creack/node:latest $ ID=$(docker build -q -t creack/node .) Add a new tag $ docker tag $ID creack/node:0.10.24....
Read more >
What's Wrong With The Docker :latest Tag? - vsupalov.com
It's just the tag which is applied to an image by default which does not have a tag. Those two commands will both...
Read more >
The Fundamentals of Docker Image Tags | Atomist Blog
Docker tags make it easy to benefit from the hard work of others by running their images directly or by creating new derived...
Read more >
Understanding Docker image tags and publishing ... - ITNEXT
The <image> is the image we want the new tag to refer. We can use the image ID for this value or the...
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